| /xnu-12377.41.6/osfmk/mach/ |
| H A D | coalition_notification.defs | 18 /* This is likely to change with 15385886. */
|
| H A D | thread_act.defs | 97 * 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 D | prof.defs | 55 * change marker to not FREE
|
| H A D | processor_set.defs | 133 change : boolean_t);
|
| H A D | task.defs | 390 change : boolean_t); 439 change : boolean_t);
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | remote_time.c | 54 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 D | README | 13 can change the number of servers and clients, the flavor of message, and other
|
| /xnu-12377.41.6/doc/building/ |
| H A D | bound_checks.md | 130 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 D | pageout_scan.md | 49 - 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 D | sanitize.md | 59 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 D | README.md | 188 * 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 D | kmsg.md | 220 anticipate for the "worse" size change possible. 351 anticipate for the "worse" size change possible.
|
| H A D | guard_exceptions.md | 174 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 D | Makefile | 36 export PATCH_PREFIX ?= change-under-test_
|
| H A D | APPLE_LICENSE | 43 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 D | IOService.iig | 253 * @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 D | README | 36 Note this implementations are subject to change, for an authoritative source,
|
| /xnu-12377.41.6/tests/ |
| H A D | disk_mount_conditioner.m | 272 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 D | stackshot_accuracy.m | 290 T_LOG("Cannot change freezeability as freezing is only available on embedded devices");
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | README | 54 i.e. if you have two devfs trees mounted, you can change the
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.rule | 82 # Rebuild if unifdef flags change 118 # Rebuild if unifdef flags change
|
| /xnu-12377.41.6/doc/debugging/ |
| H A D | debugging.md | 19 * 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 D | err_server.sub | 227 "(server/unix-signal) window size change",
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 3873 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 D | README.md | 200 To fix that, simply change `__private_extern__` to `__exported_hidden` or the `#pragma` pair with
|