Searched refs:GetVariable (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/tests/nvram_tests/ |
| H A D | nvram_nonentitled.c | 20 …T_ASSERT_EQ(GetVariable(varToTest, optionsRef), KERN_SUCCESS, "Read variable %s successfully\n", v… 34 …T_ASSERT_EQ(GetVariable(varToTest, optionsRef), KERN_SUCCESS, "Read variable %s successfully\n", v… 72 …T_ASSERT_EQ(GetVariable(varToTest, optionsRef), KERN_SUCCESS, "Read variable %s successfully\n", v… 93 …T_ASSERT_NE(GetVariable(varToTest, optionsRef), KERN_SUCCESS, "Read variable %s failed as expected…
|
| H A D | nvram_helper.h | 6 kern_return_t GetVariable(const char *name, io_registry_entry_t optionsRef);
|
| H A D | nvram_sys_hid_nonentitled.c | 22 …T_ASSERT_NE(GetVariable(varToTest, optionsRef), KERN_SUCCESS, "Read variable %s failed as expected…
|
| H A D | nvram_sys_hidden.c | 21 …T_ASSERT_EQ(GetVariable(varToTest, optionsRef), KERN_SUCCESS, "Read variable %s successfully\n", v…
|
| H A D | nvram_system.c | 21 …T_ASSERT_EQ(GetVariable(varToTest, optionsRef), KERN_SUCCESS, "Read variable %s successfully\n", v…
|
| H A D | nvram_helper.c | 188 GetVariable(const char *name, io_registry_entry_t optionsRef) in GetVariable() function 269 if (GetVariable(name, optionsRef) == kIOReturnNotFound) { in DeleteVariable()
|
| /xnu-8796.141.3/pexpert/pexpert/i386/ |
| H A D | efi.h | 425 EFI_PTR32 GetVariable; member 465 EFI_PTR64 GetVariable; member
|