Lines Matching refs:isInFileset
1451 } else if (thisKext->isInFileset()) { in flushNonloadedKexts()
4643 if (aKext->isInFileset()) { in removeKext()
7634 if (isInFileset()) {
7730 if (isInFileset()) {
8003 if (isInFileset() && kc_type != KCKindPageable) {
8164 if (isInFileset()) {
8173 isInFileset()) {
8227 if (!isInFileset() || kc_type != KCKindPrimary) {
8262 if (((!isInFileset() || kc_type != KCKindPrimary) && !(info.protection & VM_PROT_EXECUTE)) ||
8263 ((isInFileset() && kc_type == KCKindPrimary) &&
8642 in_fileset = isInFileset();
10441 theKext->isInFileset() &&
10508 } else if (!theKext->isInFileset()) {
16569 if (getcommandfromheader(hdr, LC_SEGMENT_SPLIT_INFO) || isInFileset()) {
16617 OSKext::isInFileset(void) function in OSKext