Searched refs:bootmethod (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/x86/xen/ |
| H A D | pv.c | 486 strlcpy(bootmethod, "UEFI", sizeof(bootmethod)); in xen_pvh_parse_preload_data() 488 strlcpy(bootmethod, "BIOS", sizeof(bootmethod)); in xen_pvh_parse_preload_data() 498 strlcpy(bootmethod, "PVH", sizeof(bootmethod)); in xen_pvh_parse_preload_data()
|
| /freebsd-14.2/libexec/rc/rc.d/ |
| H A D | syscons | 55 local bootmethod 67 bootmethod=$(sysctl -qn machdep.bootmethod) 68 case ${bootmethod} in
|
| /freebsd-14.2/sys/dev/xen/efi/ |
| H A D | pvefi.c | 44 extern char bootmethod[16]; 225 if (!xen_initial_domain() || strcmp("UEFI", bootmethod) != 0 || in modevents()
|
| /freebsd-14.2/sys/x86/include/ |
| H A D | x86_var.h | 97 extern char bootmethod[16];
|
| /freebsd-14.2/usr.sbin/bsdinstall/scripts/ |
| H A D | zfsboot | 1654 bootmethod=$( sysctl -n machdep.bootmethod ) 1655 f_dprintf "machdep.bootmethod=[%s]" "$bootmethod" 1656 if [ "$bootmethod" = "UEFI" ]; then
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | machdep.c | 841 strlcpy(bootmethod, "UEFI", sizeof(bootmethod)); in native_parse_memmap() 845 strlcpy(bootmethod, "BIOS", sizeof(bootmethod)); in native_parse_memmap()
|
| /freebsd-14.2/sys/x86/x86/ |
| H A D | cpu_machdep.c | 113 char bootmethod[16]; variable 114 SYSCTL_STRING(_machdep, OID_AUTO, bootmethod, CTLFLAG_RD, bootmethod, 0,
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | machdep.c | 1439 strlcpy(bootmethod, "BIOS", sizeof(bootmethod)); in init386()
|
| /freebsd-14.2/tools/boot/ |
| H A D | full-test.sh | 133 sysctl machdep.bootmethod
|
| H A D | rootgen.sh | 707 sysctl machdep.bootmethod
|