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

/haiku/src/system/kernel/
H A Dmodule.cpp487 get_module_image(const char* path, module_image** _image) function
491 TRACE(("get_module_image(path = \"%s\")\n", path));
580 if (get_module_image(path, &image) < B_OK)
609 // decrement the ref we got in get_module_image
1027 status = get_module_image(path.Path(), &iterator->module_image);
1736 status_t status = get_module_image(path, &moduleImage);

Completed in 26 milliseconds