| /xnu-10002.41.9/san/coverage/ |
| H A D | kcov-blacklist-arm64 | 8 # These use a local variable to work out which stack we're on, but can end up with
|
| /xnu-10002.41.9/san/memory/ |
| H A D | kasan-blacklist-arm64 | 12 # These use a local variable to work out which stack we're on, but can end up with
|
| /xnu-10002.41.9/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 145 variable. 146 You should initialise this variable to be the number of directory entries for which 148 On return, this variable contains the number of directory entries whose attributes 162 However, since the variable is too small to hold an 167 The initial value of the variable is ignored. 181 The initial value of the variable is ignored.
|
| /xnu-10002.41.9/osfmk/mach/ |
| H A D | mach_types.defs | 424 * host_info_t: variable-sized inline array that can contain: 441 * host_info64_t: variable-sized inline array that can contain: 458 * processor_info_t: variable-sized inline array that can 495 /* processor_set_info_t: variable-size inline array 530 /* policy_info_t: variable-size inline array. Can hold: 556 /* memory_object_info_t: variable-size inline array: 567 /* vm_region_info_t: variable-size inline array that can hold:
|
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | README.md | 203 where only certain fields are important based on some flag or value in some field or variable. The … 280 …- mistakenly used python reserved keyword as variable? (check http://docs.python.org/release/3.0.1… 283 - using a local variable with same name as global variable? 284 …- assigning a value to global variable without declaring first? Its highly recommended to always d… 288 …Q. I wish to pass value of variable/expression to xnu lldb macro that accepts only pointers. How c… 352 * A local variable inside a function should be lower_case and separated with '_' 354 * A variable for internal use in object should start with '_'. 356 …* if a class variable is supposed to hold non native type of object, it is good idea to comment wh… 428 …* set up environment variable DEBUG_XNU_LLDBMACROS=1 on your shell. This will disable the automati…
|
| H A D | xnu.py | 144 variable = " " + vt.Bold + vt.DarkGreen + name + vt.Reset + " = " 148 out_str += variable + vt.Oblique + wline + "\n"
|
| /xnu-10002.41.9/config/ |
| H A D | README.DEBUG-kernel.txt | 27 NVRAM variable, reboot, and do:
|
| /xnu-10002.41.9/tests/ |
| H A D | test_sysctl_kern_procargs_25397314.m | 297 T_ASSERT_TRUE(containsTestEnvironmentVariable, "Found test environment variable"); 326 T_ASSERT_FALSE(containsTestEnvironmentVariable, "No test environment variable"); 341 T_ASSERT_TRUE(containsPathEnvironmentVariable, "Found $PATH environment variable");
|
| H A D | Makefile | 364 perfmon_unit_tests: OTHER_CFLAGS += -Wno-missing-variable-declarations -Wno-format-pedantic -Wno-la…
|
| H A D | stackshot_block_owner_14362384.m | 729 (void)thread_id; // suppress compiler warning about unused variable
|
| H A D | stackshot_tests.m | 1032 // We cannot use a variable of pointer type, because this ABI is valid 1047 // variable on the stack.
|
| /xnu-10002.41.9/doc/ |
| H A D | xnu_version.md | 17 the `RC_DARWIN_KERNEL_VERSION` variable in the environment or overriding it on
|
| H A D | recount.md | 79 The CPU's previous snapshot, stored in the `_snaps_percpu` per-CPU variable, is subtracted from the… 80 The per-CPU variable is then updated with the current snapshot for the next switch.
|
| H A D | sched_cond.md | 7 * `sched_cond_t` / `sched_cond_atomic_t` - Atomic condition variable type to synchronize on
|
| H A D | atomics.md | 46 When an `_Atomic` qualified variable is accessed directly without using 132 be aware that a direct access to this variable will 231 variable and will be filled with the current value at `address` whether the
|
| H A D | debugging.md | 406 You can override the default file (*.coverage*) by adding an additional environment variable to LLD… 527 # Prepare data variable as described above.
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | cdefs.h | 985 #define __CAST_AWAY_QUALIFIER(variable, qualifier, type) \ argument 990 ((type)(variable)) \
|
| /xnu-10002.41.9/libsyscall/mach/ |
| H A D | err_server.sub | 47 "(server/env_mgr) variable not found", 48 "(server/env_mgr) wrong type of variable",
|
| /xnu-10002.41.9/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 67 * @abstract Constant to denote a variable length structure argument to IOUserClient. 68 … Use in the structures IOUserClientMethodDispatch to specify the size of the structure is variable.
|
| /xnu-10002.41.9/ |
| H A D | README.md | 98 set the `XNU_LOGCOLORS` environment variable to `y`, or you can pass `LOGCOLORS=y` to the make comm… 105 This can be customized by setting the `RC_DARWIN_KERNEL_VERSION` variable in 115 … is embedded in the kernel.development.unstripped image), set the BUILD_STABS environment variable. 358 directory name using the variable `INSTALL_MODULEMAP_MI_DIR` as follows -
|
| /xnu-10002.41.9/doc/allocators/ |
| H A D | api-basics.md | 12 In addition to that, `<kern/kalloc.h>` provides a variable-size general purpose 141 The following rules are expected when dealing with variable sized allocations: 143 - variable sized allocations should have a single owner and not be refcounted;
|
| /xnu-10002.41.9/osfmk/mach/machine/ |
| H A D | mach_machine.modulemap | 73 // ndr_def.h defines a non-external global variable and can only
|
| /xnu-10002.41.9/makedefs/ |
| H A D | MakeInc.cmd | 502 # You can't assign a variable to an empty space without these
|
| H A D | MakeInc.kernel | 292 …ould not determine xnu version from SDK or KDK! Set RC_DARWIN_KERNEL_VERSION environment variable.)
|
| H A D | MakeInc.def | 154 -Wno-missing-variable-declarations \
|