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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp2274 uint32_t mkextLength = 0; local
2280 mkextLength = mkextData->getLength();
2281 if (mkextLength < sizeof(mkext_basic_header)) {
2300 if (MKEXT_GET_LENGTH(mkextHeader) != mkextLength) {
2344 uint32_t mkextLength; local
2359 mkextLength = mkextData->getLength();
2361 mkextEnd = (char *)mkextHeader + mkextLength;
2669 uint32_t mkextLength; local
2687 mkextLength = mkextData->getLength();
2689 mkextEnd = (char *)mkextHeader + mkextLength;
[all...]

Completed in 208 milliseconds