Searched refs:deviceNumber (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIODeviceTreeSupport.h108 OSData * IODTFindSlotName( IORegistryEntry * regEntry, UInt32 deviceNumber );
/macosx-10.10.1/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp494 OSNumber * deviceNumber; local
517 deviceNumber = OSDynamicCast ( OSNumber, obj->getProperty ( "IOUnit" ) );
518 if ( deviceNumber != NULL )
523 if ( deviceNumber->unsigned8BitValue ( ) == kATADevice0DeviceID )
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1236 OSData * IODTFindSlotName( IORegistryEntry * regEntry, UInt32 deviceNumber )
1262 if( (0 == (mask & (1 << deviceNumber))))
1268 for( i = 0; (i <= deviceNumber) && (names < lastName); i++ ) {
1272 if( i == deviceNumber) {
/macosx-10.10.1/IOKitTools-91/ioreg.tproj/
H A Dioreg.c1597 deviceNumber, local
1630 deviceNumber = (tmpCell & kPhysDeviceMask) >> kPhysDeviceShift;
1662 (unsigned long)deviceNumber,

Completed in 177 milliseconds