Searched refs:deviceNum (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h78 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
102 unsigned int deviceNum:5; member in struct:IONVRAMDescriptor
/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1172 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum )
1182 (*persist->locationFunc)( regEntry, busNum, deviceNum, functionNum );
1189 *deviceNum = 0x1f & (cell[ 0 ] >> 24);
1192 *deviceNum = 0;
1209 UInt8 deviceNum; local
1219 &busNum, &deviceNum, &functionNum );
1221 bridgeDevices |= ((deviceNum & 0x1f) << ((level - 1) * 5));
1224 hdr->deviceNum = deviceNum;
1169 IODTGetNVLocation( IORegistryEntry * parent, IORegistryEntry * regEntry, UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum ) argument

Completed in 18 milliseconds