HomeSort by relevance Sort by last modified time
    Searched defs:rootdir (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
Mac.pm 137 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...]
Unix.pm 108 =item rootdir
114 sub rootdir () { '/' } subroutine
VMS.pm 254 =item rootdir (override)
260 sub rootdir { subroutine
  /onnv/onnv-gate/usr/src/lib/lvm/libsvm/common/
start_svm.c 67 char *rootdir, *tf; local
74 rootdir = DEFAULT_ROOTDIR;
76 rootdir = mntpnt;
79 rootdir, SYSTEM_FILE)) < 0) {
84 rootdir, MD_CONF)) < 0) {
135 if ((rval = write_xlate_to_mdconf(rootdir)) != 0) {
137 rootdir);
141 if ((rval = write_targ_nm_table(rootdir)) != 0) {
187 if ((rval = get_rootmetadevice(rootdir, &mdevnamep)) == 0) {
197 "No root mirrors! ", rootdir);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/snmp-trapgen/
snmp.c 240 char *rootdir, *urlbase; local
251 rootdir = fmd_prop_get_string(hdl, "fmd.rootdir");
252 snmp_msghdl = fmd_msg_init(rootdir, FMD_MSG_VERSION);
253 fmd_prop_free_string(hdl, rootdir);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
syslog.c 243 char *facname, *tz, *rootdir, *urlbase; local
295 rootdir = fmd_prop_get_string(hdl, "fmd.rootdir");
296 syslog_msghdl = fmd_msg_init(rootdir, FMD_MSG_VERSION);
297 fmd_prop_free_string(hdl, rootdir);
  /onnv/onnv-gate/usr/src/cmd/rm/
rm.c 52 static struct stat rootdir; variable in typeref:struct:stat
142 if (recursive && stat("/", &rootdir) != 0) {
351 if (temp.st_ino == rootdir.st_ino &&
352 temp.st_dev == rootdir.st_dev) {
  /onnv/onnv-gate/usr/src/cmd/dlmgmtd/
dlmgmt_main.c 129 dlmgmt_door_attach(zoneid_t zoneid, char *rootdir)
135 (void) snprintf(doorpath, sizeof (doorpath), "%s%s", rootdir,
178 char rootdir[MAXPATHLEN], tmpfsdir[MAXPATHLEN]; local
183 rootdir[0] = '\0';
184 } else if (zone_getattr(zoneid, ZONE_ATTR_ROOT, rootdir,
185 sizeof (rootdir)) < 0) {
192 (void) snprintf(tmpfsdir, sizeof (tmpfsdir), "%s%s", rootdir,
208 return (dlmgmt_door_attach(zoneid, rootdir));
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_set_fileinfo.c 707 * - If rootdir is not NULL respond with NT_STATUS_INVALID_PARAMETER.
715 uint32_t flags, rootdir, namelen; local
719 &flags, &rootdir, &namelen);
727 if ((rootdir != 0) || (namelen == 0) || (namelen >= MAXNAMELEN)) {
  /onnv/onnv-gate/usr/src/lib/libbsm/common/
devalloc.h 152 char *rootdir; member in struct:_da_optargs
devalloc.c 849 _da_lock_devdb(char *rootdir)
861 if (rootdir == NULL) {
865 if (snprintf(path, size, "%s%s", rootdir, DA_DB_LOCK) >= size)
916 da_open_devdb(char *rootdir, FILE **dafp, FILE **dmfp, int flag)
938 if ((lockfd = _da_lock_devdb(rootdir)) == -1)
949 if (rootdir == NULL) {
952 if (snprintf(path, sizeof (path), "%s%s", rootdir,
982 if (rootdir == NULL) {
985 if (snprintf(path, sizeof (path), "%s%s", rootdir,
1180 char *rootdir = NULL local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libinstzones/common/
zones.c 1215 char *rootdir; local
1226 rootdir = _z_strdup((char *)zroot);
1227 z_canoninplace(rootdir);
1229 if (strcmp(rootdir, "/") == 0) {
1230 rootdir[0] = '\0';
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb.c 456 static char rootdir[MAXPATHLEN]; local
480 (void) strncpy(rootdir, execname, sizeof (rootdir));
481 rootdir[sizeof (rootdir) - 1] = '\0';
482 (void) strdirname(rootdir);
484 if (strcmp(strbasename(rootdir), "sparcv9") == 0 ||
485 strcmp(strbasename(rootdir), "sparcv7") == 0 ||
486 strcmp(strbasename(rootdir), "amd64") == 0 ||
487 strcmp(strbasename(rootdir), "i86") == 0
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzpool/common/
kernel.c 46 vnode_t *rootdir = (vnode_t *)0xabcd1234; variable
314 * starting vp is always rootdir (which is true for spa_directory.c, the only
399 ASSERT(startvp == rootdir);
644 if (vn_openat(name, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0, rootdir,
  /onnv/onnv-gate/usr/src/cmd/pcmciad/
pcmciad.c 589 char *rootdir, *cp, *lastpart, *newname; local
591 if ((rootdir = (char *)malloc(strlen(root) + strlen(dev) + 4))
616 (void) sprintf(rootdir, "%s%s", root, dev);
619 cp = strrchr(rootdir, '/') + 1;
623 rootdir);
625 rootdir, newname);
627 (void) rename(rootdir, newname);
628 free(rootdir);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
mdb_ks.c 477 uintptr_t rootdir; local
493 if (mdb_readvar(&rootdir, "rootdir") == -1) {
494 mdb_warn("failed to read 'rootdir'");
508 if (addr == rootdir) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/
vfs.c 129 vnode_t *rootdir; /* pointer to root inode vnode. */ variable
831 * Get vnode for '/'. Set up rootdir, u.u_rdir and u.u_cdir
836 if (VFS_ROOT(rootvfs, &rootdir))
838 PTOU(curproc)->u_cdir = rootdir;
845 global_zone->zone_rootvp = rootdir;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
genunix.c 1617 uintptr_t rootdir; local
    [all...]

Completed in 720 milliseconds