Searched refs:rootdir (Results 1 - 25 of 29) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in24 rootdir=
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
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
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-reboot.in31 rootdir=
80 rootdir=`argument $option "$@"`; shift ;;
82 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
114 if [ -n "$rootdir" ] ; then
115 # Initialize bootdir if rootdir was initialized.
116 bootdir=${rootdir}/@bootdirname@
H A Dgrub-set-default.in31 rootdir=
80 rootdir=`argument $option "$@"`; shift ;;
82 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
114 if [ -n "$rootdir" ] ; then
115 # Initialize bootdir if rootdir was initialized.
116 bootdir=${rootdir}/@bootdirname@
H A Dgrub-mknetdir.in38 rootdir=/srv/tftp
107 rootdir=`argument $option "$@"`; shift;;
109 rootdir=`echo "$option" | sed 's/--net-directory=//'` ;;
166 mkdir -p "${rootdir}/${subdir}" || exit 1
172 grubdir="${rootdir}/${subdir}/${platform}"
H A Dgrub-install.in48 rootdir=
205 rootdir="`argument $option "$@"`"; shift;;
207 rootdir="`echo "$option" | sed 's/--root-directory=//'`" ;;
362 if [ -n "$rootdir" ] ; then
363 # Initialize bootdir if rootdir was initialized.
364 bootdir="${rootdir}/@bootdirname@"
425 elif test -n "$rootdir" && test "x$rootdir" != "x/"; then
428 install_device="`"$grub_mkdevicemap" --device-map=/dev/stdout | "$grub_probe" --target=device --device-map=/dev/stdin "${rootdir}"`"
430 if test "x$install_device" != "x`"$grub_mkdevicemap" --device-map=/dev/stdout | "$grub_probe" --target=device --device-map=/dev/stdin "${rootdir}/
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Dcrossplatform.t41 # Fake out the rootdir on MacOS
45 local *{"File::Spec::Mac::rootdir"} = sub { "Macintosh HD:" };
52 $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, 'fo
[all...]
H A DSpec.t40 $root = File::Spec::Mac->rootdir();
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c728 get_driver_class(char *rootdir, char *driver_name) argument
735 logdmsg(("get_driver_class: rootdir = %s, driver name = %s\n",
736 rootdir, driver_name));
738 (void) snprintf(buf, sizeof (buf), "%s%s", rootdir, DRIVER_CLASSES);
806 lookup_in_conf_file(char *rootdir, char *conf_file, char *path) argument
820 logdmsg(("lookup_in_conf_file: rootdir = \"%s\", conf_file = \"%s\", "
821 "path = \"%s\"\n", rootdir, conf_file, STRVAL(path)));
823 (void) snprintf(buf, MAXPATHLEN, "%s%s", rootdir, conf_file);
907 par_driver_class = get_driver_class(rootdir, par_driver_name);
978 * rootdir roo
989 compare_controller(char *rootdir, char *dev1, char *dev2) argument
1048 is_root_controller(char *rootdir, char *path) argument
1121 file_exists(char *rootdir, char *path) argument
1151 is_mpxio_disabled(char *rootdir, char *path) argument
1424 build_pathlist(char *rootdir, char *vhcipath, char **pathlist, int npaths) argument
1477 is_dev_in_vfstab(char *rootdir, char *nodepath) argument
1622 get_target_devlink(char *rootdir, char *physpath, char *buf, size_t bufsz) argument
1686 devname2physpath(char *rootdir, char *devname, char *physpath, int physpathlen) argument
1733 devfs_target2install(const char *rootdir, const char *devname, char *buf, size_t bufsz) argument
1794 devfs_install2target(const char *rootdir, const char *devname, char *buf, size_t bufsz) argument
[all...]
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c589 char *rootdir; local
600 rootdir = _z_strdup((char *)zroot);
601 z_canoninplace(rootdir);
603 if (strcmp(rootdir, "/") == 0) {
604 rootdir[0] = '\0';
615 if (*rootdir != '\0') {
616 _z_global_data._z_root_dir = _z_strdup(rootdir);
623 zonecfg_set_root(rootdir);
625 free(rootdir);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm19 rootdir
76 rootdir
H A DMac.pm137 like passingC<File::Spec-E<gt>rootdir()> as the first argument, i.e.
141 catdir(rootdir(),"a","b").
144 C<rootdir()> is "/". Note that C<rootdir()> on Mac OS is the startup
161 Mac->catdir("","") = rootdir() # (e.g. "HD:")
162 Mac->catdir("",":") = rootdir()
163 Mac->catdir("","::") = rootdir() # can't go beyond root
164 Mac->catdir("",":","::","::","a") = rootdir() . "a:" # (e.g. "HD:a:")
203 if ($args[0] eq '') { # absolute path, rootdir
206 $first_arg = $self->rootdir;
352 sub rootdir { subroutine
[all...]
H A DUnix.pm108 =item rootdir
114 sub rootdir () { '/' } subroutine
H A DVMS.pm254 =item rootdir (override)
260 sub rootdir { subroutine
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Diso9660.c110 struct grub_iso9660_dir rootdir; member in struct:grub_iso9660_primary_voldesc
359 struct grub_iso9660_dir rootdir;
381 (grub_le_to_cpu32 (data->voldesc.rootdir.first_sector)
383 sizeof (rootdir), (char *) &rootdir))
386 sua_pos = (sizeof (rootdir) + rootdir.namelen
387 + (rootdir.namelen % 2) - 1);
388 sua_size = rootdir.len - sua_pos;
398 (grub_le_to_cpu32 (data->voldesc.rootdir
358 struct grub_iso9660_dir rootdir; local
[all...]
H A Dhfs.c99 int rootdir; member in struct:grub_hfs_data
384 data->rootdir = grub_be_to_cpu32 (dir.dirid);
1071 int inode = data->rootdir;
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c541 char rootdir[DFS_PATH_MAX]; local
544 if (dfs_ns_path(name, rootdir, DFS_PATH_MAX, ns_type) != ERROR_SUCCESS)
548 if (dfs_root_getinfo(rootdir, &info, 2, ns_type) != ERROR_SUCCESS)
762 dfs_root_getinfo(const char *rootdir, dfs_info_t *info, uint32_t infolvl, argument
775 if ((xfd = dfs_root_xopen(rootdir, O_RDONLY)) > 0) {
792 * Root is specified by 'rootdir' and the target is specified by
798 dfs_root_setinfo(const char *rootdir, dfs_info_t *info, uint32_t infolvl, argument
806 if ((xfd = dfs_root_xopen(rootdir, O_RDWR)) < 0) {
1172 char rootdir[DFS_PATH_MAX]; local
1190 if (dfs_ns_path(unc->unc_share, rootdir, DFS_PATH_MA
1353 dfs_root_add(const char *rootdir, dfs_info_t *info) argument
1372 dfs_root_remove(const char *rootdir) argument
1404 dfs_root_xopen(const char *rootdir, int oflag) argument
1943 char rootdir[DFS_PATH_MAX]; local
[all...]
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dlibdevalloc.c1228 _da_lock_devdb(char *rootdir) argument
1240 if (rootdir == NULL) {
1244 if (snprintf(path, size, "%s%s", rootdir, DA_DB_LOCK) >= size)
1295 da_open_devdb(char *rootdir, FILE **dafp, FILE **dmfp, int flag) argument
1317 if ((lockfd = _da_lock_devdb(rootdir)) == -1)
1328 if (rootdir == NULL) {
1331 if (snprintf(path, sizeof (path), "%s%s", rootdir,
1361 if (rootdir == NULL) {
1364 if (snprintf(path, sizeof (path), "%s%s", rootdir,
1560 char *rootdir local
[all...]
H A Ddevalloc_impl.h151 char *rootdir; member in struct:_da_optargs
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c148 topo_open(int version, const char *rootdir, int *errp) argument
162 if ((rootdir != NULL) && (stat(rootdir, &st) < 0))
197 if (rootdir == NULL) {
198 rootdir = topo_hdl_strdup(thp, "/");
199 thp->th_rootdir = (char *)rootdir;
204 len = strlen(rootdir);
208 if (rootdir[len - 1] != '/') {
210 (void) snprintf(rpath, len + 2, "%s/", rootdir);
212 rpath = (char *)rootdir;
[all...]
H A Dtopo_builtin.c101 topo_builtin_create(topo_hdl_t *thp, const char *rootdir) argument
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdladm.c877 dladm_set_rootdir(const char *rootdir) argument
881 if (rootdir == NULL || *rootdir != '/' ||
882 (dp = opendir(rootdir)) == NULL)
885 (void) strncpy(dladm_rootdir, rootdir, MAXPATHLEN);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm119 =item rootdir
123 $rootdir = File::Spec->rootdir();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMM_Unix.t64 foreach (qw/updir curdir rootdir/)
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dlibasr.h116 #define ASR_PROP_ROOTDIR ASR_PROP(config/rootdir)

Completed in 132 milliseconds

12