get_next_child
} while ((err = get_next_child(&child)) == B_OK);
status_t get_next_child(device_node_cookie *cookie);
status_t get_next_child(device_node_cookie *cookie);
} while ((err = get_next_child(&child)) == B_OK);
} while ((err = get_next_child(&child)) == B_OK);
status_t get_next_child(void);
} while ((err = get_next_child()) == B_OK);