| /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/ExtUtils/ |
| MM_Unix.pm | 143 =item rootdir 149 sub rootdir { subroutine [all...] |
| MM_VMS.pm | 66 =item rootdir (override) 72 sub rootdir { subroutine [all...] |
| /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/File/Spec/ |
| Mac.pm | 140 =item rootdir 148 sub rootdir { subroutine
|
| Unix.pm | 101 =item rootdir 107 sub rootdir { subroutine
|
| VMS.pm | 253 =item rootdir (override) 259 sub rootdir { subroutine
|
| /netvirt/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
|
| /netvirt/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...] |
| /netvirt/usr/src/cmd/fm/modules/common/snmp-trapgen/ |
| snmp.c | 333 char *rootdir, *locdir, *locale, *p; local 377 * If fmd's rootdir property is set to a non-default root, then we are 380 * snmp_locdir be this path with fmd.rootdir prepended to it. 382 rootdir = fmd_prop_get_string(hdl, "fmd.rootdir"); 384 if (*rootdir != '\0' && strcmp(rootdir, "/") != 0) { 389 size_t len = strlen(rootdir) + strlen(locdir) + 1; 391 (void) snprintf(snmp_locdir, len, "%s%s", rootdir, 399 fmd_prop_free_string(hdl, rootdir); [all...] |
| /netvirt/usr/src/cmd/rm/ |
| rm.c | 56 static struct stat rootdir; variable in typeref:struct:stat 148 if (recursive && stat("/", &rootdir) != 0) { 357 if (temp.st_ino == rootdir.st_ino && 358 temp.st_dev == rootdir.st_dev) {
|
| /netvirt/usr/src/cmd/fm/modules/common/syslog-msgs/ |
| syslog.c | 399 char *facname, *tz, *rootdir, *locdir, *locale, *p; local 478 * If fmd's rootdir property is set to a non-default root, then we are 481 * syslog_locdir be this path with fmd.rootdir prepended to it. 483 rootdir = fmd_prop_get_string(hdl, "fmd.rootdir"); 485 if (*rootdir != '\0' && strcmp(rootdir, "/") != 0) { 490 size_t len = strlen(rootdir) + strlen(locdir) + 1; 492 (void) snprintf(syslog_locdir, len, "%s%s", rootdir, 500 fmd_prop_free_string(hdl, rootdir); [all...] |
| /netvirt/usr/src/cmd/mdb/common/mdb/ |
| mdb.c | 458 static char rootdir[MAXPATHLEN]; local 482 (void) strncpy(rootdir, execname, sizeof (rootdir)); 483 rootdir[sizeof (rootdir) - 1] = '\0'; 484 (void) strdirname(rootdir); 486 if (strcmp(strbasename(rootdir), "sparcv9") == 0 || 487 strcmp(strbasename(rootdir), "sparcv7") == 0 || 488 strcmp(strbasename(rootdir), "amd64") == 0 || 489 strcmp(strbasename(rootdir), "i86") == 0 [all...] |
| /netvirt/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...] |
| /netvirt/usr/src/lib/libzpool/common/ |
| kernel.c | 47 vnode_t *rootdir = (vnode_t *)0xabcd1234; variable 315 * starting vp is always rootdir (which is true for spa_directory.c, the only 400 ASSERT(startvp == rootdir); 627 if (vn_openat(name, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0, rootdir,
|
| /netvirt/usr/src/ucbcmd/ucblinks/ |
| ucblinks.c | 67 static char *rootdir = NULL; /* an alternate root to / */ variable 235 rootdir = optarg; 252 (void) fprintf(stderr, gettext("usage: %s [ -r rootdir ] " 352 * Construct a name with the rootdir, if specified with -r, 353 * prepended. Don't free this because when rootdir isn't 363 if (rootdir == NULL) 366 len1 = strlen(rootdir); 370 (void) strcpy(buf, rootdir); [all...] |
| /netvirt/usr/src/cmd/mdb/common/modules/mdb_ks/ |
| mdb_ks.c | 478 uintptr_t rootdir; local 494 if (mdb_readvar(&rootdir, "rootdir") == -1) { 495 mdb_warn("failed to read 'rootdir'"); 509 if (addr == rootdir) { [all...] |
| /netvirt/usr/src/cmd/pcmciad/ |
| pcmciad.c | 591 char *rootdir, *cp, *lastpart, *newname; local 593 if ((rootdir = (char *)malloc(strlen(root) + strlen(dev) + 4)) 618 (void) sprintf(rootdir, "%s%s", root, dev); 621 cp = strrchr(rootdir, '/') + 1; 625 rootdir); 627 rootdir, newname); 629 (void) rename(rootdir, newname); 630 free(rootdir); [all...] |
| /netvirt/usr/src/uts/common/fs/ |
| vfs.c | 129 vnode_t *rootdir; /* pointer to root inode vnode. */ variable 823 * Get vnode for '/'. Set up rootdir, u.u_rdir and u.u_cdir 828 if (VFS_ROOT(rootvfs, &rootdir)) 830 PTOU(curproc)->u_cdir = rootdir; 837 global_zone->zone_rootvp = rootdir; [all...] |
| /netvirt/usr/src/cmd/mdb/common/modules/genunix/ |
| genunix.c | 577 uintptr_t rootdir; local 592 if (mdb_readvar(&rootdir, "rootdir") == -1) { 593 mdb_warn("failed to read rootdir"); [all...] |