Searched refs:bootmethod (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/usr.sbin/bsdinstall/scripts/ |
| D | zfsboot | 1439 bootmethod=$( sysctl -n machdep.bootmethod ) 1440 f_dprintf "machdep.bootmethod=[%s]" "$bootmethod" 1441 if [ "$bootmethod" = "UEFI" ]; then
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | machdep.c | 1521 static char bootmethod[16] = ""; variable 1522 SYSCTL_STRING(_machdep, OID_AUTO, bootmethod, CTLFLAG_RD, bootmethod, 0, 1559 strlcpy(bootmethod, "UEFI", sizeof(bootmethod)); in getmemsize() 1562 strlcpy(bootmethod, "BIOS", sizeof(bootmethod)); in getmemsize()
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | machdep.c | 1691 static char bootmethod[16] = "BIOS"; variable 1692 SYSCTL_STRING(_machdep, OID_AUTO, bootmethod, CTLFLAG_RD, bootmethod, 0,
|