Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp2668 bool existingIsCodeless = false; in registerIdentifier() local
2708 existingIsCodeless = !existingKext->declaresExecutable() && !existingIsDext; in registerIdentifier()
2788 if ((!existingIsCodeless || existingIsDext) && in registerIdentifier()
2881 if (existingIsCodeless && declaresExecutable()) { in registerIdentifier()