Searched refs:CYCLIC_NONE (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c311 prof->prof_cyclic = CYCLIC_NONE;
507 ASSERT(prof->prof_cyclic == CYCLIC_NONE);
618 ASSERT(prof->prof_cyclic != CYCLIC_NONE);
631 prof->prof_cyclic = CYCLIC_NONE;
H A Ddtrace_glue.c399 return CYCLIC_NONE;
407 ASSERT( cyclic != CYCLIC_NONE );
443 return (cyclic_id_list_t)CYCLIC_NONE;
473 ASSERT( cyc_list != (cyclic_id_list_t)CYCLIC_NONE );
513 return CYCLIC_NONE;
544 ASSERT(cyclic != CYCLIC_NONE);
H A Ddtrace.c13706 state->dts_cleaner = CYCLIC_NONE;
13707 state->dts_deadman = CYCLIC_NONE;
14468 if (state->dts_cleaner != CYCLIC_NONE)
14471 if (state->dts_deadman != CYCLIC_NONE)
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h293 #define CYCLIC_NONE ((cyclic_id_t)0) macro

Completed in 177 milliseconds