Searched refs:functionNum (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODeviceTreeSupport.h81 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
101 unsigned int functionNum:3; member in struct:IONVRAMDescriptor
/darwin-on-arm/xnu/iokit/IOKit/pci/
H A DIOPCIDevice.h48 unsigned int functionNum:3; member in struct:IOPCIAddressSpace::__anon648
52 unsigned int functionNum:3;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1161 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum )
1171 (*persist->locationFunc)( regEntry, busNum, deviceNum, functionNum );
1174 *functionNum = 0;
1199 UInt8 functionNum; local
1208 &busNum, &deviceNum, &functionNum );
1214 hdr->functionNum = functionNum;

Completed in 78 milliseconds