Searched refs:efi_global_getenv (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/stand/efi/boot1/
H A Dproto.c173 if (efi_global_getenv("BootCurrent", &boot_current, &sz) == EFI_SUCCESS) {
177 if (efi_global_getenv("BootOrder", &boot_order, &sz) == EFI_SUCCESS) {
/freebsd-13-stable/stand/efi/libefi/
H A Defienv.c58 efi_global_getenv(const char *v, void *data, size_t *len) function
/freebsd-13-stable/lib/libsecureboot/efi/
H A Defi_variables.c64 status = efi_global_getenv("SecureBoot", &SecureBoot, &length);
74 status = efi_global_getenv("SetupMode", &SetupMode, &length);
/freebsd-13-stable/stand/efi/include/
H A Defilib.h137 EFI_STATUS efi_global_getenv(const char *v, void *data, __size_t *len);
/freebsd-13-stable/stand/efi/loader/
H A Defiserialio.c216 status = efi_global_getenv(name, buf, &sz);
221 status = efi_global_getenv(name, buf, &sz);
H A Dmain.c737 rv = efi_global_getenv("ConOut", buf, &sz);
739 rv = efi_global_getenv("ConOutDev", buf, &sz);
1080 rv = efi_global_getenv("BootCurrent", &boot_current, &sz);
1089 rv = efi_global_getenv("BootOrder", &boot_order, &sz);
1119 rv = efi_global_getenv(buf, &boot_info, &sz);

Completed in 119 milliseconds