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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c594 fasttrap_tracepoint_t *tp, *new_tp = NULL; local
680 if (new_tp != NULL) {
681 new_tp->ftt_ids = NULL;
682 new_tp->ftt_retids = NULL;
692 if (new_tp != NULL) {
695 new_tp->ftt_next = bucket->ftb_data;
697 bucket->ftb_data = new_tp;
707 if (fasttrap_tracepoint_install(p, new_tp) != 0)
725 new_tp = probe->ftp_tps[index].fit_tp;
727 ASSERT(new_tp
[all...]

Completed in 22 milliseconds