Home
last modified time | relevance | path

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

/freebsd/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()
1341 if (!boot_services_active) in efi_cons_getchar()
1365 if (!boot_services_active) in efi_cons_poll()
H A Ddelay.c33 if (boot_services_active) in delay()
/freebsd/stand/efi/include/
H A Defi.h96 extern bool boot_services_active;
H A Defilib.h83 boot_services_active = false; in efi_exit_boot_services()
/freebsd/stand/efi/loader/
H A Defi_main.c40 if (boot_services_active) { in efi_exit()
H A Dcopy.c370 if (!boot_services_active) { in efi_check_space()
/freebsd/stand/common/
H A Dgfx_fb.c871 boot_services_active) { in gfxfb_blt()