Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dfasttrap_impl.h110 fasttrap_id_t *fti_next; /* enabled probe list on tp */ member
/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfasttrap.c825 id->fti_next = tp->ftt_ids; in fasttrap_tracepoint_enable()
833 id->fti_next = tp->ftt_retids; in fasttrap_tracepoint_enable()
905 id->fti_next = NULL; in fasttrap_tracepoint_enable()
911 id->fti_next = NULL; in fasttrap_tracepoint_enable()
988 idp = &(*idp)->fti_next; in fasttrap_tracepoint_disable()
993 *idp = id->fti_next; in fasttrap_tracepoint_disable()
/xnu-12377.41.6/bsd/dev/arm64/
H A Dfasttrap_isa.c217 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) {
1003 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {
/xnu-12377.41.6/bsd/dev/i386/
H A Dfasttrap_isa.c704 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) { in fasttrap_return_common()
1040 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe32()
1587 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe64()