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

/xnu-2782.1.97/osfmk/kern/
H A Dsimple_lock.h138 uint32_t newval,
/xnu-2782.1.97/osfmk/kperf/
H A Daction.c402 kperf_kdbg_set_stacks(int newval) argument
405 kdebug_callstack_action = newval;
408 if( newval )
/xnu-2782.1.97/osfmk/x86_64/
H A Dloose_ends.c519 hw_compare_and_store(uint32_t oldval, uint32_t newval, volatile uint32_t *dest) argument
522 (UInt32)newval,
/xnu-2782.1.97/bsd/kern/
H A Dkern_newsysctl.c1152 int newval; local
1168 newval = (int)val;
1169 if ((long long)newval != val) {
1172 *(int *)arg1 = newval;

Completed in 36 milliseconds