Searched refs:GetVarType (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.61.3/tests/nvram_tests/ |
| H A D | nvram_nonentitled.c | 212 …T_ASSERT_EQ(GetVarType(boolVar, optionsRef), CFBooleanGetTypeID(), "Verified %s type as boolean.\n… 213 …T_ASSERT_EQ(GetVarType(numVar, optionsRef), CFNumberGetTypeID(), "Verified %s type as number.\n", … 214 …T_ASSERT_EQ(GetVarType(strVar, optionsRef), CFStringGetTypeID(), "Verified %s type as string.\n", … 215 …T_ASSERT_EQ(GetVarType(dataVar, optionsRef), CFDataGetTypeID(), "Verified %s type as data.\n", dat…
|
| H A D | nvram_helper.h | 29 CFTypeID GetVarType(const char *name, io_registry_entry_t optionsRef);
|
| H A D | nvram_helper.c | 215 GetVarType(const char *name, io_registry_entry_t optionsRef) in GetVarType() function
|