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

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h235 unsigned int delayAutounload:1; // for development member in struct:OSKext::__anon14968
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2867 Boolean delayAutounload = false; local
2974 delayAutounload = delayAutounloadBool->getValue();
2997 delayAutounload,
4231 theKext->flags.delayAutounload = 1;
6288 if (aKext->flags.delayAutounload) {
6294 aKext->flags.delayAutounload = 0;

Completed in 212 milliseconds