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

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h148 fasttrap_id_t *ftt_retids; /* 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);
668 id->fti_next = tp->ftt_retids;
670 tp->ftt_retids = id;
682 new_tp->ftt_retids = NULL;
731 ASSERT(new_tp->ftt_retids == NULL);
744 new_tp->ftt_retids = id;
759 new_tp->ftt_retids = NULL;
809 ASSERT(tp->ftt_retids != NULL);
810 idp = &tp->ftt_retids;
835 if (tp->ftt_ids != NULL || tp->ftt_retids !
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c720 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) {
1444 if (tp->ftt_retids != NULL) {
1479 if (tp->ftt_retids != NULL) {
2089 if (tp->ftt_retids != NULL) {
2125 if (tp->ftt_retids != NULL) {

Completed in 25 milliseconds