Lines Matching refs:isDriverKit
2315 if (isDriverKit()) { in initWithPrelinkedInfoDict()
2424 if (isDriverKit()) { in initWithCodelessInfo()
2647 if (isDriverKit()) { in initWithBooterData()
2707 existingIsDext = existingKext->isDriverKit(); in registerIdentifier()
2714 if (isDriverKit() && existingIsDext) { in registerIdentifier()
2803 if (existingIsDext && !isDriverKit()) { in registerIdentifier()
3323 if (isDriverKit()) { in free()
4282 if (dext != NULL && dext->isDriverKit()) { in lookupDextWithIdentifier()
4449 if (kext && kext->isDriverKit()) { in copyKextUUIDForAddress()
4537 if (!aKext->isDriverKit()) { in removeKext()
4571 if (aKext->isLoaded() || aKext->isDriverKit()) { in removeKext()
5006 if (isDriverKit()) { in declaresExecutable()
5144 if (isDriverKit()) { in isLoadableInSafeBoot()
5257 if (isDriverKit() && infoDict) { in copyUUID()
5336 if (isDriverKit() && dextUniqueID != NULL) { in getDextUniqueID()
5471 __assert_only bool old_isDext = olddext->isDriverKit(); in upgradeDext()
5472 __assert_only bool new_isDext = newdext->isDriverKit(); in upgradeDext()
5544 __assert_only bool dext_isDext = dext->isDriverKit(); in removeDext()
5588 __assert_only bool isDext = dext->isDriverKit(); in incrementDextLaunchCount()
5680 if (!dext || !dext->isDriverKit()) { in decrementDextLaunchCount()
6583 if (isDriverKit()) { in load()
8347 if (aKext->isDriverKit()) {
8658 if (isDriverKit()) {
10541 if (theKext->isDriverKit()) {
11746 if (!thisKext || !thisKext->isDriverKit()) {
11806 __assert_only bool isDext = thisKext->isDriverKit();
12220 if (isDriverKit() && _OSArrayContainsCString(infoKeys, kOSBundleLogStringsKey)) {
12254 if (isDriverKit() && dextUniqueID != NULL) {
12324 } else if (isDriverKit()) {
12453 bool is_dext = isDriverKit();
16603 OSKext::isDriverKit(void) function in OSKext