/external/syslinux/com32/hdt/ |
D | hdt-cli-acpi.c | 226 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()
|
D | hdt-dump-acpi.c | 422 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/adhd/cras/src/server/ |
D | cras_bt_adapter.c | 27 int bus_type; member 62 adapter->bus_type = (dev_info.type & 0x0f); in cras_bt_adapter_query_bus_type() 86 adapter->bus_type = HCI_USB; in cras_bt_adapter_create() 251 return !!(adapter->bus_type == HCI_USB); in cras_bt_adapter_on_usb()
|
/external/syslinux/gpxe/src/arch/i386/interface/pxe/ |
D | pxe_preboot.c | 265 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/ |
D | undionly.c | 68 undi->dev.desc.bus_type = BUS_TYPE_PCI; in undibus_probe() 73 undi->dev.desc.bus_type = BUS_TYPE_ISAPNP; in undibus_probe()
|
D | undirom.c | 104 undirom->bus_type = PCI_NIC; in undirom_parse_pcirheader() 218 if ( undirom->bus_type != PCI_NIC ) in undirom_find_pci()
|
/external/syslinux/gpxe/src/net/ |
D | netdevice.c | 490 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()
|
D | netdev_settings.c | 94 dhcp_desc.type = desc->bus_type; in netdev_fetch()
|
/external/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | str_mod.h | 27 struct bus_type *bus;
|
D | tbase.c | 116 struct bus_type test_bus_type = { 706 struct bus_type *bus = &test_bus_type; in test_bus_file()
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | undirom.h | 44 unsigned int bus_type; member
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | device.h | 22 unsigned int bus_type; member
|
D | netdevice.h | 500 extern struct net_device * find_netdev_by_location ( unsigned int bus_type,
|
/external/libbrillo/brillo/dbus/ |
D | dbus_connection.cc | 38 options.bus_type = dbus::Bus::SYSTEM; in ConnectWithTimeout()
|
D | dbus_method_invoker_unittest.cc | 44 options.bus_type = dbus::Bus::SYSTEM; in SetUp() 201 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
|
D | dbus_signal_handler_unittest.cc | 33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
|
D | exported_object_manager_unittest.cc | 102 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
|
/external/dtc/ |
D | dtc.h | 139 struct bus_type { struct 169 const struct bus_type *bus;
|
/external/syslinux/gpxe/src/drivers/bus/ |
D | isa.c | 117 isa->dev.desc.bus_type = BUS_TYPE_ISA; in isabus_probe()
|
D | mca.c | 124 mca->dev.desc.bus_type = BUS_TYPE_MCA; in mcabus_probe()
|
D | eisa.c | 129 eisa->dev.desc.bus_type = BUS_TYPE_EISA; in eisabus_probe()
|
D | pci.c | 283 pci->dev.desc.bus_type = BUS_TYPE_PCI; in pcibus_probe()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | 3c509.c | 377 t509->dev.desc.bus_type = BUS_TYPE_ISA; in t509bus_probe()
|
/external/kernel-headers/original/uapi/linux/ |
D | i2o-dev.h | 182 __u32 bus_type:8; member
|
/external/libchrome/dbus/ |
D | bus.h | 191 BusType bus_type; // SESSION by default. member
|