Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h556 OSKextExcludeLevel startMatchingOpt = kOSKextExcludeAll,
809 OSKextExcludeLevel startMatchingOpt = kOSKextExcludeAll,
818 OSKextExcludeLevel startMatchingOpt = kOSKextExcludeAll,
827 OSKextExcludeLevel startMatchingOpt = kOSKextExcludeAll,
/xnu-11215/libkern/c++/
H A DOSKext.cpp6018 OSKextExcludeLevel startMatchingOpt, in loadKextWithIdentifier() argument
6032 startOpt, startMatchingOpt, personalityNames); in loadKextWithIdentifier()
6045 OSKextExcludeLevel startMatchingOpt, in loadKextWithIdentifier() argument
6056 startMatchingOpt, in loadKextWithIdentifier()
6073 OSKextExcludeLevel startMatchingOpt, in loadKextWithIdentifier() argument
6161 result = theKext->load(startOpt, startMatchingOpt, personalityNames); in loadKextWithIdentifier()
6461 OSKextExcludeLevel startMatchingOpt, in load() argument
6466 OSKextExcludeLevel dependenciesStartMatchingOpt = startMatchingOpt; in load()
6812 if (result == kOSReturnSuccess && startMatchingOpt == kOSKextExcludeNone) { in load()