HomeSort by relevance Sort by last modified time
    Searched refs:fti_next (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
fasttrap_impl.h 102 fasttrap_id_t *fti_next; /* enabled probe list on tp */ member in struct:fasttrap_id
  /onnv/onnv-gate/usr/src/uts/common/dtrace/
fasttrap.c 558 id->fti_next = tp->ftt_ids;
566 id->fti_next = tp->ftt_retids;
635 id->fti_next = NULL;
641 id->fti_next = NULL;
716 idp = &(*idp)->fti_next;
721 *idp = id->fti_next;
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/dtrace/
fasttrap_isa.c 687 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) {
958 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {
1016 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/dtrace/
fasttrap_isa.c 308 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) {
482 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {
    [all...]

Completed in 180 milliseconds