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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2350 OSData * mkextExecutableInfo = NULL; // must release local
2395 OSSafeReleaseNULL(mkextExecutableInfo);
2464 mkextExecutableInfo = OSData::withCapacity(sizeof(entryRef));
2465 if (!mkextExecutableInfo) {
2472 if (!mkextExecutableInfo->appendBytes(&entryRef,
2489 if (!theKext->initWithMkext1Info(infoDict, mkextExecutableInfo,
2508 OSSafeRelease(mkextExecutableInfo);

Completed in 37 milliseconds