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

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dfasttrap_impl.h164 fasttrap_id_t *ftt_ids; /* NULL-terminated list */ member in struct:fasttrap_tracepoint
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c835 ASSERT(tp->ftt_ids != NULL || tp->ftt_retids != NULL);
841 id->fti_next = tp->ftt_ids;
843 tp->ftt_ids = id;
862 new_tp->ftt_ids = NULL;
913 ASSERT(new_tp->ftt_ids == NULL);
921 new_tp->ftt_ids = id;
948 new_tp->ftt_ids = NULL;
993 ASSERT(tp->ftt_ids != NULL);
994 idp = &tp->ftt_ids;
1023 if (tp->ftt_ids !
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/powerpc/dtrace/
H A Dfasttrap_isa.c387 if (tp->ftt_ids != NULL) {
390 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c1062 if (tp->ftt_ids != NULL) {
1067 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {
1125 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {

Completed in 94 milliseconds