]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
efi: switch boot_services_gone to boot_services_active
authorWarner Losh <imp@FreeBSD.org>
Thu, 4 Nov 2021 15:34:20 +0000 (09:34 -0600)
committerWarner Losh <imp@FreeBSD.org>
Thu, 4 Nov 2021 16:07:54 +0000 (10:07 -0600)
commit305ef653bcf349c7dea83c90add6f2d97910e545
treeff93ac1154e282fe6b4abe63b1e20b2cf0407a07
parentcfd06987029ac1bf5f6a6be2d87ade7358bd59ca
efi: switch boot_services_gone to boot_services_active

Turn the presence or absence of boot services into a positive bool (and
change its type to bool). Move declaration to efi.h in the global
variables section.

Sponsored by: Netflix

Reviewed by: tsoome, kib
Differential Revision: https://reviews.freebsd.org/D31814
stand/common/gfx_fb.c
stand/efi/include/efi.h
stand/efi/libefi/efi_console.c
stand/efi/loader/bootinfo.c
stand/efi/loader/copy.c