Searched refs:rootlen (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/tools/findunref/ |
H A D | findunref.c | 62 unsigned int rootlen; member 303 strncmp(path, scmdata.root, scmdata.rootlen - 1) != 0) { in chdir_scmdata() 342 scmdata.rootlen = strlen(scmdata.root); in chdir_scmdata() 368 path += scmdata.rootlen; in check_scmdata()
|
/titanic_41/usr/src/cmd/halt/ |
H A D | halt.c | 994 int rootlen = 0; /* length of the root argument */ in parse_fastboot_args() local 1116 rootlen = (newarg) ? (newarg - head) : buflen; in parse_fastboot_args() 1149 rootlen = (newarg) ? (newarg - head) : buflen; in parse_fastboot_args() 1215 if (strstr(&bootargs_saved[rootlen], "-B") == NULL || in parse_fastboot_args() 1216 strstr(&bootargs_saved[rootlen], "zfs-bootfs=") == NULL || in parse_fastboot_args() 1217 (strstr(&bootargs_saved[rootlen], "bootpath=") == NULL && in parse_fastboot_args() 1218 strstr(&bootargs_saved[rootlen], "diskdevid=") == NULL)) in parse_fastboot_args() 1226 bcopy(&bootargs_saved[rootlen], &bootargs_buf[off], buflen - rootlen); in parse_fastboot_args()
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 588 rootlen = lap->lad_ext_len; in readvolseq() 590 (void) printf("Root at %x for %d bytes\n", rootblock, rootlen); in readvolseq()
|
H A D | fsck.h | 202 uint32_t rootlen; variable
|
H A D | pass1.c | 104 (void) cachefile(rootblock, rootlen); in pass1()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 1355 size_t rootlen, const char *zonepath, char *luroot, size_t lurootlen) in build_mounted_pre_var() argument 1367 resolve_lofs(zlogp, rootpath, rootlen); in build_mounted_pre_var() 1427 (void) strlcpy(rootpath, tmp, rootlen); in build_mounted_pre_var()
|