Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/doc/building/
H A Dxnu_version.md20 The derivation above can be bypassed and the xnu version customized by setting
H A Dxnu_build_consolidation.md33 * Just like other components, the kernel has its share of responsibility when it comes to setting u…
/xnu-11215/doc/arm/
H A Dsme.md83 set, so software usually toggles both bits at the same time. However setting
86 to execute FPSIMD instructions, setting `PSTATE.{SM,ZA} = {0,1}` will do so
112 indicate higher priorities, and that setting `SMPRI_EL1 = 0` on all CPUs is a
119 trapping, by populating the lookup table register `SMPRIMAP_EL2` and setting the
/xnu-11215/
H A DREADME.md75 …with the `EXTRA_CFLAGS` build setting. These flags are appended to the base `CFLAGS`, and the defa…
77 > This setting allows you to e.g. selectively turn on debugging code that is guarded by a preproces…
118 This can be customized by setting the `RC_DARWIN_KERNEL_VERSION` variable in
276 setting, respectively. If your header is architecture-specific, then you should
/xnu-11215/tests/
H A Dstackshot_accuracy.m384 T_DECL(basic_singleproc, "test that no-fault stackshot works correctly in single process setting", …
390 …oc_spin, "test that no-fault stackshot works correctly in single process setting with spinning", T…
473 T_DECL(fault_singleproc, "test that faulting stackshots work correctly in a single process setting"…
H A Dstackshot_tests.m635 …T_QUIET; T_ASSERT_POSIX_SUCCESS(setenv(CACHEADDR_ENV, env_addr, true), "setting "CACHEADDR_ENV" to…
/xnu-11215/doc/primitives/
H A Dsched_cond.md45 …the thread will still yield (D), thus spending precious CPU cycles setting itself up to block only
/xnu-11215/bsd/vfs/
H A Dvfs_xattr.c1521 static int get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context);
3434 get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context) in get_xattrinfo() argument
3456 if (setting) { in get_xattrinfo()
3532 if (filehdr->entries[i].length == 0 && !setting) { in get_xattrinfo()
3542 if (filehdr->entries[i].length == sizeof(rsrcfork_header_t) && !setting) { in get_xattrinfo()
3591 if (setting && ainfop->finderinfo->length == FINDERINFOSIZE) { in get_xattrinfo()
H A Dvfs_syscalls.c13243 xattr_entitlement_check(const char *attrname, vfs_context_t ctx, bool setting) in xattr_entitlement_check() argument
13250 if ((!setting && vfs_context_issuser(ctx)) || in xattr_entitlement_check()
/xnu-11215/osfmk/tests/
H A DREADME.md90 The xnupost subsystem provides mechanism for setting up a `panic widget`. This widget can check for…
/xnu-11215/tools/lldbmacros/
H A DREADME.md26 …ent by default does not allow loading automatic python modules. Please add the following setting in
444 …If you do not wish to change anything in operating_system plugin then just leave the setting empty…
/xnu-11215/doc/debugging/
H A Ddebugging.md145 # Run the lint either by setting your path to point to one of the runtimes
/xnu-11215/doc/vm/
H A Dfreezer.md50 Some XPC services opt out of freezing by setting `DisableFreezing` to true in the [RunningBoard](ht…
/xnu-11215/makedefs/
H A DMakeInc.top319 # after setting up the parallel hierarchy in the TARGET directory
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp5831 OSSharedPtr<const OSSymbol> setting = OSSymbol::withCString(kIOPMSettingRestartOnPowerLossKey); local
5833 if (setting && num) {
5834 setPMSetting(setting.get(), num.get());