Searched refs:SetVariable (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/stand/efi/libefi/ |
| H A D | efienv.c | 85 rv = RS->SetVariable(uv, guid, attr, len, data); in efi_setenv() 99 rv = RS->SetVariable(var, &FreeBSDBootVarGUID, in efi_setenv_freebsd_wcs() 120 rv = RS->SetVariable(var, guid, 0, 0, NULL); in efi_delenv()
|
| H A D | env.c | 955 err = RS->SetVariable(wvar, &guid, EFI_VARIABLE_NON_VOLATILE | in command_efi_set() 993 err = RS->SetVariable(wvar, &guid, 0, 0, NULL); in command_efi_unset()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | command.c | 1650 SetVariable(struct cmdargs const *arg) in SetVariable() function 2360 {"authkey", "key", SetVariable, LOCAL_AUTH, 2362 {"authname", NULL, SetVariable, LOCAL_AUTH, 2364 {"autoload", NULL, SetVariable, LOCAL_AUTH, 2382 {"choked", NULL, SetVariable, LOCAL_AUTH, 2435 {"mru", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX, 2452 {"radius", NULL, SetVariable, LOCAL_AUTH, 2454 {"rad_alive", NULL, SetVariable, LOCAL_AUTH, 2457 {"rad_port_id", NULL, SetVariable, LOCAL_AUTH, 2462 {"recvpipe", NULL, SetVariable, LOCAL_AUTH, [all …]
|
| /freebsd-13.1/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1838 EFI_SET_VARIABLE SetVariable; member
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efiapi.h | 711 EFI_SET_VARIABLE SetVariable; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 797 #pragma mark SetVariable
|