Home
last modified time | relevance | path

Searched refs:boot_services_active (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/stand/efi/libefi/
H A Defi_console.c39 bool boot_services_active = true; /* boot services active first thing in main */ variable
178 if (!boot_services_active) in efi_text_cursor()
239 if (!boot_services_active) in efi_text_putchar()
259 if (!boot_services_active) in efi_text_fill()
314 if (!boot_services_active) in efi_text_copy()
370 if (!boot_services_active) in efi_text_param()
750 if (!boot_services_active) in efi_term_emu()
1362 if (!boot_services_active) in efi_cons_getchar()
1386 if (!boot_services_active) in efi_cons_poll()
H A Ddelay.c33 if (boot_services_active) in delay()
/freebsd-14.2/stand/efi/include/
H A Defi.h99 extern bool boot_services_active;
H A Defilib.h81 boot_services_active = false; in efi_exit_boot_services()
/freebsd-14.2/stand/efi/loader/
H A Defi_main.c40 if (boot_services_active) { in efi_exit()
H A Dcopy.c363 if (!boot_services_active) { in efi_check_space()
/freebsd-14.2/stand/common/
H A Dgfx_fb.c796 if (gop != NULL && boot_services_active) { in gfxfb_blt()