Searched refs:enabled (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOEventSource.cpp74 enabled = true;
95 enabled = true;
102 enabled = false;
107 return enabled;
H A DIOCommandGate.cpp80 wakeupGate(&enabled, /* oneThread */ false); // Unblock sleeping threads
98 thread_wakeup_with_result(&enabled, THREAD_INTERRUPTED);
135 // itself then sleep until we get enabled.
138 while (!enabled) {
142 IOReturn res = sleepGate(&enabled, THREAD_ABORTSAFE);
157 // Must be gated and on the work loop or enabled
178 if (!workLoop->onThread() && !enabled)
H A DIOTimerEventSource.cpp80 if (me->enabled && me->action)
89 if (doit && me->enabled && AbsoluteTime_to_scalar(&me->abstime))
104 if (me->enabled && me->action)
292 if ( enabled && AbsoluteTime_to_scalar(&abstime) && workLoop )
302 if ( enabled && AbsoluteTime_to_scalar(&inAbstime) && AbsoluteTime_to_scalar(&abstime) && workLoop )
H A DIOInterruptEventSource.cpp152 enabled = true;
161 enabled = false;
H A DIOCommandQueue.cpp137 if (!enabled || consumerIndex == producerIndex)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOEventSource.h115 /*! @var enabled
116 Is this event source enabled to deliver requests to the work-loop. */
117 bool enabled; member in class:IOEventSource
211 @discussion A subclass implementation is expected to respect the enabled
218 @discussion A subclass implementation is expected to respect the enabled
224 @result true if enabled. */
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dflipc_cb.h67 * enabled at the same time.
394 * before it is enabled.
400 * take ownership of an enabled structure, and you can't
401 * modify the enabled bit without having ownership).
405 * state. Simiarly, the enabled bit must always be valid,
409 * *) Holding the simple lock on an enabled structure imparts
414 * *) You are allowed to read the enabled/disabled bit without
421 * enabled/disabled bit must always be valid.
702 * sail_enabled (volatile) -- Is the endpoint enabled? This isn't
720 #define DOE_CONSTRUCT(dpb, enabled) \
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dprocessor.c585 register int *enabled; local
587 if (*count < (sizeof(*enabled)/sizeof(int)))
590 enabled = (int *) info;
591 *enabled = POLICY_TIMESHARE | POLICY_RR | POLICY_FIFO;
593 *count = sizeof(*enabled)/sizeof(int);
911 * Allows control of enabled policies, and per-policy base and limit
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c409 int enabled = (systrace_sysent[sysnum].stsy_entry != DTRACE_IDNONE || local
424 if (enabled) {
979 int enabled = (machtrace_sysent[sysnum].stsy_entry != DTRACE_IDNONE || local
988 if (enabled) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dbcopy.s214 bl EXT(bcopy) ; do copy with DR off and SF on, cache enabled
H A Dhw_lock.s224 ; instruction is issued per cycle. The insures that we stay enabled for a long enough
367 ; instruction is issued per cycle. The insures that we stay enabled for a long enough
1097 ; instruction is issued per cycle. The insures that we stay enabled for a long enough
1820 ; instruction is issued per cycle. The insures that we stay enabled for a long enough
H A Dhw_exception.s421 ori r11,r11,lo16(MASK(MSR_EE)) ; Turn on interruption enabled bit
543 * when kdebug tracing is enabled
613 bne-- ksystrace ; yes, tracing enabled
1435 rlwimi. r20,r29,(((31-floatCngbit)+(MSR_FP_BIT+1))&31),floatCngbit,floatCngbit ; Set flag if we enabled floats
1437 rlwinm r20,r29,(((31-vectorCngbit)+(MSR_VEC_BIT+1))&31),vectorCngbit,vectorCngbit ; Set flag if we enabled vector
H A Dmachine_routines_asm.s142 * We assume that machine checks are enabled both in MSR and HIDs
281 * We assume that machine checks are enabled both in MSR and HIDs
690 /* set interrupts enabled or disabled
839 * enabled).
852 lwz r11,PP_INTS_ENABLED(r12) ; Get interrupt enabled state
920 ; turn on only the POW bit and that we should have interrupts enabled.
1166 mtmsr r5 ; Do sleep with interruptions enabled
1408 rlwinm. r0,r8,0,l2e,l2e ; Was the L2 enabled?
1520 rlwinm. r0,r8,0,l3e,l3e ; Was the L3 enabled?
H A Dlowmem_vectors.s1391 andis. r21,r21,hi16(perfMonitor) ; Is the performance monitor enabled?
1452 ; Time for us to get a new savearea and then trace interrupt if it is enabled.
1730 andis. r17,r17,hi16(perfMonitor) ; Is the performance monitor enabled?
1784 ; Time for us to get a new savearea and then trace interrupt if it is enabled.
3256 andis. r23,r23,hi16(perfMonitor) ; Is the performance monitor enabled?
3496 andis. r30,r30,hi16(perfMonitor) ; Is the performance monitor enabled?
3698 .long 0xFFFFFFFF ; 5084 All enabled
H A Dcswtch.s158 lwz r2,traceMask(0) ; Get the enabled traces
1839 // floating pt is enabled
1954 // interrupts are off, vectors are enabled
2174 // interrupts are off, vectors are enabled

Completed in 100 milliseconds