find_child_node
status_t (*find_child_node)(device_node *parent,
if (addr != 0 && gDeviceManager->find_child_node(deviceRoot, acpiAttrs,
if (gDeviceManager->find_child_node(deviceRoot, acpiAttrs, &acpiNode) != B_OK)
if (gDeviceManager->find_child_node(deviceRoot, acpiAttrs,
if (sDeviceManager->find_child_node(root, acpiAttrs, &processor) != B_OK)
if (find_child_node(node, attributes, _node, _lastFound) == B_OK)
status_t status = find_child_node(parent, attributes, _node, &lastFound);
find_child_node