Searched refs:bam_root (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c55 extern char *bam_root;
358 assert(bam_root);
360 (void) strlcpy(menu_root, bam_root, sizeof (menu_root));
370 /* fixup bam_root so that it points at osroot */
377 bam_root = rootbuf;
392 assert(strcmp(menu_root, bam_root) == 0);
470 ret = f(&menu, bam_root, menu_root);
482 ret = f(&menu, bam_root, NULL);
528 ret = f(&menu, bam_root, extra_args);
622 bam_root);
[all...]
H A Dbootadm.c214 char *bam_root; variable
538 if (is_grub(bam_alt_root ? bam_root : "/")) {
740 if (bam_root) {
752 bam_root = rootbuf;
885 if (bam_root == NULL) {
886 bam_root = rootbuf;
1072 if (stat(bam_root, &statbuf) != 0) {
1073 bam_error(_("stat of file failed: %s: %s\n"), bam_root,
1095 bam_root);
1300 if (!is_grub(bam_alt_root ? bam_root
9302 lp->lineNum, bam_root); local
9971 lp->lineNum, bam_root); local
[all...]

Completed in 53 milliseconds