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

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h235 unsigned int delayAutounload:1; // for development member in struct:OSKext::__anon15159
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp3186 Boolean delayAutounload = false; local
3293 delayAutounload = delayAutounloadBool->getValue();
3316 delayAutounload,
4568 theKext->flags.delayAutounload = 1;
6598 if (aKext->flags.delayAutounload) {
6604 aKext->flags.delayAutounload = 0;

Completed in 193 milliseconds