Searched refs:isInterface (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp1516 if (isInterface()) {
2256 if (isInterface() && kmod_info) {
4032 OSKext::isInterface(void) function in class:OSKext
4058 return (!isKernel() && !isInterface() && declaresExecutable());
5233 if (isInterface()) {
5287 if (dependency->isInterface()) {
5374 if (isInterface()) {
5433 if (!isInterface() && linkedExecutable) {
5486 if (isInterface()) {
5938 if (isStarted() || isInterface() || isKernelComponen
[all...]
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h591 virtual bool isInterface(void);

Completed in 34 milliseconds