Home
last modified time | relevance | path

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) in _GetNextDriverPath() function in device_node
1468 while (_GetNextDriverPath(cookie, path) == B_OK) { in _RegisterDynamic()
1496 while (_GetNextDriverPath(cookie, path) == B_OK) { in _RegisterDynamic()
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp168 status_t _GetNextDriverPath(void*& cookie, KPath& _path);
1547 device_node::_GetNextDriverPath(void*& cookie, KPath& _path) in _GetNextDriverPath() function in device_node
1840 while (_GetNextDriverPath(cookie, path) == B_OK) { in _RegisterDynamic()
1868 while (_GetNextDriverPath(cookie, path) == B_OK) { in _RegisterDynamic()