Searched refs:willTerminate (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IONetworkingFamily/
H A DIOFWInterface.h283 /* Override IONetworkInterface::willTerminate() */
285 virtual bool willTerminate( IOService * provider,
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOEthernetInterface.h270 /* Override IONetworkInterface::willTerminate() */
272 virtual bool willTerminate( IOService * provider,
H A DIONetworkInterface.h1002 /* Override IOService::willTerminate() */
1003 virtual bool willTerminate(
H A DIOEthernetInterface.cpp1176 // willTerminate
1178 bool IOEthernetInterface::willTerminate( IOService * provider, function in class:IOEthernetInterface
1181 bool ret = super::willTerminate( provider, options );
1183 // willTerminate() is always called from the provider's work loop context.
1188 DLOG("IOEthernetInterface::willTerminate disabling controller\n");
H A DIONetworkInterface.cpp1971 bool IONetworkInterface::willTerminate( IOService * provider, function in class:IONetworkInterface
1978 return super::willTerminate( provider, options );
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioDevice.h338 virtual bool willTerminate(IOService *provider, IOOptionBits options);
H A DIOAudioDevice.cpp470 bool IOAudioDevice::willTerminate(IOService *provider, IOOptionBits options) function in class:IOAudioDevice
474 audioDebugIOLog(3, "+ IOAudioDevice[%p]::willTerminate(%p, %lx)\n", this, provider, (long unsigned int)options);
488 result = super::willTerminate(provider, options);
489 audioDebugIOLog(3, "- IOAudioDevice[%p]::willTerminate(%p, %lx) returns %d\n", this, provider, (long unsigned int)options, result );
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.h464 virtual bool willTerminate( IOService * provider,
H A DIOUSBMassStorageClass.cpp900 // willTerminate [PUBLIC]
904 IOUSBMassStorageClass::willTerminate ( IOService * provider, function in class:IOUSBMassStorageClass
908 STATUS_LOG ( ( 2, "%s[%p]: willTerminate called.", getName ( ), this ) );
920 return super::willTerminate ( provider, options );
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.h1596 virtual bool willTerminate ( IOService * provider, IOOptionBits options );
H A DIOSCSIParallelInterfaceController.cpp491 // willTerminate - Prevent HBA from accepting any further commands.
496 IOSCSIParallelInterfaceController::willTerminate ( function in class:IOSCSIParallelInterfaceController
/macosx-10.9.5/IOFireWireIP-226.4/KernelSource/IONetworkingFamily/
H A DIOFWInterface.cpp1173 // willTerminate
1175 bool IOFWInterface::willTerminate( IOService * provider, function in class:IOFWInterface
1178 bool ret = super::willTerminate( provider, options );
1180 // We assume that willTerminate() is always called from the
1188 DLOG("IOFWInterface::willTerminate disabling controller\n");
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h329 /*! @function willTerminate
336 virtual bool willTerminate( IOService * provider, IOOptionBits options );
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp1988 bool IOService::willTerminate( IOService * provider, IOOptionBits options ) function in class:IOService
2026 TLOG("%s::willTerminate(%s, %08llx)\n",
2038 ok = client->willTerminate( victim, options );

Completed in 310 milliseconds