Lines Matching defs:root_dir
148 static char *root_dir = "";
350 if (getenv(RECONFIG_BOOT) != NULL && root_dir[0] != '\0') {
405 if (root_dir[0] == '\0')
485 lock_root = attr_root ? attr_root : root_dir;
558 if (zone_pathcheck(root_dir) !=
656 root_dir = s_strdup(optarg);
657 if (zone_pathcheck(root_dir) !=
815 root_dir = s_strdup(optarg);
889 if (zone_pathcheck(root_dir) != DEVFSADM_SUCCESS)
933 if (zone_pathcheck(root_dir) !=
1045 _update_devalloc_db(&devlist, 0, DA_ADD, NULL, root_dir);
1233 "%s%s", attr_root ? attr_root : root_dir, DEVFSADM_SERVICE_DOOR)
1431 devlink_cache = di_devlink_open(root_dir, 0);
2573 (_da_check_for_usb(devlink, root_dir) == 1)) {
4341 node_path, root_dir);
4536 _update_devalloc_db(&devlist, 0, DA_ADD, NULL, root_dir);
5820 (void) snprintf(filename, sizeof (filename), "%s%s", root_dir,
5851 (void) strcpy(newfile, root_dir);
7008 if (root_dir[0] == '\0') {
7011 return ((const char *)root_dir);
7089 * set root_dir, devices_dir, dev_dir using optarg.
7096 root_dir = s_strdup(dir);
7099 (void) snprintf(devices_dir, len, "%s%s", root_dir, DEVICES);
7100 len = strlen(root_dir) + strlen(DEV) + 1;
7102 (void) snprintf(dev_dir, len, "%s%s", root_dir, DEV);