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

/macosx-10.9.5/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
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIDevice.h168 unsigned int deviceNum:5; member in struct:IOPCIAddressSpace::__anon2521
174 unsigned int deviceNum:5;
188 unsigned int deviceNum:5; member in struct:IOPCIAddressSpace::__anon2522
194 unsigned int deviceNum:5;
H A DIOPCIPrivate.h183 device->space.s.deviceNum, \
H A DIOPCIBridge.h90 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
/macosx-10.9.5/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
/macosx-10.9.5/IOPCIFamily-224.92.1/tools/
H A Dpcidump.c181 unsigned int deviceNum:5; member in struct:IOPCIAddressSpace::__anon2558
187 unsigned int deviceNum:5;
360 space.es.deviceNum = device;
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIBridge.cpp296 space.s.deviceNum = strtoq(str ? str->getCStringNoCopy() : 0, NULL, 0);;
301 space.s.busNum, space.s.deviceNum, space.s.functionNum, ret, result,
1580 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum )
1588 *deviceNum = nub->space.s.deviceNum;
1604 space->s.deviceNum = inSpace->s.deviceNum;
1621 space->s.deviceNum = inSpace->s.deviceNum;
1819 snprintf( location, sizeof(location), "%X,%X", nub->space.s.deviceNum,
1579 nvLocation( IORegistryEntry * entry, UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum ) argument
[all...]
H A DIOPCIConfigurator.cpp156 dev = space.s.deviceNum;
168 if (dev != child->space.s.deviceNum) continue;
663 regData.physHi.s.deviceNum = 0;
983 uint32_t deviceNum = ((devfn >> 16) & 0x1f); local
991 if (child->space.s.deviceNum == deviceNum &&
1014 dtEntry->getName(), 0, bridge->secBusNum, deviceNum, functionNum, 0, 0);
1038 uint32_t deviceNum = ((devfn >> 16) & 0x1f); local
1046 if (child->space.s.deviceNum == deviceNum
[all...]
H A DIOPCIDevice.cpp726 return (space.s.deviceNum);

Completed in 103 milliseconds