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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c492 fasttrap_tracepoint_t *tp, *new_tp = NULL; local
578 if (new_tp != NULL) {
579 new_tp->ftt_ids = NULL;
580 new_tp->ftt_retids = NULL;
590 if (new_tp != NULL) {
593 new_tp->ftt_next = bucket->ftb_data;
595 bucket->ftb_data = new_tp;
605 if (fasttrap_tracepoint_install(p, new_tp) != 0)
623 new_tp = probe->ftp_tps[index].fit_tp;
625 ASSERT(new_tp
[all...]

Completed in 819 milliseconds