Searched defs:bus_type (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dundirom.h44 unsigned int bus_type; member in struct:undi_rom
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_preboot.c272 unsigned int bus_type; local
286 bus_type = BUS_TYPE_ISAPNP;
291 bus_type = BUS_TYPE_PCI;
299 netdev = find_netdev_by_location ( bus_type, location );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddevice.h26 unsigned int bus_type; member in struct:device_description
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dnetdevice.c620 * @v bus_type Bus type
624 struct net_device * find_netdev_by_location ( unsigned int bus_type, argument
629 if ( ( netdev->dev->desc.bus_type == bus_type ) &&

Completed in 46 milliseconds