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

/darwin-on-arm/xnu/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.h201 /*! @function disable
204 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. */
154 /*! @function disable
158 virtual void disable();
H A DIOEventSource.h228 /*! @function disable
232 virtual void disable();
H A DIOTimerEventSource.h123 @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. */
126 /*! @function disable
128 @discussion When disable returns the action will not be called until the next time enable(qv) is called. */
129 virtual void disable();
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_cpu.c73 #pragma mark **** interrupts enable/disable ****
89 #pragma mark **** preemption enable/disable ****
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOEventSource.cpp193 void IOEventSource::disable() function in class:IOEventSource
206 disable();
H A DIOCommandGate.cpp94 /* virtual */ void IOCommandGate::disable() function in class:IOCommandGate
97 OSReportWithBacktrace("IOCommandGate::disable() called when not gated");
99 super::disable();
H A DIOServicePrivate.h102 virtual bool disable();
124 virtual bool disable();
H A DIOTimerEventSource.cpp249 super::disable(); // Problem re-scheduling timeout ignore enable
252 void IOTimerEventSource::disable() function in class:IOTimerEventSource
257 super::disable();
H A DIOWorkLoop.cpp224 // in this case disable all of the event source, mark the loop
227 // benefit of our event sources so we can disable them cleanly.
314 event->disable();
318 if (event != controlG) // Don't disable the control gate
319 event->disable();
337 event->disable();
H A DIOInterruptEventSource.cpp159 void IOInterruptEventSource::disable() function in class:IOInterruptEventSource
271 prov->disableInterrupt(source); /* disable the interrupt */
H A DIOService.cpp1637 bool _IOServiceInterestNotifier::disable() function in class:_IOServiceInterestNotifier
4267 bool _IOServiceNotifier::disable() function in class:_IOServiceNotifier
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_cpu_i386.c45 #pragma mark **** cpu enable/disable ****
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c529 int disable = (systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || local
532 if (disable) {
983 int disable = (machtrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || local
986 if (disable) {
/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h274 * @result KERN_SUCCESS on successful disable
317 pmc_disable_method_t disable; member in struct:pmc_methods
H A Dpmc.c1521 * off the global disable for this counter.
1529 /* Instruct the counter to disable itself */
1530 ret = store_pmc->methods.disable(store_pmc_obj);
1532 COUNTER_DEBUG(" [error] disable: 0x%x\n", ret);
1904 !methods->disable ||
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h794 void hfs_metadatazone_init(struct hfsmount *hfsmp, int disable);
H A Dhfs_vfsutils.c2305 // disable journaling for this volume and return. We turn off the
2308 // again which is harmless). If we disable journaling we don't
2587 * If disable is true, disable metadata zone unconditionally.
2590 hfs_metadatazone_init(struct hfsmount *hfsmp, int disable) argument
2617 /* If caller wants to disable metadata zone, do it */
2618 if (disable == true) {
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.c431 boolean_t disable)
433 if(disable) {
430 vm_backing_store_disable( boolean_t disable) argument
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c278 * List of capabilities to disable on the member interface.
1424 * then stop and disable it.
2864 bridge_ifstop(struct ifnet *ifp, __unused int disable) argument

Completed in 143 milliseconds