Searched refs:get_next_child (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/system/kernel/device_manager/
H A Ddm_wrapper.h8 status_t get_next_child(void);
H A Ddm_wrapper.c39 status_t get_next_child(void) function
H A Dlistdev.c77 } while ((err = get_next_child()) == B_OK);
/haiku/src/apps/devices/
H A Ddm_wrapper.h18 status_t get_next_child(device_node_cookie *cookie);
H A Ddm_wrapper.c57 get_next_child(device_node_cookie *device) function
H A DDevicesView.cpp373 } while ((err = get_next_child(&child)) == B_OK);
/haiku/src/bin/listdev/
H A Ddm_wrapper.h17 status_t get_next_child(device_node_cookie *cookie);
H A Ddm_wrapper.c52 get_next_child(device_node_cookie *device) function
H A Dlistdev.cpp147 } while ((err = get_next_child(&child)) == B_OK);
359 } while ((err = get_next_child(&child)) == B_OK);

Completed in 61 milliseconds