Searched refs:isKernelComponent (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextstat_main.c215 CFBooleanRef isKernelComponent = NULL; // do not release local
259 isKernelComponent = (CFBooleanRef)CFDictionaryGetValue(kextInfo,
261 if (isKernelComponent && CFBooleanGetValue(isKernelComponent)) {
H A Dkextfind_query.c1425 Boolean isKernelComponent; local
1447 isKernelComponent = OSKextIsKernelComponent(theKext);
1448 if (isKernelComponent && seekingReference) {
1468 if (!isKernelComponent) {
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h583 virtual bool isKernelComponent(void);
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp3726 OSKext::isKernelComponent(void) function in class:OSKext
4866 if (isKernelComponent()) {
4973 if (dependency->isKernelComponent()) {
5628 if (isStarted() || isInterface() || isKernelComponent()) {
5946 if (isKernelComponent()) {
6281 aKext->isKernelComponent()) {
7064 if (!isKernelComponent()) {
7959 isKernelComponent() ? kOSBooleanTrue : kOSBooleanFalse);
10091 if (theKext->isKernelComponent()) {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp1243 if (!ke->kext->isKernelComponent()) {
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c184 unsigned int isKernelComponent:1; member in struct:__OSKext::__anon2261
5065 return aKext->flags.isKernelComponent ? true : false;
6518 if (aKext->flags.isKernelComponent ||
12890 aKext->flags.isKernelComponent = 1;
12893 if (aKext->flags.isKernelComponent) {

Completed in 159 milliseconds