Home
last modified time | relevance | path

Searched refs:kc_type (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSKext.cpp2243 kc_type = type; in initWithPrelinkedInfoDict()
2246 switch (kc_type) { in initWithPrelinkedInfoDict()
2407 kc_type = KCKindNone; in initWithCodelessInfo()
6522 || (kc_type != KCKindPrimary && kc_type != KCKindUnknown) in load()
7569 if (kc_type == KCKindUnknown) { in loadExecutable()
7890 kc_kind_t kc_type) argument
7914 kc_kind_t kc_type) argument
7931 kc_kind_t kc_type) argument
7956 kc_kind_t kc_type) argument
8055 (kc_type != KCKindPageable && kc_type != KCKindAuxiliary))) {
[all …]
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h373 kc_kind_t kc_type; variable
933 switch (kc_type) { in getKCTypeString()
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp592 switch (theKext->kc_type) { in personalityIsBoot()