Home
last modified time | relevance | path

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

12

/xnu-11215/makedefs/
H A DMakeInc.dir8 # 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 DMakeInc.cmd513 # 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.)
/xnu-11215/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-11215/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-11215/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-11215/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-11215/tools/lldbmacros/
H A Druff.toml25 dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
H A DREADME.md208 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 Dxnu.py143 variable = f" {vt.Bold}{vt.DarkGreen}{name}{vt.Reset} = "
147 out_str += variable + f"{vt.Oblique}{wline}\n"
/xnu-11215/config/
H A DREADME.DEBUG-kernel.txt27 NVRAM variable, reboot, and do:
/xnu-11215/tools/lldbmacros/tests/lldbtest/
H A Dunittest.py60 variable = f" {name} = "
64 out_str += variable + wline + "\n"
/xnu-11215/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-11215/doc/building/
H A Dxnu_version.md21 the `RC_DARWIN_KERNEL_VERSION` variable in the environment or overriding it on
/xnu-11215/libsyscall/mach/
H A Derr_server.sub47 "(server/env_mgr) variable not found",
48 "(server/env_mgr) wrong type of variable",
/xnu-11215/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-11215/bsd/sys/
H A Dcdefs.h1101 #define __CAST_AWAY_QUALIFIER(variable, qualifier, type) \ argument
1106 ((type)(variable)) \
/xnu-11215/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-11215/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-11215/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-11215/
H A DREADME.md112 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 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-11215/doc/debugging/
H A Ddebugging.md367 # Prepare data variable as described above.

12