Symbol: B_DEVICE_TYPE
src/add-ons/kernel/bus_managers/acpi/Module.cpp
130
attrs[attrCount].name = B_DEVICE_TYPE;
src/add-ons/kernel/bus_managers/pci/pci_root.cpp
70
{B_DEVICE_TYPE, B_UINT16_TYPE, {.ui16 = info.class_base}},
src/add-ons/kernel/busses/ata/generic_ide_pci/generic_ide_pci.cpp
176
|| sDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &baseClass, false) != B_OK
src/add-ons/kernel/busses/ata/highpoint_ide_pci/highpoint_ide_pci.cpp
350
|| sDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &baseClass, false) != B_OK
src/add-ons/kernel/busses/mmc/sdhci_pci.cpp
286
|| gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
src/add-ons/kernel/busses/scsi/ahci/ahci.c
222
if (gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &baseClass,
src/add-ons/kernel/busses/usb/ehci.cpp
193
|| gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
src/add-ons/kernel/busses/usb/ohci.cpp
194
|| gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
src/add-ons/kernel/busses/usb/uhci.cpp
192
|| gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
src/add-ons/kernel/busses/usb/xhci.cpp
198
|| gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
src/add-ons/kernel/drivers/disk/nvme/nvme_disk.cpp
1147
|| sDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &baseClass, false) != B_OK
src/add-ons/kernel/interrupt_controllers/openpic/openpic.cpp
318
{ B_DEVICE_TYPE, B_UINT16_TYPE, { .ui16 = PCI_base_peripheral }},
src/apps/devices/DevicePCI.cpp
59
fClassBaseId = atoi(fAttributeMap[B_DEVICE_TYPE].String());
src/apps/devices/DevicePCI.cpp
66
fAttributeMap[B_DEVICE_TYPE] = ToHex(fClassBaseId);
src/bin/listdev/listdev.cpp
198
} else if (!strcmp(attr.name, B_DEVICE_TYPE)
src/system/kernel/arch/ppc/arch_int.cpp
520
if (deviceManager->get_attr_uint16(node, B_DEVICE_TYPE,
src/system/kernel/device_manager/device_manager.cpp
1561
if (get_attr_uint16(this, B_DEVICE_TYPE, &type, false) != B_OK
src/system/kernel/device_manager/device_manager.cpp
1804
get_attr_uint16(this, B_DEVICE_TYPE, &type, false);
src/system/kernel/device_manager/device_manager.cpp
1960
&& get_attr_uint16(this, B_DEVICE_TYPE, &type, false) == B_OK) {
src/tests/system/kernel/device_manager/playground/bus.cpp
109
{B_DEVICE_TYPE, B_UINT16_TYPE, {ui16: kDevices[i].type}},
src/tests/system/kernel/device_manager/playground/device_manager.cpp
1270
get_attr_uint16(this, B_DEVICE_TYPE, &type, false);
src/tests/system/kernel/device_manager/playground/device_manager.cpp
1443
get_attr_uint16(this, B_DEVICE_TYPE, &type, false);
src/tests/system/kernel/device_manager/playground/device_manager.cpp
1561
if (get_attr_uint16(this, B_DEVICE_TYPE, &type, false) == B_OK
src/tests/system/kernel/device_manager/playground/generic_video_driver.cpp
31
if (gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type, false)