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

/macosx-10.10/kext_tools-384.1.4/
H A Dmkextunpack_main.c54 uint32_t * mkextVersion);
136 uint32_t mkextVersion; local
276 archInfo, &mkextStart, &mkextEnd, &mkextVersion)) {
282 if (mkextVersion == MKEXT_VERS_2) {
294 } else if (mkextVersion == MKEXT_VERS_1) {
324 uint32_t * mkextVersion)
334 *mkextVersion = 0;
407 *mkextVersion = MKEXT_GET_VERSION(mkextHeader);
318 getMkextDataForArch( u_int8_t * fileData, size_t fileSize, const NXArchInfo * archInfo, void ** mkextStart, void ** mkextEnd, uint32_t * mkextVersion) argument
H A Dkextcache_main.h239 int mkextVersion; // -mkext1/-mkext2 0 (no mkext, 1 (old format), member in struct:__anon9252
H A Dbootcaches.c1502 int mkextVersion = 0; local
1534 mkextVersion = 2;
1540 mkextVersion = 1;
1608 } else if (mkextVersion == 2) {
1610 } else if (mkextVersion == 1) {
H A Dkextcache_main.c694 toolArgs->mkextVersion = 1;
696 toolArgs->mkextVersion = 2;
1869 if (toolArgs->mkextVersion == 2) {
1873 } else if (toolArgs->mkextVersion == 1) {
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp191 * It contains the mkextVersion in case we ever wind up supporting
2272 uint32_t mkextVersion = 0; local
2304 mkextVersion = MKEXT_GET_VERSION(mkextHeader);
2306 if (mkextVersion == MKEXT_VERS_2) {
2312 "Mkext archive of unsupported mkext version 0x%x.", mkextVersion);
2340 uint32_t mkextVersion; local
2358 mkextVersion = MKEXT_GET_VERSION(mkextHeader);
3667 uint32_t mkextVersion = MKEXT_GET_VERSION(mkextEntryRef->mkext); local
3668 if (mkextVersion == MKEXT_VERS_2) {
3680 getIdentifierCString(), mkextVersion);
[all...]

Completed in 283 milliseconds