Searched refs:adjustBusy (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp185 IOService::getServiceRoot()->adjustBusy(1);
H A DIOUserClient.cpp4553 serviceRoot->adjustBusy(-1);
H A DIOService.cpp3554 void IOService::adjustBusy( SInt32 delta ) function in class:IOService
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp768 adjustBusy( 1 );
833 adjustBusy( -1 );
1000 adjustBusy( -1 );
1001 // FWKLOG(( "IOFireWireDevice@0x%08lx::processROM adjustBusy(-1) generation %ld\n", (UInt32)this, generation ));
1034 adjustBusy( -1 );
H A DIOFireWireController.cpp3110 newDevice->adjustBusy( 1 ); // device
3111 adjustBusy( 1 ); // controller
3113 FWKLOG(( "IOFireWireController@%p::updateDevice adjustBusy(1)\n", this ));
3124 newDevice->adjustBusy( -1 ); // device
3125 adjustBusy( -1 ); // controller
3126 FWKLOG(( "IOFireWireController@%p::updateDevice adjustBusy(-1)\n", this ));
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h653 /*! @function adjustBusy
658 virtual void adjustBusy( SInt32 delta );

Completed in 174 milliseconds