Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/modload/
H A Dadd_drv.c500 char foundpath[MAXPATHLEN]; in module_not_found() local
515 (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()