Searched refs:get_next_child_node (Results 1 - 11 of 11) sorted by relevance

/haiku/src/tests/system/kernel/device_manager/playground/
H A Dbus.cpp24 while (gDeviceManager->get_next_child_node(node, attrs, &child) == B_OK) {
H A Ddevice_manager.h78 status_t (*get_next_child_node)(device_node *parent, member in struct:device_manager_info
H A Ddevice_manager.cpp461 get_next_child_node(device_node* parent, const device_attr* attributes, function
705 get_next_child_node,
/haiku/headers/os/drivers/
H A Ddevice_manager.h78 status_t (*get_next_child_node)(device_node *parent, member in struct:device_manager_info
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp403 if (fDeviceManager->get_next_child_node(fNode, NULL, &child)
414 if (fDeviceManager->get_next_child_node(fParent, NULL, &fNode)
416 // get_next_child_node() always puts the node
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Ddevice_scan.cpp234 if (pnp->get_next_child_node(bus->node, attrs, &childNode) == B_OK) {
H A Ddevices.cpp401 pnp->get_next_child_node(bus->node, attrs, &node);
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIController.cpp366 if (gDeviceManager->get_next_child_node(controller->fNode, attrs,
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp405 while (gDeviceManager->get_next_child_node(dev, attrs, &child) == B_OK)
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp172 if (gDeviceManager->get_next_child_node(root_pci_node,
252 if (gDeviceManager->get_next_child_node(pci, matchThis, &node) < B_OK)
259 if (gDeviceManager->get_next_child_node(node, legacyAttrs, &legacy) < B_OK)
263 if (gDeviceManager->get_next_child_node(legacy, drvAttrs, &drv) < B_OK)
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp672 get_next_child_node(device_node* parent, const device_attr* attributes, function
988 get_next_child_node,

Completed in 65 milliseconds