Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.c243 static char rootbuf[PATH_MAX] = "/"; variable
702 } else if (realpath(optarg, rootbuf) == NULL) { in parse_args_internal()
709 bam_root = rootbuf; in parse_args_internal()
710 bam_rootlen = strlen(rootbuf); in parse_args_internal()
831 bam_root = rootbuf; in check_subcmd_and_options()
1032 if (realpath(osroot, rootbuf) == NULL) { in bam_menu()
1038 bam_root = rootbuf; in bam_menu()
1039 bam_rootlen = strlen(rootbuf); in bam_menu()
1246 if (rootbuf[strlen(rootbuf) - 1] != '/') in bam_archive()
1247 (void) strcat(rootbuf, "/"); in bam_archive()
[all …]