Home
last modified time | relevance | path

Searched refs:fti_next (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h100 fasttrap_id_t *fti_next; /* enabled probe list on tp */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c569 id->fti_next = tp->ftt_ids; in fasttrap_tracepoint_enable()
577 id->fti_next = tp->ftt_retids; in fasttrap_tracepoint_enable()
646 id->fti_next = NULL; in fasttrap_tracepoint_enable()
652 id->fti_next = NULL; in fasttrap_tracepoint_enable()
727 idp = &(*idp)->fti_next; in fasttrap_tracepoint_disable()
732 *idp = id->fti_next; in fasttrap_tracepoint_disable()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c665 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) { in fasttrap_return_common()
931 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()
988 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c306 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) { in fasttrap_return_common()
480 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()