Home
last modified time | relevance | path

Searched refs:rootlen (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c66 unsigned int rootlen; member
307 strncmp(path, scmdata.root, scmdata.rootlen - 1) != 0) { in chdir_scmdata()
346 scmdata.rootlen = strlen(scmdata.root); in chdir_scmdata()
372 path += scmdata.rootlen; in check_scmdata()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1008 int rootlen = 0; /* length of the root argument */ in parse_fastboot_args() local
1128 rootlen = (newarg) ? (newarg - head) : buflen; in parse_fastboot_args()
1161 rootlen = (newarg) ? (newarg - head) : buflen; in parse_fastboot_args()
1227 if (strstr(&bootargs_saved[rootlen], "-B") == NULL || in parse_fastboot_args()
1228 strstr(&bootargs_saved[rootlen], "zfs-bootfs=") == NULL || in parse_fastboot_args()
1229 (strstr(&bootargs_saved[rootlen], "bootpath=") == NULL && in parse_fastboot_args()
1230 strstr(&bootargs_saved[rootlen], "diskdevid=") == NULL)) in parse_fastboot_args()
1238 bcopy(&bootargs_saved[rootlen], &bootargs_buf[off], buflen - rootlen); in parse_fastboot_args()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c82 uint32_t rootlen; variable
613 rootlen = lap->lad_ext_len; in readvolseq()
615 (void) printf("Root at %x for %d bytes\n", rootblock, rootlen); in readvolseq()
H A Dfsck.h177 extern uint32_t rootlen;
H A Dpass1.c104 (void) cachefile(rootblock, rootlen); in pass1()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1375 size_t rootlen, const char *zonepath, char *luroot, size_t lurootlen) in build_mounted_pre_var() argument
1387 resolve_lofs(zlogp, rootpath, rootlen); in build_mounted_pre_var()
1447 (void) strlcpy(rootpath, tmp, rootlen); in build_mounted_pre_var()