Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 26) sorted by relevance

12

/xnu-10063.141.1/san/coverage/
H A Dkcov-blacklist-arm646 # These use a local variable to work out which stack we're on, but can end up with
/xnu-10063.141.1/san/memory/
H A Dkasan-blacklist-arm6412 # These use a local variable to work out which stack we're on, but can end up with
/xnu-10063.141.1/bsd/man/man2/
H A Dgetdirentriesattr.2145 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-10063.141.1/osfmk/mach/
H A Dmach_types.defs424 * 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-10063.141.1/tools/lldbmacros/
H A Druff.toml25 dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
H A DREADME.md203 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 Dxnu.py141 variable = f" {vt.Bold}{vt.DarkGreen}{name}{vt.Reset} = "
145 out_str += variable + f"{vt.Oblique}{wline}\n"
/xnu-10063.141.1/config/
H A DREADME.DEBUG-kernel.txt27 NVRAM variable, reboot, and do:
/xnu-10063.141.1/tests/
H A Dtest_sysctl_kern_procargs_25397314.m297 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 Dstackshot_block_owner_14362384.m729 (void)thread_id; // suppress compiler warning about unused variable
/xnu-10063.141.1/doc/building/
H A Dxnu_version.md21 the `RC_DARWIN_KERNEL_VERSION` variable in the environment or overriding it on
/xnu-10063.141.1/libsyscall/mach/
H A Derr_server.sub47 "(server/env_mgr) variable not found",
48 "(server/env_mgr) wrong type of variable",
/xnu-10063.141.1/bsd/sys/
H A Dcdefs.h1076 #define __CAST_AWAY_QUALIFIER(variable, qualifier, type) \ argument
1081 ((type)(variable)) \
/xnu-10063.141.1/doc/observability/
H A Drecount.md89 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-10063.141.1/doc/primitives/
H A Dsched_cond.md12 * `sched_cond_t` / `sched_cond_atomic_t` - Atomic condition variable type to synchronize on
H A Datomics.md48 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-10063.141.1/iokit/DriverKit/
H A DIOUserClient.iig67 * @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-10063.141.1/
H A DREADME.md109 set the `XNU_LOGCOLORS` environment variable to `y`, or you can pass `LOGCOLORS=y` to the make comm…
115 This can be customized by setting the `RC_DARWIN_KERNEL_VERSION` variable in
124 … is embedded in the kernel.development.unstripped image), set the BUILD_STABS environment variable.
375 directory name using the variable `INSTALL_MODULEMAP_MI_DIR` as follows -
/xnu-10063.141.1/doc/allocators/
H A Dapi-basics.md14 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-10063.141.1/doc/lifecycle/
H A Dhibernation.md53 (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-10063.141.1/osfmk/mach/machine/
H A Dmach_machine.modulemap73 // ndr_def.h defines a non-external global variable and can only
/xnu-10063.141.1/doc/debugging/
H A Ddebugging.md230 You can override the default file (*.coverage*) by adding an additional environment variable to LLD…
366 # Prepare data variable as described above.
/xnu-10063.141.1/makedefs/
H A DMakeInc.cmd506 # You can't assign a variable to an empty space without these
H A DMakeInc.kernel292 …ould not determine xnu version from SDK or KDK! Set RC_DARWIN_KERNEL_VERSION environment variable.)
H A DMakeInc.def156 -Wno-missing-variable-declarations \

12