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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2268 uint32_t mkextLength = 0; local
2274 mkextLength = mkextData->getLength();
2275 if (mkextLength < sizeof(mkext_basic_header)) {
2294 if (MKEXT_GET_LENGTH(mkextHeader) != mkextLength) {
2338 uint32_t mkextLength; local
2353 mkextLength = mkextData->getLength();
2355 mkextEnd = (char *)mkextHeader + mkextLength;
2663 uint32_t mkextLength; local
2681 mkextLength = mkextData->getLength();
2683 mkextEnd = (char *)mkextHeader + mkextLength;
[all...]

Completed in 17 milliseconds