| /xnu-11215/tests/nvram_tests/ |
| H A D | run_tests.py | 56 … 0, 1, 2], required=False, help='0=only builds, 1=only runs, 2=builds and runs') 58 required=False, help='Path to the build files') 60 required=False, help='Path to the test files') 62 … 0, 1], required=False, help='0=ignores the reset calls, 1=uses the reset calls') 64 0, 1], required=False, help='0=macos sdk, 1=iphoneos sdk')
|
| /xnu-11215/san/memory/ |
| H A D | kasan-blacklist-arm64 | 19 # These are required to fixup the kernelcache, which needs to happen before KASAN
|
| /xnu-11215/doc/building/ |
| H A D | xnu_build_consolidation.md | 8 given targets are small (e.g. when they both support the same ISA), XNU has traditionally required … 20 required KEXTs are completely different in the first place, the kernel still needs to be linked 24 ## Changes required in XNU 54 CPU and revision checks may be required at various places, although the focus here has been the app…
|
| /xnu-11215/libkern/kmod/ |
| H A D | README | 21 # the actual _start symbol is only required by the kmod_info structure that
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_kern.sub | 115 "(os/unix) block device required for operation", 139 "(os/unix) destination address is required",
|
| H A D | err_server.sub | 141 "(server/us) retry required",
|
| H A D | err_iokit.sub | 91 "(iokit/common) a completion routine is required", // 0x2ea
|
| /xnu-11215/tests/ipc/ |
| H A D | ipc_read_inspect.c | 52 unsigned int required, /* task_flavor_t or thread_flavor_t */ in RESULT_CHECK() argument 55 if (flavor <= required) { in RESULT_CHECK()
|
| /xnu-11215/doc/lifecycle/ |
| H A D | hibernation.md | 77 memory as usual, but any drivers required for hibernation I/O are left in a 100 These are the portions of XNU itself that are required during hibernation 101 resume, as well as some other data that is required by the platform booter. 181 such that all of the required XNU code pages are executable, all data pages
|
| /xnu-11215/libkdd/ |
| H A D | README.md | 44 extensible data format is that kernel can decide to put more information as required without requir…
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_notify.md | 31 …H_MEMORYPRESSURE_NORMAL` | Device is operating normally. No action is required. …
|
| H A D | sanitize.md | 9 bugs like overflows caused by rounding addresses to required page size, 217 perform the required sanitization. If multiple entry points call the same 385 required setup for the test or for each trial, and calls the function
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOMemoryDescriptor.iig | 130 * It should be retained until the map is no longer required.
|
| H A D | IODMACommand.iig | 109 * It should be retained until the map is no longer required.
|
| /xnu-11215/tests/ |
| H A D | stackshot_tests.m | 75 static const NSString* zombie_child_pid_key = @"zombie_child_pid"; // -> @(pid), required for PARSE… 76 …ld_unique_pid_key = @"postexec_child_unique_pid"; // -> @(unique_pid), required for PARSE_STACKSH… 77 …* cseg_expected_threadid_key = @"cseg_expected_threadid"; // -> @(tid), required for PARSE_STACKSH… 78 …_threadid_key = @"srp_expected_threadid"; // -> @(tid), this or ..._pid required for PARSE_STACKSH… 79 …ected_pid_key = @"srp_expected_pid"; // -> @(pid), this or ..._threadid required for PARSE_STACKSH… 80 static const NSString* translated_child_pid_key = @"translated_child_pid"; // -> @(pid), required f… 81 static const NSString* sharedcache_child_pid_key = @"sharedcache_child_pid"; // @(pid), required fo… 82 …cache_child_sameaddr_key = @"sharedcache_child_sameaddr"; // @(0 or 1), required for PARSE_STACKSH… 85 static const NSString* transitioning_pid_key = @"transitioning_task_pid"; // -> @(pid), required fo… 86 …_expected_threadid_key = @"asyncstack_expected_threadid"; // -> @(tid), required for PARSE_STACKSH… [all …]
|
| /xnu-11215/osfmk/tests/ |
| H A D | README.md | 34 ….c* file for your tests then, use ```#include <xnupost.h>``` to include required functions and mac…
|
| /xnu-11215/libkern/zlib/ |
| H A D | README | 108 appreciated but is not required.
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 2673 parser.add_argument("-l", "--listtypes", action="store_true", required=False, default=False, 2677 parser.add_argument("-s", "--stackshot", required=False, default=False, 2683 parser.add_argument("-p", "--plist", required=False, default=False, 2686 …parser.add_argument("-S", "--sdk", required=False, default="", help="sdk property passed to xcrun …
|
| H A D | README.md | 235 4. Use the utility functions and memory read operations to pull out the required information.
|
| /xnu-11215/ |
| H A D | APPLE_LICENSE | 143 license is required to allow You to distribute the Covered Code, it is 228 damages (other than as may be required by applicable law) under this
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOService.cpp | 351 bool required; member 1687 element->required = isSuccessRequired; in lockForArbitration() 1731 if (false == waiting->required) { in lockForArbitration() 1755 if (false == element->required) { // willing to fail? in lockForArbitration() 1818 element->required ? THREAD_UNINT : THREAD_INTERRUPTIBLE, TIMEOUT_WAIT_FOREVER); in lockForArbitration() 1849 if (false == element->required) { in lockForArbitration() 1875 assert( false == element->required ); in lockForArbitration()
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 22 required from other modules.
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 283 `operator new/delete` in C++. For C++ classes, the approach required
|
| /xnu-11215/libkern/c++/ |
| H A D | OSKext.cpp | 5137 OSString * required = NULL; // do not release in isLoadableInSafeBoot() local 5149 required = OSDynamicCast(OSString, in isLoadableInSafeBoot() 5151 if (!required) { in isLoadableInSafeBoot() 5154 if (required->isEqualTo(kOSBundleRequiredRoot) || in isLoadableInSafeBoot() 5155 required->isEqualTo(kOSBundleRequiredLocalRoot) || in isLoadableInSafeBoot() 5156 required->isEqualTo(kOSBundleRequiredNetworkRoot) || in isLoadableInSafeBoot() 5157 required->isEqualTo(kOSBundleRequiredSafeBoot) || in isLoadableInSafeBoot() 5158 required->isEqualTo(kOSBundleRequiredConsole)) { in isLoadableInSafeBoot()
|