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

/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h492 virtual void systemWillShutdown ( IOOptionBits specifier );
H A DIOUSBMassStorageClass.cpp1022 // systemWillShutdown [PUBLIC]
1026 IOUSBMassStorageClass::systemWillShutdown ( IOOptionBits specifier ) function in class:IOUSBMassStorageClass
1029 STATUS_LOG ( ( 3 , "%s[%p]::systemWillShutdown: specifier = 0x%x fSuspendOnReboot = %s", getName ( ), this, specifier, fSuspendOnReboot ? "true" : "false" ) );
1038 super::systemWillShutdown ( specifier );
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.h1086 /*! @function systemWillShutdown
1088 @discussion Overrides <code>IOService::systemWillShutdown</code> in order
1092 block before calling <code>IOService::systemWillShutdown</code> and return.
1095 @see //apple_ref/cpp/instm/IOService/systemWillShutdown/void/(IOOptionBits) IOService::systemWillShutdown
1098 virtual void systemWillShutdown( IOOptionBits specifier );
H A DIONetworkController.cpp2274 void IONetworkController::systemWillShutdown( IOOptionBits specifier ) function in class:IONetworkController
2282 super::systemWillShutdown(specifier);
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h947 virtual void systemWillShutdown( IOOptionBits specifier );
H A DIOFireWireController.cpp1431 // systemWillShutdown
1435 void IOFireWireController::systemWillShutdown( IOOptionBits specifier ) function in class:IOFireWireController
1442 // IOLog( "IOFireWireController::systemWillShutdown - kIOMessageSystemWillPowerOff\n" );
1448 // IOLog( "IOFireWireController::systemWillShutdown - kIOMessageSystemWillRestart\n" );
1464 IOService::systemWillShutdown( specifier );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h377 /*! @function systemWillShutdown
380 @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.
385 virtual void systemWillShutdown( IOOptionBits specifier );
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp7418 service->systemWillShutdown( gPMHaltEvent );
7538 baseFunc = OSMemberFunctionCast(void *, root, &IOService::systemWillShutdown);
7586 OSMemberFunctionCast(void *, node, &IOService::systemWillShutdown))
H A DIOServicePM.cpp6880 // [public] systemWillShutdown
6885 void IOService::systemWillShutdown( IOOptionBits specifier ) function in class:IOService

Completed in 218 milliseconds