Searched refs:efi_delenv (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/efi/libefi/
H A Defienv.c107 * efi_delenv -- deletes the specified env variable
110 efi_delenv(EFI_GUID *guid, const char *name) function
128 return (efi_delenv(&FreeBSDBootVarGUID, name));
/freebsd-13-stable/stand/efi/include/
H A Defilib.h133 EFI_STATUS efi_delenv(EFI_GUID *guid, const char *varname);

Completed in 34 milliseconds