Searched refs:inGate (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWQEventSource.h50 inline bool inGate( void ) {return workLoop->inGate();}; function in class:IOFWQEventSource
H A DFWDebugging.h58 #define FWASSERTINGATE(a) { if(!((a)->inGate())) { IOLog( "File "__FILE__", line %d: warning - workloop lock is not held.\n", __LINE__); } }
H A DIOFireWireROMCache.cpp345 FWKLOGASSERT( fOwner->getController()->inGate() == false );
395 FWKLOGASSERT( fOwner->getController()->inGate() == false );
495 FWKLOGASSERT( fOwner->getController()->inGate() == false );
H A DIOFireWireController.h862 bool inGate();
H A DIOFireWireController.cpp7338 // inGate
7342 bool IOFireWireController::inGate() function in class:IOFireWireController
7344 return fPendingQ.fSource->inGate();
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCommandGate.cpp96 if (workLoop && !workLoop->inGate())
241 if (!workLoop->inGate())
249 if (!workLoop->inGate())
H A DIOWorkLoop.cpp431 bool IOWorkLoop::inGate() const function in class:IOWorkLoop
H A DIOServicePM.cpp154 assert(gIOPMWorkLoop->inGate()); \
2280 if (gIOPMWorkLoop->inGate() && (ordinal < fNumberOfPowerStates))
2335 if (gIOPMWorkLoop->inGate() && (state < fNumberOfPowerStates))
2446 if (gIOPMWorkLoop->inGate())
2471 if (gIOPMWorkLoop->inGate())
H A DIOPMrootDomain.cpp103 if (gIOPMWorkLoop && gIOPMWorkLoop->inGate() != true) { \
1845 if (!getPMworkloop()->inGate())
2924 if (gIOPMWorkLoop->inGate() == false) {
4031 if (gIOPMWorkLoop->inGate() == false)
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOWorkLoop.h218 /*! @function inGate
222 virtual bool inGate() const;
/macosx-10.10/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceController.cpp596 if ( fWorkLoop->inGate ( ) == false )
751 if ( fWorkLoop->inGate ( ) == false )
1307 if ( fWorkLoop->inGate ( ) == false )
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp1412 check ( fWorkLoop->inGate ( ) == true );
2198 require ( fWorkLoop->inGate ( ) == true, Exit );
2957 if ( fWorkLoop->inGate ( ) == false )
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.cpp258 if (fDriver->getWorkLoop()->inGate()) { // if we have the gate, just call it
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp676 if (!getControllerWorkLoop()->inGate())
677 OSReportWithBacktrace("AppleBacklightDisplay::updatePowerParam !inGate\n");
H A DIOFramebuffer.cpp476 virtual bool inGate() const;
536 bool IOGraphicsWorkLoop::inGate() const function in class:IOGraphicsWorkLoop
4439 if (!gIOFBSystemWorkLoop->inGate()) panic("!sys");
4440 if (!controller->wl->inGate()) panic("!gate\n");
6825 if (!gIOFBSystemWorkLoop || gIOFBSystemWorkLoop->inGate())
8505 bool notGated = (!gIOFBSystemWorkLoop->inGate() || !FBWL(this)->inGate());
8621 gIOFBSystemWorkLoop->inGate(), gIOFBSystemWorkLoop->onThread());
8678 gIOFBSystemWorkLoop->inGate(), gIOFBSystemWorkLoop->onThread());
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkController.cpp911 return ( _workLoop->inGate() ? _cmdClient : 0 );
H A DIONetworkInterface.cpp2793 if (_txWorkLoop && _txWorkLoop->inGate())
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1079 if (!ml_at_interrupt_context() && (wl = self->getControllerWorkLoop()) && !wl->inGate())
1116 if (!ml_at_interrupt_context() && (wl = self->getControllerWorkLoop()) && !wl->inGate())
3154 if (!getControllerWorkLoop()->inGate())
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp308 if (!gIOPCIConfigWorkLoop->inGate())

Completed in 293 milliseconds