Searched defs:bam_alt_root (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c217 int bam_alt_root; variable
538 if (is_grub(bam_alt_root ? bam_root : "/")) {
751 bam_alt_root = 1;
792 if (bam_alt_platform && bam_alt_root == 0) {
1063 * if bam_alt_root is set, the stage files are used from alt root.
1071 if (bam_alt_root) {
1300 if (!is_grub(bam_alt_root ? bam_root : "/")) {
1332 bam_alt_root = 1;
1361 if (bam_alt_root) {
9015 BAM_DPRINTF(("%s: bam_alt_root
[all...]

Completed in 92 milliseconds