Searched refs:OSKextLogSpec (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/libkern/libkern/ |
| H A D | OSKextLibPrivate.h | 320 typedef uint32_t OSKextLogSpec; typedef 333 #define kOSKextLogLevelMask ((OSKextLogSpec) 0x00000007) 355 #define kOSKextLogKextOrGlobalMask ((OSKextLogSpec) 0x00000008) 363 #define kOSKextLogFlagsMask ((OSKextLogSpec) 0x0ffffff0) 400 #define kOSKextLogErrorLevel ((OSKextLogSpec) 0x1) 409 #define kOSKextLogWarningLevel ((OSKextLogSpec) 0x2) 417 #define kOSKextLogBasicLevel ((OSKextLogSpec) 0x3) 436 #define kOSKextLogStepLevel ((OSKextLogSpec) 0x5) 445 #define kOSKextLogDetailLevel ((OSKextLogSpec) 0x6) 487 #define kOSKextLogArchiveFlag ((OSKextLogSpec) 0x80) [all …]
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSKext.h | 80 OSKextLogSpec msgLogSpec, 85 OSKextLogSpec msgLogSpec, 245 OSKextLogSpec msgLogSpec, 402 OSKextLogSpec msgLogSpec); 518 OSKextLogSpec clientLogSpec, 525 OSKextLogSpec clientLogSpec, 630 static OSKextLogSpec setUserSpaceLogFilter( 631 OSKextLogSpec userLogSpec, 634 static OSKextLogSpec getUserSpaceLogFilter(void); 647 OSKextLogSpec msgLogSpec);
|
| /xnu-11215/libkern/ |
| H A D | OSKextLib.cpp | 307 *op_result = OSKext::loadFromMkext((OSKextLogSpec)clientLogSpec, in kext_request() 317 (OSKextLogSpec)clientLogSpec, in kext_request()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSKext.cpp | 716 OSKextLogSpec logSpec = 0; in kxld_log_callback() 10134 OSKextLogSpec msgLogSpec) 15116 OSKextLogSpec 15121 OSKextLogSpec result; 15174 OSKextLogSpec oldLogFilter; 15215 OSKextLogSpec 15218 OSKextLogSpec result; 15273 OSKextLogSpec msgLogSpec, 15274 OSKextLogSpec logFilter) 15318 OSKextLogSpec msgLogSpec, [all …]
|
| H A D | OSRuntime.cpp | 65 OSKextLogSpec kOSRuntimeLogSpec =
|
| H A D | OSMetaClass.cpp | 79 OSKextLogSpec kOSMetaClassLogSpec =
|