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

/darwin-on-arm/xnu/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.c160 if ((id = sy->stsy_entry) != DTRACE_IDNONE) {
190 if ((id = sy->stsy_return) != DTRACE_IDNONE) {
274 if ((id = sy->stsy_return) != DTRACE_IDNONE) {
443 systrace_sysent[i].stsy_entry = DTRACE_IDNONE;
444 systrace_sysent[i].stsy_return = DTRACE_IDNONE;
446 systrace_sysent32[i].stsy_entry = DTRACE_IDNONE;
447 systrace_sysent32[i].stsy_return = DTRACE_IDNONE;
469 ASSERT(systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE);
471 ASSERT(systrace_sysent32[sysnum].stsy_entry == DTRACE_IDNONE);
474 ASSERT(systrace_sysent[sysnum].stsy_return == DTRACE_IDNONE);
[all...]
H A Dsdt.c142 func, nname)) != DTRACE_IDNONE) {
H A Ddtrace.c7805 if (pkp->dtpk_id != DTRACE_IDNONE) {
7944 if (pkp->dtpk_id == DTRACE_IDNONE &&
8501 pkey.dtpk_id = DTRACE_IDNONE;
17656 if (desc.dtpd_id == DTRACE_IDNONE) {
17665 pkey.dtpk_id = DTRACE_IDNONE;
17715 if (desc.dtargd_id == DTRACE_IDNONE)
18562 if (desc.dtpd_id == DTRACE_IDNONE) {
18571 pkey.dtpk_id = DTRACE_IDNONE;
18623 if (desc.dtargd_id == DTRACE_IDNONE)
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h152 #define DTRACE_IDNONE 0 /* invalid probe identifier */ macro
2107 * return DTRACE_IDNONE.

Completed in 95 milliseconds