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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODeviceTreeSupport.h78 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
99 unsigned int busNum:2; member in struct:IONVRAMDescriptor
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h181 unsigned int busNum:8; member in struct:IOPCIAddressSpace::__anon2383
189 unsigned int busNum:8;
201 unsigned int busNum:8; member in struct:IOPCIAddressSpace::__anon2384
209 unsigned int busNum:8;
H A DIOPCIBridge.h91 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
131 virtual void probeBus( IOService * provider, UInt8 busNum );
383 virtual void probeBus( IOService * provider, UInt8 busNum );
H A DIOPCIPrivate.h213 device->space.s.busNum, \
H A DIOPCIConfigurator.h353 void bridgeScanBus(IOPCIConfigEntry * bridge, uint8_t busNum, uint32_t resetMask);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1173 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum )
1183 (*persist->locationFunc)( regEntry, busNum, deviceNum, functionNum );
1189 *busNum = 3;
1192 *busNum = 0;
1209 UInt8 busNum; local
1220 &busNum, &deviceNum, &functionNum );
1224 hdr->busNum = busNum;
1170 IODTGetNVLocation( IORegistryEntry * parent, IORegistryEntry * regEntry, UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum ) argument
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp1428 && (shadow->device->space.s.busNum
1434 if (shadow->device->space.s.busNum) continue;
1565 UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum )
1572 *busNum = nub->space.s.busNum;
1588 space->s.busNum = inSpace->s.busNum;
1605 space->s.busNum = inSpace->s.busNum;
1967 void IOPCIBridge::probeBus( IOService * provider, UInt8 busNum )
1564 nvLocation( IORegistryEntry * entry, UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum ) argument
[all...]
H A DIOPCIConfigurator.cpp160 bus = space.s.busNum;
674 regData.physHi.s.busNum = 0;
1392 void CLASS::bridgeScanBus(IOPCIConfigEntry * bridge, uint8_t busNum, uint32_t resetMask) argument
1407 space.s.busNum = busNum;
2263 if ((5 == bridge->space.s.busNum) && (0 == bridge->space.s.deviceNum) && (0 == bridge->space.s.functionNum))
3535 child->space.s.busNum = bridge->secBusNum;
3548 reg32 |= bridge->space.s.busNum | (bridge->secBusNum << 8) | (bridge->subBusNum << 16);
3835 reg32 = (child->space.s.busNum << 8);
H A DIOPCIDevice.cpp365 && !space.s.busNum
729 return (space.s.busNum);
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dpcidump.c137 space.es.busNum = bus;

Completed in 179 milliseconds