Home
last modified time | relevance | path

Searched refs:find_loaded_module_by_id (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp73 static module * find_loaded_module_by_id(uint32 id);
169 m = (module *) find_loaded_module_by_id((int) *cookie); in get_next_loaded_module_name()
784 static module * find_loaded_module_by_id(uint32 id) in find_loaded_module_by_id() function