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

/xnu-2422.115.4/bsd/dev/dtrace/
H A Dlockstat.c77 { LS_LCK_MTX_LOCK, LSA_ACQUIRE, LS_LCK_MTX_LOCK_ACQUIRE, DTRACE_IDNONE },
78 { LS_LCK_MTX_LOCK, LSA_SPIN, LS_LCK_MTX_LOCK_SPIN, DTRACE_IDNONE },
79 { LS_LCK_MTX_LOCK, LSA_BLOCK, LS_LCK_MTX_LOCK_BLOCK, DTRACE_IDNONE },
80 { LS_LCK_MTX_TRY_LOCK, LSA_ACQUIRE, LS_LCK_MTX_TRY_LOCK_ACQUIRE, DTRACE_IDNONE },
81 { LS_LCK_MTX_TRY_SPIN_LOCK, LSA_ACQUIRE, LS_LCK_MTX_TRY_SPIN_LOCK_ACQUIRE, DTRACE_IDNONE },
82 { LS_LCK_MTX_UNLOCK, LSA_RELEASE, LS_LCK_MTX_UNLOCK_RELEASE, DTRACE_IDNONE },
83 { LS_LCK_MTX_EXT_LOCK, LSA_ACQUIRE, LS_LCK_MTX_EXT_LOCK_ACQUIRE, DTRACE_IDNONE },
84 { LS_LCK_MTX_EXT_LOCK, LSA_SPIN, LS_LCK_MTX_EXT_LOCK_SPIN, DTRACE_IDNONE },
85 { LS_LCK_MTX_EXT_LOCK, LSA_BLOCK, LS_LCK_MTX_EXT_LOCK_BLOCK, DTRACE_IDNONE },
86 // { LS_LCK_MTX_EXT_TRY_LOCK, LSA_ACQUIRE, LS_LCK_MTX_TRY_EXT_LOCK_ACQUIRE, DTRACE_IDNONE },
[all...]
H A Dsystrace.c156 if ((id = sy->stsy_entry) != DTRACE_IDNONE) {
186 if ((id = sy->stsy_return) != DTRACE_IDNONE) {
270 if ((id = sy->stsy_return) != DTRACE_IDNONE) {
439 systrace_sysent[i].stsy_entry = DTRACE_IDNONE;
440 systrace_sysent[i].stsy_return = DTRACE_IDNONE;
442 systrace_sysent32[i].stsy_entry = DTRACE_IDNONE;
443 systrace_sysent32[i].stsy_return = DTRACE_IDNONE;
465 ASSERT(systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE);
467 ASSERT(systrace_sysent32[sysnum].stsy_entry == DTRACE_IDNONE);
470 ASSERT(systrace_sysent[sysnum].stsy_return == DTRACE_IDNONE);
[all...]
H A Dsdt.c142 func, nname)) != DTRACE_IDNONE) {
H A Ddtrace.c7823 if (pkp->dtpk_id != DTRACE_IDNONE) {
7962 if (pkp->dtpk_id == DTRACE_IDNONE &&
8513 pkey.dtpk_id = DTRACE_IDNONE;
17700 if (desc.dtpd_id == DTRACE_IDNONE) {
17709 pkey.dtpk_id = DTRACE_IDNONE;
17759 if (desc.dtargd_id == DTRACE_IDNONE)
18607 if (desc.dtpd_id == DTRACE_IDNONE) {
18616 pkey.dtpk_id = DTRACE_IDNONE;
18668 if (desc.dtargd_id == DTRACE_IDNONE)
/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h156 #define DTRACE_IDNONE 0 /* invalid probe identifier */ macro
2137 * return DTRACE_IDNONE.

Completed in 156 milliseconds