Searched refs:logSpec (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp488 OSKextLogSpec logSpec = 0; local
492 logSpec |= kOSKextLogLinkFlag;
495 logSpec |= kOSKextLogPatchFlag;
501 logSpec |= kOSKextLogExplicitLevel;
504 logSpec |= kOSKextLogErrorLevel;
507 logSpec |= kOSKextLogWarningLevel;
510 logSpec |= kOSKextLogProgressLevel;
513 logSpec |= kOSKextLogDetailLevel;
516 logSpec |= kOSKextLogDebugLevel;
520 OSKextVLog(theKext, logSpec, forma
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dbootroot.h84 OSKextLogSpec logSpec,
H A Dkext_tools_util.c1255 OSKextLogSpec logSpec = kOSKextLogGeneralFlag; local
1258 logSpec |= kOSKextLogDebugLevel;
1261 logSpec |= kOSKextLogErrorLevel;
1264 logSpec |= kOSKextLogWarningLevel;
1266 OSKextLog(NULL, logSpec, "%s", string);
H A Dkext_tools_util.h150 OSKextLogSpec logSpec,
H A Dkextd_main.c900 OSKextLogSpec logSpec; local
905 logSpec = kOSKextLogDetailLevel;
907 logSpec = kOSKextLogErrorLevel;
909 OSKextLog(/* kext */ NULL, logSpec,
H A Dfork_program.c89 OSKextLogSpec logSpec = kOSKextLogDetailLevel; local
97 logSpec = kOSKextLogErrorLevel;
99 OSKextLog(/* kext */ NULL, logSpec,
104 logSpec = kOSKextLogErrorLevel;
105 OSKextLog(/* kext */ NULL, logSpec,
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c9437 OSKextLogSpec logSpec = 0; local
9441 logSpec |= kOSKextLogLinkFlag;
9444 logSpec |= kOSKextLogPatchFlag;
9450 logSpec |= kOSKextLogExplicitLevel;
9453 logSpec |= kOSKextLogErrorLevel;
9456 logSpec |= kOSKextLogWarningLevel;
9459 logSpec |= kOSKextLogProgressLevel;
9462 logSpec |= kOSKextLogDetailLevel;
9465 logSpec |= kOSKextLogDebugLevel;
9469 OSKextVLog(aKext, logSpec, forma
[all...]

Completed in 211 milliseconds