Lines Matching refs:dextUniqueID
164 static const char *getDextUniqueIDCString(OSData *dextUniqueID, unsigned int *size);
2000 OSData * dextUniqueID) in setDextUniqueIDInPersonalities() argument
2024 personality->setObject(kOSBundleDextUniqueIdentifierKey, dextUniqueID); in setDextUniqueIDInPersonalities()
2317 dextUniqueID.reset(parseDextUniqueID(anInfoDict, getIdentifierCString()), OSRetain); in initWithPrelinkedInfoDict()
2426 dextUniqueID.reset(parseDextUniqueID(anInfoDict, getIdentifierCString()), OSRetain); in initWithCodelessInfo()
2649 dextUniqueID.reset(parseDextUniqueID(theInfoDict, getIdentifierCString()), OSRetain); in initWithBooterData()
3340 dextUniqueID.reset(); in free()
4283 if (dext->dextUniqueID == NULL || dext->dextUniqueID->isEqualTo(dextUniqueIdentifier)) { in lookupDextWithIdentifier()
5336 if (isDriverKit() && dextUniqueID != NULL) { in getDextUniqueID()
5337 return dextUniqueID.get(); in getDextUniqueID()
5351 getDextUniqueIDCString(OSData *dextUniqueID, unsigned int *size) in getDextUniqueIDCString() argument
5353 if (dextUniqueID != NULL) { in getDextUniqueIDCString()
5355 unsigned int d_length = dextUniqueID->getLength(); in getDextUniqueIDCString()
5363 char *uid = (char*) dextUniqueID->getBytesNoCopy(); in getDextUniqueIDCString()
12254 if (isDriverKit() && dextUniqueID != NULL) {
12255 result->setObject(kOSBundleDextUniqueIdentifierKey, dextUniqueID.get());