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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextstat_main.c208 CFBooleanRef isKernelComponent = NULL; // do not release local
250 isKernelComponent = (CFBooleanRef)CFDictionaryGetValue(kextInfo,
252 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.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h593 virtual bool isKernelComponent(void);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp4048 OSKext::isKernelComponent(void) function in class:OSKext
5184 if (isKernelComponent()) {
5291 if (dependency->isKernelComponent()) {
5938 if (isStarted() || isInterface() || isKernelComponent()) {
6256 if (isKernelComponent()) {
6591 aKext->isKernelComponent()) {
7389 if (!isKernelComponent()) {
8331 isKernelComponent() ? kOSBooleanTrue : kOSBooleanFalse);
10444 if (theKext->isKernelComponent()) {
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOStatistics.cpp1243 if (!ke->kext->isKernelComponent()) {
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c184 unsigned int isKernelComponent:1; member in struct:__OSKext::__anon2403
5069 return aKext->flags.isKernelComponent ? true : false;
6469 if (aKext->flags.isKernelComponent ||
12833 aKext->flags.isKernelComponent = 1;
12836 if (aKext->flags.isKernelComponent) {

Completed in 312 milliseconds