Searched refs:foundpath (Results 1 – 1 of 1) sorted by relevance
500 char foundpath[MAXPATHLEN]; in module_not_found() local515 (void) snprintf(foundpath, sizeof (foundpath), in module_not_found()517 if ((stat(foundpath, &buf) == 0) && in module_not_found()519 if (elf_type(foundpath, drvelf_desc, in module_not_found()526 remove_slashes(foundpath); in module_not_found()528 if (strlcpy(drv_path, foundpath, drv_path_size) in module_not_found()