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

/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c69 static grub_uint32_t bootflags; variable
643 *(grub_uint64_t *) p_tag = bootflags;
645 *(grub_uint32_t *) p_tag = bootflags;
747 stack[1] = bootflags | FREEBSD_RB_BOOTINFO;
833 stack[1] = bootflags;
1130 stack[1] = bootflags;
1466 bootflags = grub_bsd_parse_flags (ctxt->state, freebsd_flags);
1531 bootflags = grub_bsd_parse_flags (ctxt->state, openbsd_flags);
1589 bootflags |= OPENBSD_RB_SERCONS;
1598 bootflags
[all...]

Completed in 36 milliseconds