Searched refs:SetVariable (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.61.3/tests/nvram_tests/ |
| H A D | nvram_helper.c | 239 SetVariable(const char *name, const char *value, io_registry_entry_t optionsRef) in SetVariable() function 294 if (SetVariable(kIONVRAMDeletePropertyKey, name, optionsRef) == KERN_SUCCESS) { in DeleteVariable() 372 ret = SetVariable(var, val, optionsRef); in TestVarOp() 381 ret = SetVariable("ResetNVRam", "1", optionsRef); in TestVarOp() 385 ret = SetVariable(var, "1", optionsRef); in TestVarOp()
|
| H A D | nvram_helper.h | 24 kern_return_t SetVariable(const char *name, const char *value, io_registry_entry_t optionsRef);
|
| /xnu-10002.61.3/pexpert/pexpert/i386/ |
| H A D | efi.h | 427 EFI_PTR32 SetVariable; member 467 EFI_PTR64 SetVariable; member
|