| /xnu-11215/makedefs/ |
| H A D | MakeInc.dir | 8 # For instance, a makefile need only define the special variable SETUP_SUBDIRS 31 # $(4): This parameter controls the value of the TARGET make variable that's 34 # the TARGET variable is BUILD/obj/<CURRENT_BUILD_CONFIG>/<COMPONENT>. 35 # Otherwise, the TARGET variable is <TARGET>/<subdirectory>.
|
| H A D | MakeInc.cmd | 513 # 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.)
|
| /xnu-11215/san/coverage/ |
| H A D | kcov-blacklist-arm64 | 6 # These use a local variable to work out which stack we're on, but can end up with
|
| /xnu-11215/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-11215/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-11215/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-11215/tools/lldbmacros/ |
| H A D | ruff.toml | 25 dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
|
| H A D | README.md | 208 where only certain fields are important based on some flag or value in some field or variable. The … 285 …- mistakenly used python reserved keyword as variable? (check http://docs.python.org/release/3.0.1… 288 - using a local variable with same name as global variable? 289 …- assigning a value to global variable without declaring first? Its highly recommended to always d… 293 …Q. I wish to pass value of variable/expression to xnu lldb macro that accepts only pointers. How c… 357 * A local variable inside a function should be lower_case and separated with '_' 359 * A variable for internal use in object should start with '_'. 361 …* if a class variable is supposed to hold non native type of object, it is good idea to comment wh… 436 …* set up environment variable DEBUG_XNU_LLDBMACROS=1 on your shell. This will disable the automati…
|
| H A D | xnu.py | 143 variable = f" {vt.Bold}{vt.DarkGreen}{name}{vt.Reset} = " 147 out_str += variable + f"{vt.Oblique}{wline}\n"
|
| /xnu-11215/config/ |
| H A D | README.DEBUG-kernel.txt | 27 NVRAM variable, reboot, and do:
|
| /xnu-11215/tools/lldbmacros/tests/lldbtest/ |
| H A D | unittest.py | 60 variable = f" {name} = " 64 out_str += variable + wline + "\n"
|
| /xnu-11215/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 | stackshot_block_owner_14362384.m | 729 (void)thread_id; // suppress compiler warning about unused variable
|
| /xnu-11215/doc/building/ |
| H A D | xnu_version.md | 21 the `RC_DARWIN_KERNEL_VERSION` variable in the environment or overriding it on
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_server.sub | 47 "(server/env_mgr) variable not found", 48 "(server/env_mgr) wrong type of variable",
|
| /xnu-11215/doc/observability/ |
| H A D | recount.md | 89 The CPU's previous snapshot, stored in the `_snaps_percpu` per-CPU variable, is subtracted from the… 90 The per-CPU variable is then updated with the current snapshot for the next switch.
|
| /xnu-11215/bsd/sys/ |
| H A D | cdefs.h | 1101 #define __CAST_AWAY_QUALIFIER(variable, qualifier, type) \ argument 1106 ((type)(variable)) \
|
| /xnu-11215/doc/primitives/ |
| H A D | sched_cond.md | 12 * `sched_cond_t` / `sched_cond_atomic_t` - Atomic condition variable type to synchronize on
|
| H A D | atomics.md | 48 When an `_Atomic` qualified variable is accessed directly without using 134 be aware that a direct access to this variable will 233 variable and will be filled with the current value at `address` whether the
|
| /xnu-11215/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-11215/doc/allocators/ |
| H A D | api-basics.md | 14 In addition to that, `<kern/kalloc.h>` provides a variable-size general purpose 145 The following rules are expected when dealing with variable sized allocations: 147 - variable sized allocations should have a single owner and not be refcounted;
|
| /xnu-11215/ |
| H A D | README.md | 112 set the `XNU_LOGCOLORS` environment variable to `y`, or you can pass `LOGCOLORS=y` to the make comm… 118 This can be customized by setting the `RC_DARWIN_KERNEL_VERSION` variable in 127 … is embedded in the kernel.development.unstripped image), set the BUILD_STABS environment variable. 378 directory name using the variable `INSTALL_MODULEMAP_MI_DIR` as follows -
|
| /xnu-11215/doc/lifecycle/ |
| H A D | hibernation.md | 53 (in case of later failure) and the `boot-image` nvram variable is set to point 160 * The platform booter sees the `boot-image` nvram variable containing the device 162 correct proceeds. The `boot-image` variable is cleared.
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 367 # Prepare data variable as described above.
|