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

/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp126 get_next_device(int32 *cookie) function
143 char *path = get_next_device(&cookie);
175 if (get_next_device(&cookie) != NULL) {
178 while ((path = get_next_device(&cookie)) != NULL)

Completed in 34 milliseconds