Home
last modified time | relevance | path

Searched refs:rootdir (Results 1 – 25 of 80) sorted by relevance

1234

/onnv-gate/usr/src/tools/scripts/
H A Dbindrop.sh62 (cd "$targetdir"; find "$rootdir" -type f -print | \
87 rootdir="root_$isa"
90 rootdir="root_$isa-nd"
98 mkdir -p "$tmpdir/closed/$rootdir" || exit 1
110 (cd "${ROOT}${suffix}-closed"; tar cf - .) | (cd "$tmpdir/closed/$rootdir"; tar xpf -)
216 rm -rf "$tmpdir/closed/$rootdir/$f"
223 (cd "$tmpdir/closed/$rootdir"; find . -name \*.h \
249 (cd "$tmpdir/closed/$rootdir"; \
259 ROOT="$tmpdir/closed/$rootdir" findcrypto "$SRC/tools/codesign/creds" |
260 awk '{ print $2 }' | (cd "$tmpdir/closed/$rootdir"; xargs rm -f)
H A Dcryptodrop.sh72 (cd "$targetdir"; find "$rootdir" -type f -print | \
102 rootdir="root_$isa"
104 rootdir="root_$isa-nd"
109 tmproot="$tmpdir/proto/$rootdir"
/onnv-gate/usr/src/lib/lvm/libsvm/common/
H A Dstart_svm.c67 char *rootdir, *tf; in svm_start() local
74 rootdir = DEFAULT_ROOTDIR; in svm_start()
76 rootdir = mntpnt; in svm_start()
79 rootdir, SYSTEM_FILE)) < 0) { in svm_start()
84 rootdir, MD_CONF)) < 0) { in svm_start()
135 if ((rval = write_xlate_to_mdconf(rootdir)) != 0) { in svm_start()
137 rootdir); in svm_start()
141 if ((rval = write_targ_nm_table(rootdir)) != 0) { in svm_start()
187 if ((rval = get_rootmetadevice(rootdir, &mdevnamep)) == 0) { in svm_start()
197 "No root mirrors! ", rootdir); in svm_start()
/onnv-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c728 get_driver_class(char *rootdir, char *driver_name) in get_driver_class() argument
736 rootdir, driver_name)); in get_driver_class()
738 (void) snprintf(buf, sizeof (buf), "%s%s", rootdir, DRIVER_CLASSES); in get_driver_class()
806 lookup_in_conf_file(char *rootdir, char *conf_file, char *path) in lookup_in_conf_file() argument
821 "path = \"%s\"\n", rootdir, conf_file, STRVAL(path))); in lookup_in_conf_file()
823 (void) snprintf(buf, MAXPATHLEN, "%s%s", rootdir, conf_file); in lookup_in_conf_file()
907 par_driver_class = get_driver_class(rootdir, par_driver_name); in lookup_in_conf_file()
989 compare_controller(char *rootdir, char *dev1, char *dev2) in compare_controller() argument
997 rootdir, dev1, dev2)); in compare_controller()
1001 (void) snprintf(buf, MAXPATHLEN, "%s%s", rootdir, dev1); in compare_controller()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Dcrossplatform.t52 $base = $module->catdir($module->rootdir, 'foo');
58 $file = $module->catpath($v, $module->catdir($module->rootdir, 'foo', 'bar'), 'file');
59 $base = $module->catpath($v, $module->catdir($module->rootdir, 'foo'), '');
64 $base = $module->catpath($other_v, $module->catdir($module->rootdir, 'foo'), '');
69 $base = $module->catpath('', $module->catdir($module->rootdir, 'foo'), '');
74 $file = $module->catpath('', $module->catdir($module->rootdir, 'foo', 'bar'), 'file');
75 $base = $module->catpath($v, $module->catdir($module->rootdir, 'foo'), '');
80 $base = $module->catpath($other_v, $module->catdir($module->rootdir, 'foo'), '');
85 $base = $module->catpath('', $module->catdir($module->rootdir, 'foo'), '');
/onnv-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in24 rootdir=
78 grubdir=${rootdir}/boot/grub
82 grubdir=${rootdir}/grub
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
H A Dgrub-install.in36 rootdir=
241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
285 bootdir=${rootdir}
289 bootdir=${rootdir}/boot
380 root_device=`find_device ${rootdir}`
419 ${grub_set_default} --root-directory=${rootdir} default
/onnv-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c129 dlmgmt_door_attach(zoneid_t zoneid, char *rootdir) in dlmgmt_door_attach() argument
135 (void) snprintf(doorpath, sizeof (doorpath), "%s%s", rootdir, in dlmgmt_door_attach()
178 char rootdir[MAXPATHLEN], tmpfsdir[MAXPATHLEN]; in dlmgmt_zone_init() local
183 rootdir[0] = '\0'; in dlmgmt_zone_init()
184 } else if (zone_getattr(zoneid, ZONE_ATTR_ROOT, rootdir, in dlmgmt_zone_init()
185 sizeof (rootdir)) < 0) { in dlmgmt_zone_init()
192 (void) snprintf(tmpfsdir, sizeof (tmpfsdir), "%s%s", rootdir, in dlmgmt_zone_init()
208 return (dlmgmt_door_attach(zoneid, rootdir)); in dlmgmt_zone_init()
/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c426 char rootdir[DFS_PATH_MAX]; in dfs_namespace_getflavor() local
429 if (dfs_namespace_path(name, rootdir, DFS_PATH_MAX) != ERROR_SUCCESS) in dfs_namespace_getflavor()
433 if (dfs_root_getinfo(rootdir, &info, 2) != ERROR_SUCCESS) in dfs_namespace_getflavor()
453 dfs_root_getinfo(const char *rootdir, dfs_info_t *info, uint32_t infolvl) in dfs_root_getinfo() argument
465 if ((xfd = dfs_root_xopen(rootdir, O_RDONLY)) > 0) { in dfs_root_getinfo()
482 dfs_root_setinfo(const char *rootdir, dfs_info_t *info, uint32_t infolvl) in dfs_root_setinfo() argument
489 if ((xfd = dfs_root_xopen(rootdir, O_RDWR)) < 0) { in dfs_root_setinfo()
939 char rootdir[DFS_PATH_MAX]; in dfs_path_parse() local
957 if (dfs_namespace_path(unc->unc_share, rootdir, DFS_PATH_MAX) in dfs_path_parse()
975 "%s/%s", rootdir, unc->unc_path); in dfs_path_parse()
[all …]
/onnv-gate/usr/src/uts/common/fs/
H A Dlookup.c154 rootvp = rootdir; in lookuppnatcred()
155 else if (rootvp != rootdir) /* no need to VN_HOLD rootdir */ in lookuppnatcred()
423 if (rootvp != rootdir) in lookuppnvp()
581 if (rootvp != rootdir) in lookuppnvp()
607 if (rootvp != rootdir) in lookuppnvp()
657 if (rootvp != rootdir) in lookuppnvp()
950 if (vn_compare(vrootp, rootdir)) in localpath()
956 vp = rootdir; in localpath()
971 if (VOP_LOOKUP(vp, component, &cvp, &pn, 0, rootdir, cr, in localpath()
1053 if (VN_CMP(rootdir, vp)) { in dirtopath()
[all …]
/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c105 topo_open(int version, const char *rootdir, int *errp) in topo_open() argument
125 if (rootdir != NULL && stat(rootdir, &st) < 0) in topo_open()
155 if (rootdir == NULL) { in topo_open()
156 rootdir = topo_hdl_strdup(thp, "/"); in topo_open()
157 thp->th_rootdir = (char *)rootdir; in topo_open()
162 len = strlen(rootdir); in topo_open()
166 if (rootdir[len - 1] != '/') { in topo_open()
168 (void) snprintf(rpath, len + 2, "%s/", rootdir); in topo_open()
170 rpath = (char *)rootdir; in topo_open()
/onnv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c456 static char rootdir[MAXPATHLEN]; in mdb_create() local
480 (void) strncpy(rootdir, execname, sizeof (rootdir)); in mdb_create()
481 rootdir[sizeof (rootdir) - 1] = '\0'; in mdb_create()
482 (void) strdirname(rootdir); in mdb_create()
484 if (strcmp(strbasename(rootdir), "sparcv9") == 0 || in mdb_create()
485 strcmp(strbasename(rootdir), "sparcv7") == 0 || in mdb_create()
486 strcmp(strbasename(rootdir), "amd64") == 0 || in mdb_create()
487 strcmp(strbasename(rootdir), "i86") == 0) in mdb_create()
488 (void) strdirname(rootdir); in mdb_create()
490 if (strcmp(strbasename(rootdir), "bin") == 0) { in mdb_create()
[all …]
/onnv-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1171 _da_lock_devdb(char *rootdir) in _da_lock_devdb() argument
1183 if (rootdir == NULL) { in _da_lock_devdb()
1187 if (snprintf(path, size, "%s%s", rootdir, DA_DB_LOCK) >= size) in _da_lock_devdb()
1238 da_open_devdb(char *rootdir, FILE **dafp, FILE **dmfp, int flag) in da_open_devdb() argument
1260 if ((lockfd = _da_lock_devdb(rootdir)) == -1) in da_open_devdb()
1271 if (rootdir == NULL) { in da_open_devdb()
1274 if (snprintf(path, sizeof (path), "%s%s", rootdir, in da_open_devdb()
1304 if (rootdir == NULL) { in da_open_devdb()
1307 if (snprintf(path, sizeof (path), "%s%s", rootdir, in da_open_devdb()
1503 char *rootdir = NULL; in da_update_device() local
[all …]
/onnv-gate/usr/src/cmd/svc/milestone/
H A Dnet-install115 rootdir=/etc/svc/volatile
116 /usr/bin/mkdir -p $rootdir/etc/inet
119 msg="Error creating \"$rootdir/etc/inet\" directory"
123 cmd="$ROUTE -R $rootdir -p add $details"
/onnv-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c342 char *facname, *tz, *rootdir, *urlbase; in _fmd_init() local
394 rootdir = fmd_prop_get_string(hdl, "fmd.rootdir"); in _fmd_init()
395 syslog_msghdl = fmd_msg_init(rootdir, FMD_MSG_VERSION); in _fmd_init()
396 fmd_prop_free_string(hdl, rootdir); in _fmd_init()
/onnv-gate/usr/src/cmd/rm/
H A Drm.c52 static struct stat rootdir; variable
142 if (recursive && stat("/", &rootdir) != 0) { in main()
351 if (temp.st_ino == rootdir.st_ino && in rm()
352 temp.st_dev == rootdir.st_dev) { in rm()
/onnv-gate/usr/src/lib/libinstzones/common/
H A Dzones.c1197 char *rootdir; in z_set_zone_root() local
1208 rootdir = _z_strdup((char *)zroot); in z_set_zone_root()
1209 z_canoninplace(rootdir); in z_set_zone_root()
1211 if (strcmp(rootdir, "/") == 0) { in z_set_zone_root()
1212 rootdir[0] = '\0'; in z_set_zone_root()
1223 if (*rootdir != '\0') { in z_set_zone_root()
1224 _z_global_data._z_root_dir = _z_strdup(rootdir); in z_set_zone_root()
1231 zonecfg_set_root(rootdir); in z_set_zone_root()
1233 free(rootdir); in z_set_zone_root()
/onnv-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Dr.awk.sh44 /usr/bin/nawk -v rootdir="$PKG_INSTALL_ROOT" '{
H A Dr.sed.sh44 /usr/bin/nawk -v rootdir="$PKG_INSTALL_ROOT" '{
H A Di.awk.sh40 /usr/bin/nawk -v rootdir="$PKG_INSTALL_ROOT" '{
H A Di.sed.sh40 /usr/bin/nawk -v rootdir="$PKG_INSTALL_ROOT" '{
H A Di.build.sh40 /usr/bin/nawk -v rootdir="$PKG_INSTALL_ROOT" '{
H A Dr.build.sh44 /usr/bin/nawk -v rootdir="$PKG_INSTALL_ROOT" '{
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm206 $first_arg = $self->rootdir;
352 sub rootdir { subroutine
/onnv-gate/usr/src/uts/common/os/
H A Dcore.c135 startvp = rootdir; in remove_core_file()
136 rootvp = rootdir; in remove_core_file()
139 if (rootvp != rootdir) in remove_core_file()
223 startvp = rootvp = rootdir; in create_core_file()
230 if (rootvp != rootdir) in create_core_file()

1234