Searched refs:systemWillShutdown (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h360 /*! @function systemWillShutdown
363 @discussion This function is called for all members of the power plane in leaf-to-root order. If a subclass needs to wait for a pending I/O, then the call to <code>systemWillShutdown</code> should be postponed until the I/O completes.
368 virtual void systemWillShutdown( IOOptionBits specifier );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp7000 service->systemWillShutdown( gPMHaltEvent );
7120 baseFunc = OSMemberFunctionCast(void *, root, &IOService::systemWillShutdown);
7168 OSMemberFunctionCast(void *, node, &IOService::systemWillShutdown))
H A DIOServicePM.cpp6442 // [public] systemWillShutdown
6447 void IOService::systemWillShutdown( IOOptionBits specifier ) function in class:IOService

Completed in 54 milliseconds