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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c772 fasttrap_tracepoint_t *tp, *new_tp = NULL; local
860 if (new_tp != NULL) {
861 new_tp->ftt_ids = NULL;
862 new_tp->ftt_retids = NULL;
872 if (new_tp != NULL) {
875 new_tp->ftt_next = bucket->ftb_data;
877 bucket->ftb_data = new_tp;
887 if (fasttrap_tracepoint_install(p, new_tp) != 0)
907 new_tp = probe->ftp_tps[index].fit_tp;
909 ASSERT(new_tp
[all...]

Completed in 98 milliseconds