Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp5815 char * hostArchKey = NULL;// must kfree in getPropertyForHostArch() local
5828 hostArchKey = makeHostArchKey(key, &hostArchKeySize); in getPropertyForHostArch()
5829 if (!hostArchKey) { in getPropertyForHostArch()
5835 result = infoDict->getObject(hostArchKey); in getPropertyForHostArch()
5843 if (hostArchKey) { in getPropertyForHostArch()
5844 kfree_data(hostArchKey, hostArchKeySize); in getPropertyForHostArch()