Home
last modified time | relevance | path

Searched refs:SetVariable (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/stand/efi/libefi/
H A Defienv.c82 rv = RS->SetVariable(uv, guid, attr, len, data); in efi_setenv()
96 rv = RS->SetVariable(var, &FreeBSDBootVarGUID, in efi_setenv_freebsd_wcs()
117 rv = RS->SetVariable(var, guid, 0, 0, NULL); in efi_delenv()
H A Denv.c952 err = RS->SetVariable(wvar, &guid, EFI_VARIABLE_NON_VOLATILE | in command_efi_set()
990 err = RS->SetVariable(wvar, &guid, 0, 0, NULL); in command_efi_unset()
/freebsd-14.2/usr.sbin/ppp/
H A Dcommand.c1648 SetVariable(struct cmdargs const *arg) in SetVariable() function
2358 {"authkey", "key", SetVariable, LOCAL_AUTH,
2360 {"authname", NULL, SetVariable, LOCAL_AUTH,
2362 {"autoload", NULL, SetVariable, LOCAL_AUTH,
2380 {"choked", NULL, SetVariable, LOCAL_AUTH,
2433 {"mru", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX,
2450 {"radius", NULL, SetVariable, LOCAL_AUTH,
2452 {"rad_alive", NULL, SetVariable, LOCAL_AUTH,
2455 {"rad_port_id", NULL, SetVariable, LOCAL_AUTH,
2460 {"recvpipe", NULL, SetVariable, LOCAL_AUTH,
[all …]
/freebsd-14.2/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1838 EFI_SET_VARIABLE SetVariable; member
/freebsd-14.2/stand/efi/include/
H A Defiapi.h710 EFI_SET_VARIABLE SetVariable; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp784 #pragma mark SetVariable