Searched refs:ftt_ids (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h147 fasttrap_id_t *ftt_ids; /* NULL-terminated list */ member in struct:fasttrap_tracepoint
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c654 ASSERT(tp->ftt_ids != NULL || tp->ftt_retids != NULL);
660 id->fti_next = tp->ftt_ids;
662 tp->ftt_ids = id;
681 new_tp->ftt_ids = NULL;
730 ASSERT(new_tp->ftt_ids == NULL);
738 new_tp->ftt_ids = id;
758 new_tp->ftt_ids = NULL;
803 ASSERT(tp->ftt_ids != NULL);
804 idp = &tp->ftt_ids;
835 if (tp->ftt_ids !
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c1033 if (tp->ftt_ids != NULL) {
1053 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {
1592 if (tp->ftt_ids != NULL) {
1595 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {

Completed in 78 milliseconds