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

/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h78 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
99 unsigned int busNum:2; 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 );
1188 *busNum = 3;
1191 *busNum = 0;
1208 UInt8 busNum; local
1219 &busNum, &deviceNum, &functionNum );
1223 hdr->busNum = busNum;
1169 IODTGetNVLocation( IORegistryEntry * parent, IORegistryEntry * regEntry, UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum ) argument

Completed in 29 milliseconds