Searched refs:bootmethod (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/sys/x86/xen/ |
H A D | pv.c | 318 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 D | syscons | 55 local bootmethod 67 bootmethod=$(sysctl -qn machdep.bootmethod) 68 case ${bootmethod} in
|
/freebsd-src/sys/dev/xen/efi/ |
H A D | pvefi.c | 43 extern char bootmethod[16]; 224 if (!xen_initial_domain() || strcmp("UEFI", bootmethod) != 0 || in modevents()
|
/freebsd-src/sys/x86/include/ |
H A D | x86_var.h | 98 extern char bootmethod[16];
|
/freebsd-src/usr.sbin/bsdinstall/scripts/ |
H A D | zfsboot | 1658 bootmethod=$( sysctl -n machdep.bootmethod ) 1659 f_dprintf "machdep.bootmethod=[%s]" "$bootmethod" 1660 if [ "$bootmethod" = "UEFI" ]; then
|
/freebsd-src/sys/amd64/amd64/ |
H A D | machdep.c | 840 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 D | cpu_machdep.c | 112 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 D | machdep.c | 1432 /* 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 D | full-test.sh | 133 sysctl machdep.bootmethod
|
H A D | rootgen.sh | 707 sysctl machdep.bootmethod
|