Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 31) sorted by relevance

12

/xnu-12377.41.6/osfmk/mach/
H A Dcoalition_notification.defs18 /* This is likely to change with 15385886. */
H A Dthread_act.defs97 * target thread. This will have to change in the future because
124 * If the thread is currently executing, the state change
158 * If the thread is currently executing, the state change
H A Dprof.defs55 * change marker to not FREE
H A Dprocessor_set.defs133 change : boolean_t);
H A Dtask.defs390 change : boolean_t);
439 change : boolean_t);
/xnu-12377.41.6/osfmk/kern/
H A Dremote_time.c54 uint32_t mach_bridge_timer_enable(uint32_t new_value, int change);
86 mach_bridge_timer_enable(uint32_t new_value, int change) in mach_bridge_timer_enable() argument
91 if (change) { in mach_bridge_timer_enable()
/xnu-12377.41.6/tools/tests/MPMMTest/
H A DREADME13 can change the number of servers and clients, the flavor of message, and other
/xnu-12377.41.6/doc/building/
H A Dbound_checks.md130 This strategy can save your change and other people's changes even in the face
165 `bound-checks-soft` is enabled separately from the code change because even
169 qualification, integrators only need to back out the `bound-checks-soft` change
171 change. Reverting entire changes is a very destructive integration action: any
184 The expectation is that, once the telemetry is collected, you will change the
199 enabled, we can change `bound-checks-soft` to the plain `bound-checks`. This is
/xnu-12377.41.6/doc/vm/
H A Dpageout_scan.md49 - How will varying compression ratios change the effectiveness of the
122 change state to `FCS_DEADLOCK_DETECTED`. Else, block.
123 - `FCS_DEADLOCK_DETECTED`: If the reclamation target is met, change state
H A Dsanitize.md59 Error code rewrites change the error code to better match historical
269 files. If you change the error code of a VM API, or define a new flag bit that
/xnu-12377.41.6/tools/lldbmacros/
H A DREADME.md188 * you happily change a function code in memory.py file to zprint macro.
199 … xnudebug command as it does the plumbing of commands and types for your change in the module. Oth…
272 …Q. I made a change in a python file for a command or summary, but the output is not reflected in t…
276 …please see [Section C. -> SPECIAL Note]. If the change is to basic class or caching mechanism than…
322 …* [ I'd first create a format string for data and then for the header just change the x's and d's …
444 …If you do not wish to change anything in operating_system plugin then just leave the setting empty…
/xnu-12377.41.6/doc/mach_ipc/
H A Dkmsg.md220 anticipate for the "worse" size change possible.
351 anticipate for the "worse" size change possible.
H A Dguard_exceptions.md174 to change thread state via replying to a Mach exception message), and that this
313 The `task_exc_guard_default` boot-arg can be used to change these defaults.
/xnu-12377.41.6/
H A DMakefile36 export PATCH_PREFIX ?= change-under-test_
H A DAPPLE_LICENSE43 1.6 "Modifications" mean any addition to, deletion from, and/or change
110 stating that You changed the files and the date of any change; and
/xnu-12377.41.6/iokit/DriverKit/
H A DIOService.iig253 * @brief Notification of change in power state of a provider.
350 …* The best way by far to handle this is to change how you schedule your time-critical DMA ope…
369 …* Adjusting the busy state of a service to or from zero will change the provider's bus…
/xnu-12377.41.6/tools/tests/perf_index/
H A DREADME36 Note this implementations are subject to change, for an authoritative source,
/xnu-12377.41.6/tests/
H A Ddisk_mount_conditioner.m272 T_ASSERT_EQ_INT(0, err, "fsctl.set should not change info without root");
373 T_ASSERT_EQ_INT(0, err, "fsctl.set should not change info without entitlement");
H A Dstackshot_accuracy.m290 T_LOG("Cannot change freezeability as freezing is only available on embedded devices");
/xnu-12377.41.6/bsd/miscfs/devfs/
H A DREADME54 i.e. if you have two devfs trees mounted, you can change the
/xnu-12377.41.6/makedefs/
H A DMakeInc.rule82 # Rebuild if unifdef flags change
118 # Rebuild if unifdef flags change
/xnu-12377.41.6/doc/debugging/
H A Ddebugging.md19 * New imports may change the order of imports, leading to some surpising side effects.
168 Depending on the change, test other targets and architectures (for instance, both Astris and KDP).
/xnu-12377.41.6/libsyscall/mach/
H A Derr_server.sub227 "(server/unix-signal) window size change",
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c3873 int change = 0; in VNOP_SETATTR() local
3879 change = 1; in VNOP_SETATTR()
3883 change = 1; in VNOP_SETATTR()
3887 change = 1; in VNOP_SETATTR()
3889 if (change) { in VNOP_SETATTR()
/xnu-12377.41.6/tests/unit/
H A DREADME.md200 To fix that, simply change `__private_extern__` to `__exported_hidden` or the `#pragma` pair with

12