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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.inc244 cmp eax, [si+12] ;; check irq router
249 push bx ;; save irq router bus + devfunc
H A Dpirq.inc62 db 0 ;; PCI interrupt router bus
63 db 8 ;; PCI interrupt router DevFunc
65 dw 8086h ;; compatible PCI interrupt router vendor ID
66 dw 7000h ;; compatible PCI interrupt router device ID
/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp44 , router(false)
52 bool router; member in struct:DHCPServer::Data
400 m->router = true;
576 return RT_FAILURE(m->dhcp.start(!m->router /* KillProcOnExit */)) ? E_FAIL : S_OK;
/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp1902 uint16_t router = pGlobals->PIIX3State.dev.devfn; local
1903 pHlp->pfnPrintf(pHlp, "PCI interrupt router at: %02X:%02X:%X\n",
1904 router >> 8, (router >> 3) & 0x1f, router & 0x7);
1908 uint8_t irq_map = pci_config_readb(pGlobals, 0, router, 0x60 + i);
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFA.asm1261 ; @param fpfnDevHlp [bp + 0ch] The address of the DevHlp router.

Completed in 64 milliseconds