Searched refs:B_FIND_CHILD_ON_DEMAND (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/isa/
H A Disa.cpp116 {.ui32 = B_FIND_CHILD_ON_DEMAND | B_FIND_MULTIPLE_CHILDREN}},
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_root.cpp74 {B_DEVICE_FLAGS, B_UINT32_TYPE, {.ui32 = B_FIND_CHILD_ON_DEMAND}},
/haiku/src/tests/system/kernel/device_manager/playground/
H A Dbus.cpp115 {B_DEVICE_FLAGS, B_UINT32_TYPE, {ui32: B_FIND_CHILD_ON_DEMAND}},
H A Ddevice_manager.h154 #define B_FIND_CHILD_ON_DEMAND 0x01 macro
H A Ddevice_manager.cpp1454 // If this is our initial registration, we honour the B_FIND_CHILD_ON_DEMAND
1456 if (!fRegistered && (fFlags & B_FIND_CHILD_ON_DEMAND) != 0
/haiku/headers/os/drivers/
H A Ddevice_manager.h153 #define B_FIND_CHILD_ON_DEMAND 0x01 macro
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1909 // If we're not being probed, we honour the B_FIND_CHILD_ON_DEMAND
1911 if (!IsProbed() && (fFlags & B_FIND_CHILD_ON_DEMAND) != 0
2006 && (fFlags & (B_FIND_CHILD_ON_DEMAND | B_FIND_MULTIPLE_CHILDREN))
2007 == B_FIND_CHILD_ON_DEMAND) {
2038 if ((fFlags & B_FIND_CHILD_ON_DEMAND) != 0) {
2404 | B_KEEP_DRIVER_LOADED | B_FIND_CHILD_ON_DEMAND}},

Completed in 63 milliseconds