Searched refs:busyState (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1259 UInt32 busyState = 0; local
1269 busyState = fPort.State & PD_S_ACQUIRED;
1270 if (!busyState)
1285 busyState = 0;
1287 rtn = watchStateGated(&busyState, &mask);
1371 UInt32 busyState; local
1377 busyState = (fPort.State & PD_S_ACQUIRED);
1378 if (!busyState)
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1926 UInt32 busyState = 0; local
1937 busyState = fPort.State & PD_S_ACQUIRED;
1938 if (!busyState)
1953 busyState = 0;
1955 rtn = watchStateGated(&busyState, &mask);
2142 UInt32 busyState; local
2148 busyState = (fPort.State & PD_S_ACQUIRED);
2149 if (!busyState)
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp2255 UInt32 busyState = 0;
2269 busyState = readPortState( port ) & PD_S_ACQUIRED;
2270 if ( !busyState )
2281 busyState = 0;
2282 rtn = watchState( &busyState, PD_S_ACQUIRED, refCon );
2329 UInt32 busyState;
2334 busyState = (readPortState( port ) & PD_S_ACQUIRED);
2335 if ( !busyState )
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOKitLib.h474 @abstract Returns the busyState of an IOService.
475 @discussion Many activities in IOService are asynchronous. When registration, matching, or termination is in progress on an IOService, its busyState is increased by one. Change in busyState to or from zero also changes the IOService's provider's busyState by one, which means that an IOService is marked busy when any of the above activities is ocurring on it or any of its clients.
476 @param service The IOService whose busyState to return.
477 @param busyState The busyState count is returned.
483 uint32_t * busyState );
486 @abstract Wait for an IOService's busyState to be zero.
498 @abstract Returns the busyState o
[all...]
H A DIOKitLib.c1196 uint32_t * busyState )
1201 return (IOServiceGetBusyStateAndTime(service, &state, busyState, &accumulated_busy_time));
1218 uint32_t * busyState )
1233 kr = IOServiceGetBusyState( root, busyState );
1236 *busyState = 0;
/macosx-10.10.1/xnu-2782.1.97/osfmk/device/
H A Ddevice.defs342 out busyState : uint32_t
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp2884 uint32_t *busyState )
2888 *busyState = service->getBusyState();

Completed in 388 milliseconds