HomeSort by relevance Sort by last modified time
    Searched refs:fit_tp (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
fasttrap_impl.h 108 fasttrap_tracepoint_t *fit_tp; member in struct:fasttrap_id_tp
  /onnv/onnv-gate/usr/src/uts/common/dtrace/
fasttrap.c 501 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
504 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
623 new_tp = probe->ftp_tps[index].fit_tp;
675 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
678 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
737 if (tp == probe->ftp_tps[index].fit_tp) {
746 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
751 tmp_tp = &tmp_probe->ftp_tps[tmp_index].fit_tp;
755 ASSERT(*tmp_tp != probe->ftp_tps[index].fit_tp);
759 probe->ftp_tps[index].fit_tp = *tmp_tp
    [all...]

Completed in 0 milliseconds