Lines Matching defs:path
55 #define NVL_PATH "nvl-path"
344 "devfs path for\n"));
378 * prints the device path (/dev/rdsk) that devname maps to
390 * prints the physical devfs path for devname. Only used to
713 logmsg(MSG_INFO, "Invalid device path provided\n");
801 * If we see a physical path here it means that
858 * According to devfs path name, it will print device node name.
891 * print the device node name which device path is same as
984 char *path = NULL;
996 gettext("Unable to determine devfs path for node: %s\n"),
1004 gettext("Unable to add device path %s with devid "
1054 gettext("Unable to add physical device path (%s) "
1061 gettext("Unable to allocate space for current path\n"));
1070 gettext("Unable to determine device path for node %s\n"),
1075 rv = nvlist_lookup_string(devnvl, NVL_MPXPATH, &path);
1081 path = curpath;
1085 * This next block provides the path to devid inverse mapping
1088 if (path != NULL) {
1089 if (nvlist_add_string(mapnvl, path, strdevid) != 0) {
1092 "%s to mapnvl\n"), path, strdevid);
1095 logmsg(MSG_INFO, "popcheck_devnvl: added path %s :: %s\n",
1096 path, strdevid);
1116 char *path;
1132 if ((path = di_devfs_path(curnode)) == NULL) {
1134 "Unable to find devfs path for device "
1148 (void) printf("%s\n", path);
1258 logmsg(MSG_INFO, "Unable to open path %s: %s\n",
1281 "boot-path", &bootprop) >= 0) {
1285 (void) printf("ERROR: no bootpath/boot-path property found\n");
1312 * determine the actual physical path of its first online client
1313 * path.