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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp4260 char * hostArchKey = NULL; // must kfree local
4274 hostArchKey = makeHostArchKey(key, &hostArchKeySize);
4275 if (!hostArchKey) {
4281 result = infoDict->getObject(hostArchKey);
4289 if (hostArchKey) kfree(hostArchKey, hostArchKeySize);

Completed in 139 milliseconds