| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePrivate.h | 115 virtual bool disable() APPLE_KEXT_OVERRIDE; 137 virtual bool disable() APPLE_KEXT_OVERRIDE; 152 virtual bool disable() APPLE_KEXT_OVERRIDE;
|
| H A D | IOEventSource.cpp | 268 IOEventSource::disable() in disable() function in IOEventSource 283 disable(); in setWorkLoop()
|
| H A D | IOCommandGate.cpp | 102 IOCommandGate::disable() in disable() function in IOCommandGate 108 super::disable(); in disable()
|
| H A D | IOTimerEventSource.cpp | 404 super::disable(); // Problem re-scheduling timeout ignore enable in enable() 409 IOTimerEventSource::disable() in disable() function in IOTimerEventSource 415 super::disable(); in disable()
|
| H A D | IOWorkLoop.cpp | 338 event->disable(); in disableAllEventSources() 344 event->disable(); in disableAllEventSources() 368 event->disable(); in disableAllInterrupts()
|
| H A D | IOInterruptEventSource.cpp | 262 IOInterruptEventSource::disable() in disable() function in IOInterruptEventSource
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IONotifier.h | 61 virtual bool disable() = 0;
|
| H A D | IOServiceStateNotificationEventSource.h | 105 virtual void disable() APPLE_KEXT_OVERRIDE;
|
| H A D | IOCommandGate.h | 222 virtual void disable() APPLE_KEXT_OVERRIDE;
|
| H A D | IOInterruptEventSource.h | 189 virtual void disable() APPLE_KEXT_OVERRIDE;
|
| H A D | IOEventSource.h | 274 virtual void disable();
|
| H A D | IOTimerEventSource.h | 205 virtual void disable() APPLE_KEXT_OVERRIDE;
|
| /xnu-11215/ |
| H A D | Makefile | 371 -disable-checker deadcode.DeadStores \ 372 -disable-checker core.NullDereference \ 373 -disable-checker core.DivideZero \
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | systrace.c | 491 int disable = (systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || in systrace_disable() local 494 if (disable) { in systrace_disable() 862 int disable = (machtrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || in machtrace_disable() local 865 if (disable) { in machtrace_disable()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOServiceNotificationDispatchSource.iig | 75 * @param enable Pass true to enable the source or false to disable.
|
| H A D | IOServiceStateNotificationDispatchSource.iig | 63 * @param enable Pass true to enable the source or false to disable.
|
| H A D | IOInterruptDispatchSource.iig | 116 * @param enable Pass true to enable the source or false to disable.
|
| H A D | IODataQueueDispatchSource.iig | 96 * @param enable Pass true to enable the source or false to disable.
|
| H A D | IOService.iig | 263 * @param enable Whether to enable or disable the power override. 440 * @discussion outCount is counting channels for enable,disable. It is counting
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_notify.md | 117 that calls into libmalloc to enable/disable MSL.
|
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 778 ies->disable(); in exclaveEnableInterrupt() 965 tes->disable(); in exclaveEnableTimer()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 220 Also if you wish to quickly disable the summaries for a particular command use the `showraw` comman… 254 …A. There is a command called `showraw`. This will disable all kernel specific type summaries and e… 436 …* set up environment variable DEBUG_XNU_LLDBMACROS=1 on your shell. This will disable the automati… 455 * To enable/disable logging
|
| /xnu-11215/doc/arm/ |
| H A D | sme.md | 113 safe way to disable SME prioritization. Otherwise the exact meaning of 240 Unfortunately since xnu has to disable streaming SVE mode to handle traps, it's
|
| /xnu-11215/osfmk/mach/ |
| H A D | host_priv.defs | 348 * Active operations (load, unload, disable/enable) require host_priv/root access.
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 887 void setClamShellSleepDisable(bool disable, uint32_t bitmask);
|