Lines Matching defs:path
291 * Plugin library search path helpers
1073 * Obtain the devlink from a /devices path
1337 char *dyncomp, path[PATH_MAX];
1386 path[sizeof (path) - 1] = '\0';
1387 if (type == LOGICAL_LINK_AP && realpath(lib_loc_p->ap_base, path)
1390 "%s", path);
1769 * Try path based upon platform name
1784 * Try path based upon machine name
1800 * Try path based upon arch name
2950 char *cp, path[MAXPATHLEN], ap_base[MAXPATHLEN];
2988 (void) snprintf(path, sizeof (path), "%s%s",
2991 if (lstat(path, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) &&
2992 stat(path, &sbuf) == 0) {