Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dfasttrap_impl.h147 fasttrap_tracepoint_t *ftt_next; /* link in global hash */ member
/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfasttrap.c435 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) { in fasttrap_tracepoint_cleanup()
667 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) { in fasttrap_fork()
790 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) { in fasttrap_tracepoint_enable()
862 new_tp->ftt_next = bucket->ftb_data; in fasttrap_tracepoint_enable()
956 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) { in fasttrap_tracepoint_disable()
1086 pp = &(*pp)->ftt_next; in fasttrap_tracepoint_disable()
1090 *pp = tp->ftt_next; in fasttrap_tracepoint_disable()
2575 tp = tp->ftt_next; in fasttrap_ioctl()
/xnu-12377.41.6/bsd/dev/arm64/
H A Dfasttrap_isa.c200 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
972 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) {
/xnu-12377.41.6/bsd/dev/i386/
H A Dfasttrap_isa.c688 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) { in fasttrap_return_common()
998 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) { in fasttrap_pid_probe32()
1562 for (tp = bucket->ftb_data; tp != NULL; tp = tp->ftt_next) { in fasttrap_pid_probe64()