Searched refs:SetVariable (Results 1 – 5 of 5) sorted by relevance
| /freebsd/stand/efi/libefi/ |
| H A D | efienv.c | 83 rv = RS->SetVariable(uv, guid, attr, len, data); in efi_setenv() 97 rv = RS->SetVariable(var, &FreeBSDBootVarGUID, in efi_setenv_freebsd_wcs() 118 rv = RS->SetVariable(var, guid, 0, 0, NULL); in efi_delenv()
|
| H A D | env.c | 1047 err = RS->SetVariable(wvar, &guid, EFI_VARIABLE_NON_VOLATILE | in command_efi_set() 1085 err = RS->SetVariable(wvar, &guid, 0, 0, NULL); in command_efi_unset()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | command.c | 1652 SetVariable(struct cmdargs const *arg) in SetVariable() function 2360 {"accmap", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX, 2362 {"authkey", "key", SetVariable, LOCAL_AUTH, 2364 {"authname", NULL, SetVariable, LOCAL_AUTH, 2366 {"autoload", NULL, SetVariable, LOCAL_AUTH, 2371 {"callback", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX, 2374 {"cbcp", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX, 2377 {"ccpretry", "ccpretries", SetVariable, LOCAL_AUTH | LOCAL_CX_OPT, 2379 {"cd", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX, "Carrier delay requirement", 2381 {"chapretry", "chapretries", SetVariable, LOCAL_AUTH | LOCAL_CX, [all …]
|
| /freebsd/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 1902 EFI_SET_VARIABLE SetVariable; member
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpoint.cpp | 754 #pragma mark SetVariable
|