Home
last modified time | relevance | path

Searched refs:bus_type (Results 1 – 25 of 32) sorted by relevance

12

/external/syslinux/com32/hdt/
Dhdt-cli-acpi.c226 char bus_type[10]; in show_interrupt_source_override() local
227 memset(bus_type, 0, sizeof(bus_type)); in show_interrupt_source_override()
230 strcpy(bus_type, "ISA"); in show_interrupt_source_override()
232 strcpy(bus_type, "unknown"); in show_interrupt_source_override()
235 bus_type, siso->bus, siso->source, in show_interrupt_source_override()
Dhdt-dump-acpi.c422 char bus_type[10]= {0}; in dump_interrupt_source_override() local
426 strcpy(bus_type, "ISA"); in dump_interrupt_source_override()
428 strcpy(bus_type, "unknown"); in dump_interrupt_source_override()
431 add_as("acpi.interrupt_source_override.bus_type",bus_type) in dump_interrupt_source_override()
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_preboot.c265 unsigned int bus_type; in pxenv_start_undi() local
279 bus_type = BUS_TYPE_ISAPNP; in pxenv_start_undi()
284 bus_type = BUS_TYPE_PCI; in pxenv_start_undi()
292 netdev = find_netdev_by_location ( bus_type, location ); in pxenv_start_undi()
/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundionly.c68 undi->dev.desc.bus_type = BUS_TYPE_PCI; in undibus_probe()
73 undi->dev.desc.bus_type = BUS_TYPE_ISAPNP; in undibus_probe()
Dundirom.c104 undirom->bus_type = PCI_NIC; in undirom_parse_pcirheader()
218 if ( undirom->bus_type != PCI_NIC ) in undirom_find_pci()
/external/ltp/testcases/kernel/device-drivers/base/tbase/
Dstr_mod.h27 struct bus_type *bus;
Dtbase.c116 struct bus_type test_bus_type = {
706 struct bus_type *bus = &test_bus_type; in test_bus_file()
/external/syslinux/gpxe/src/net/
Dnetdevice.c490 struct net_device * find_netdev_by_location ( unsigned int bus_type, in find_netdev_by_location() argument
495 if ( ( netdev->dev->desc.bus_type == bus_type ) && in find_netdev_by_location()
Dnetdev_settings.c94 dhcp_desc.type = desc->bus_type; in netdev_fetch()
/external/syslinux/gpxe/src/arch/i386/include/
Dundirom.h44 unsigned int bus_type; member
/external/syslinux/gpxe/src/include/gpxe/
Ddevice.h22 unsigned int bus_type; member
Dnetdevice.h500 extern struct net_device * find_netdev_by_location ( unsigned int bus_type,
/external/libbrillo/brillo/dbus/
Ddbus_connection.cc38 options.bus_type = dbus::Bus::SYSTEM; in ConnectWithTimeout()
Ddbus_signal_handler_unittest.cc33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Ddbus_method_invoker_unittest.cc43 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
200 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
Dexported_object_manager_unittest.cc102 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
/external/syslinux/gpxe/src/drivers/bus/
Disa.c117 isa->dev.desc.bus_type = BUS_TYPE_ISA; in isabus_probe()
Dmca.c124 mca->dev.desc.bus_type = BUS_TYPE_MCA; in mcabus_probe()
Deisa.c129 eisa->dev.desc.bus_type = BUS_TYPE_EISA; in eisabus_probe()
Dpci.c283 pci->dev.desc.bus_type = BUS_TYPE_PCI; in pcibus_probe()
Disapnp.c697 isapnp->dev.desc.bus_type = BUS_TYPE_ISAPNP; in isapnpbus_probe()
/external/syslinux/gpxe/src/drivers/net/
D3c509.c377 t509->dev.desc.bus_type = BUS_TYPE_ISA; in t509bus_probe()
/external/kernel-headers/original/uapi/linux/
Di2o-dev.h181 __u32 bus_type:8; member
/external/libchrome/dbus/
Dbus.h195 BusType bus_type; // SESSION by default. member
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000.c928 ((hw->bus_type == e1000_bus_type_pcix) ? "-X" : in e1000_probe()
929 (hw->bus_type == e1000_bus_type_pci_express ? " Express":"")), in e1000_probe()

12