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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h360 char * mkextBuffer,
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2911 uint8_t * mkextBuffer = (uint8_t *)mkextData->getBytesNoCopy(); local
2919 entryRef.mkext = (mkext_basic_header *)mkextBuffer;
2920 entryRef.fileinfo = mkextBuffer + entryOffset;
3154 char * mkextBuffer,
3225 mkextData = OSData::withBytesNoCopy(mkextBuffer,
3152 loadFromMkext( OSKextLogSpec clientLogFilter, char * mkextBuffer, uint32_t mkextBufferLength, char ** logInfoOut, uint32_t * logInfoLengthOut) argument

Completed in 42 milliseconds