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

/haiku/src/system/kernel/
H A Dmodule.cpp561 Returns \c B_OK if \a searchedName could be found under those modules,
566 \a searchedName is allowed to be \c NULL (if all modules should be scanned)
569 check_module_image(const char* path, const char* searchedName, argument
577 TRACE(("check_module_image(path = \"%s\", searchedName = \"%s\")\n", path,
578 searchedName));
600 if (freshModule && searchedName != NULL
601 && strcmp((*info)->name, searchedName) == 0) {

Completed in 57 milliseconds