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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2340 void * mkextEnd = 0; // do not free local
2355 mkextEnd = (char *)mkextHeader + mkextLength;
2402 if (kextEntry >= mkextEnd) {
2665 void * mkextEnd = NULL; // do not free local
2683 mkextEnd = (char *)mkextHeader + mkextLength;
2729 if (mkextPlistEnd > mkextEnd) {

Completed in 76 milliseconds