Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h360 unsigned int delayAutounload:1; // for development member
/xnu-11215/libkern/c++/
H A DOSKext.cpp3996 Boolean delayAutounload = false; in loadFromMkext() local
4104 delayAutounload = delayAutounloadBool->getValue(); in loadFromMkext()
4128 delayAutounload, in loadFromMkext()
6183 theKext->flags.delayAutounload = 1; in loadKextWithIdentifier()
6217 Boolean delayAutounload = false; in loadKextFromKC() local
6254 delayAutounload = delayAutounloadBool->getValue(); in loadKextFromKC()
6296 if (delayAutounload) { in loadKextFromKC()
6302 theKext->flags.delayAutounload = 1; in loadKextFromKC()
9121 if (aKext->flags.delayAutounload) {
9127 aKext->flags.delayAutounload = 0;