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

/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp152 status_t _GetNextDriverPath(void*& cookie, KPath& _path);
1256 device_node::_GetNextDriverPath(void*& cookie, KPath& _path) function in class:device_node
1468 while (_GetNextDriverPath(cookie, path) == B_OK) {
1496 while (_GetNextDriverPath(cookie, path) == B_OK) {
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp169 status_t _GetNextDriverPath(void*& cookie, KPath& _path);
1632 device_node::_GetNextDriverPath(void*& cookie, KPath& _path) function in class:device_node
1923 while (_GetNextDriverPath(cookie, path) == B_OK) {
1951 while (_GetNextDriverPath(cookie, path) == B_OK) {

Completed in 41 milliseconds