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

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp1219 PCFGMNODE pCfgNetBootDevice; local
1230 pCfgNetBootDevice = CFGMR3GetChild(pCfgNetBoot, szIndex);
1232 rc = CFGMR3QueryU8(pCfgNetBootDevice, "PCIBusNo", &u8PciBus);
1242 rc = CFGMR3QueryU8(pCfgNetBootDevice, "PCIDeviceNo", &u8PciDev);
1252 rc = CFGMR3QueryU8(pCfgNetBootDevice, "PCIFunctionNo", &u8PciFn);

Completed in 65 milliseconds