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

/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp493 get_module_image(const char* path, module_image** _image) function
497 TRACE(("get_module_image(path = \"%s\")\n", path));
586 if (get_module_image(path, &image) < B_OK)
616 // decrement the ref we got in get_module_image
1036 status = get_module_image(path.Path(), &iterator->module_image);
1747 status_t status = get_module_image(path, &moduleImage);

Completed in 36 milliseconds