Home
last modified time | relevance | path

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

/freebsd-src/sys/x86/xen/
H A Dpv.c318 strlcpy(bootmethod, "UEFI", sizeof(bootmethod)); in xen_pvh_parse_preload_data()
320 strlcpy(bootmethod, "BIOS", sizeof(bootmethod)); in xen_pvh_parse_preload_data()
332 strlcpy(bootmethod, "PVH", sizeof(bootmethod)); in xen_pvh_parse_preload_data()
/freebsd-src/libexec/rc/rc.d/
H A Dsyscons55 local bootmethod
67 bootmethod=$(sysctl -qn machdep.bootmethod)
68 case ${bootmethod} in
/freebsd-src/sys/dev/xen/efi/
H A Dpvefi.c43 extern char bootmethod[16];
224 if (!xen_initial_domain() || strcmp("UEFI", bootmethod) != 0 || in modevents()
/freebsd-src/sys/x86/include/
H A Dx86_var.h98 extern char bootmethod[16];
/freebsd-src/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1658 bootmethod=$( sysctl -n machdep.bootmethod )
1659 f_dprintf "machdep.bootmethod=[%s]" "$bootmethod"
1660 if [ "$bootmethod" = "UEFI" ]; then
/freebsd-src/sys/amd64/amd64/
H A Dmachdep.c840 strlcpy(bootmethod, "UEFI", sizeof(bootmethod)); in native_parse_memmap()
844 strlcpy(bootmethod, "BIOS", sizeof(bootmethod)); in native_parse_memmap()
/freebsd-src/sys/x86/x86/
H A Dcpu_machdep.c112 char bootmethod[16];
113 SYSCTL_STRING(_machdep, OID_AUTO, bootmethod, CTLFLAG_RD, bootmethod, 0,
111 char bootmethod[16]; global() variable
/freebsd-src/sys/i386/i386/
H A Dmachdep.c1432 /* Set bootmethod to BIOS: it's the only supported on i386. */ in init386()
1433 strlcpy(bootmethod, "BIOS", sizeof(bootmethod)); in init386()
/freebsd-src/tools/boot/
H A Dfull-test.sh133 sysctl machdep.bootmethod
H A Drootgen.sh707 sysctl machdep.bootmethod