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

/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c500 char foundpath[MAXPATHLEN]; local
515 (void) snprintf(foundpath, sizeof (foundpath),
517 if ((stat(foundpath, &buf) == 0) &&
519 if (elf_type(foundpath, drvelf_desc,
526 remove_slashes(foundpath);
528 if (strlcpy(drv_path, foundpath, drv_path_size)

Completed in 45 milliseconds