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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4069 char * hostArchKey = NULL; // must kfree local
4083 hostArchKey = makeHostArchKey(key, &hostArchKeySize);
4084 if (!hostArchKey) {
4090 result = infoDict->getObject(hostArchKey);
4098 if (hostArchKey) kfree(hostArchKey, hostArchKeySize);

Completed in 32 milliseconds