Home
last modified time | relevance | path

Searched defs:typeID (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/tests/nvram_tests/
H A Dnvram_helper.c36 CFTypeID typeID; in PrintVariable() local
122 ConvertValueToCFTypeRef(CFTypeID typeID, const char *value) in ConvertValueToCFTypeRef()
219 CFTypeID typeID = 0; in GetVarType() local
243 CFTypeID typeID; in SetVariable() local
/xnu-10002.1.13/libkdd/
H A Dkdd.m48 - (unsigned int)typeID method
H A DKCDStructTypeDescription.m48 - (id)initWithType:(unsigned int)typeID withName:(NSString *)name category
51 _typeID = typeID; category
54 if (typeID >= 0x1 && typeID <= KCDATA_TYPE_MAX_WITH_DESC) category
136 - (unsigned int)typeID category
H A DKCDBasicTypeDescription.m80 - (id)createDefaultForType:(uint32_t)typeID category
89 _name = [NSString stringWithFormat:@"Type_0x%x", typeID]; category
171 - (unsigned int)typeID category