Searched refs:disable (Results 1 - 20 of 20) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIONotifier.h42 @discussion IOService notification requests are represented as implementations of the IONotifier object. It defines methods to enable, disable and remove notification requests. These actions are synchronized with invocations of the notification handler, so removing a notification request will guarantee the handler is not being executed. */
56 /*! @function disable
61 virtual bool disable() = 0;
H A DIOCommandGate.h205 /*! @function disable
208 virtual void disable();
H A DIOEventSource.h216 /*! @function disable
220 virtual void disable();
H A DIOInterruptEventSource.h90 /*! @var autoDisable Do we need to automatically disable the interrupt source when we take an interrupt, i.e. we are level triggered. */
150 /*! @function disable
154 virtual void disable();
H A DIOTimerEventSource.h127 @discussion Allows the action function to be called. If the timer event source was disabled while a call was outstanding and the call wasn't cancelled then it will be rescheduled. So a disable/enable pair will disable calls from this event source. */
130 /*! @function disable
132 @discussion When disable returns the action will not be called until the next time enable(qv) is called. */
133 virtual void disable();
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOEventSource.cpp100 void IOEventSource::disable() function in class:IOEventSource
113 disable();
H A DIOServicePrivate.h96 virtual bool disable();
118 virtual bool disable();
H A DIOCommandGate.cpp67 /* virtual */ void IOCommandGate::disable() function in class:IOCommandGate
70 OSReportWithBacktrace("IOCommandGate::disable() called when not gated");
72 super::disable();
H A DIOTimerEventSource.cpp191 super::disable(); // Problem re-scheduling timeout ignore enable
194 void IOTimerEventSource::disable() function in class:IOTimerEventSource
199 super::disable();
H A DIOInterruptEventSource.cpp156 void IOInterruptEventSource::disable() function in class:IOInterruptEventSource
236 prov->disableInterrupt(source); /* disable the interrupt */
H A DIOWorkLoop.cpp163 // in this case disable all of the event source, mark the loop
166 // benefit of our event sources so we can disable them cleanly.
239 if (event != controlG) // Don't disable the control gate
240 event->disable();
258 event->disable();
H A DIOService.cpp1582 bool _IOServiceInterestNotifier::disable() function in class:_IOServiceInterestNotifier
3744 bool _IOServiceNotifier::disable() function in class:_IOServiceNotifier
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_cpu.c70 #pragma mark **** interrupts enable/disable ****
96 #pragma mark **** preemption enable/disable ****
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_cpu_i386.c45 #pragma mark **** cpu enable/disable ****
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c444 int disable = (systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || local
447 if (disable) {
1003 int disable = (machtrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || local
1006 if (disable) {
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c65 #pragma warning( disable : 4311 4312 )
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s154 * We try fairly hard to get this lock. We disable for interruptions, but
158 * we return either in abject failure, or disable and go back to the lock sniff routine.
170 addi r5,r5,1 ; Bring up the disable count
310 * We try fairly hard to get this lock. We disable for interruptions, but
314 * we return either in abject failure, or disable and go back to the lock sniff routine.
504 addi r5,r5,1 ; Bring up the disable count
1666 add. r5,r5,r8 ; Bring down the disable count
1712 * Here is where we disable preemption.
1721 addi r5,r5,1 ; Bring up the disable count
1766 addi r5,r5,1 ; Bring up the disable coun
[all...]
H A Dmachine_routines_asm.s1400 ; Flush and disable the level 2
1671 oris r5,r11,0x0600 ; Set disable L1D$ bits
1676 mtspr hid4,r5 ; Un-invalidate and disable L1D$
1811 btlr pf64Bitb ; No way to disable a 64-bit machine...
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_cpu_ppc.c60 #pragma mark **** cpu enable/disable ****
196 cacheDisable(); /* disable caches */
377 oldlevel = chudxnu_set_interrupts_enabled(FALSE); /* disable interrupts */
608 oldlevel = chudxnu_set_interrupts_enabled(FALSE); /* disable interrupts */
696 oldlevel = chudxnu_set_interrupts_enabled(FALSE); /* disable interrupts */
978 oldlevel = ml_set_interrupts_enabled(FALSE); /* disable interrupts */
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c380 boolean_t disable)
382 if(disable) {
379 vm_backing_store_disable( boolean_t disable) argument

Completed in 95 milliseconds