Home
last modified time | relevance | path

Searched refs:GetVarType (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/tests/nvram_tests/
H A Dnvram_nonentitled.c212 …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 Dnvram_helper.h29 CFTypeID GetVarType(const char *name, io_registry_entry_t optionsRef);
H A Dnvram_helper.c215 GetVarType(const char *name, io_registry_entry_t optionsRef) in GetVarType() function