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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3947 char * hostArchKey = NULL; // must kfree local
3961 hostArchKey = makeHostArchKey(key, &hostArchKeySize);
3962 if (!hostArchKey) {
3968 result = infoDict->getObject(hostArchKey);
3976 if (hostArchKey) kfree(hostArchKey, hostArchKeySize);

Completed in 173 milliseconds