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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c503 fasttrap_tracepoint_t *tp, *new_tp = NULL; local
589 if (new_tp != NULL) {
590 new_tp->ftt_ids = NULL;
591 new_tp->ftt_retids = NULL;
601 if (new_tp != NULL) {
604 new_tp->ftt_next = bucket->ftb_data;
606 bucket->ftb_data = new_tp;
616 if (fasttrap_tracepoint_install(p, new_tp) != 0)
634 new_tp = probe->ftp_tps[index].fit_tp;
636 ASSERT(new_tp
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1845 fmd_thread_t *old_tp, *new_tp; local
1875 if ((new_tp = fmd_doorthread_create(mp, (fmd_thread_f *)crf,
1877 tid = new_tp->thr_tid;
1879 (void) fmd_idspace_xalloc(mp->mod_threads, tid, new_tp);
1886 (void *)dip, new_tp ? "successful" : "failed");
1889 return (new_tp ? 1 : -1);

Completed in 101 milliseconds