| /xnu-11215/libsyscall/mach/ |
| H A D | mach_error_string.c | 119 int sub, system; in mach_error_type() local 123 system = err_get_system(err); in mach_error_type() 124 sys_p = &_mach_errors[system]; in mach_error_type() 127 if (system <= err_max_system && sys_p->map_table) { in mach_error_type() 131 if (system > err_max_system || sub >= sys_p->max_sub) { in mach_error_type() 144 int sub, system, code; in mach_error_string_int() local 148 system = err_get_system(err); in mach_error_string_int() 149 sys_p = &_mach_errors[system]; in mach_error_string_int() 155 if (system > err_max_system) { in mach_error_string_int()
|
| H A D | err_server.sub | 171 "(server/object system) GENERIC ERROR", 172 "(server/object system) object not found", 173 "(server/object system) no such operation", 174 "(server/object system) undefined ipc method arguments", 175 "(server/object system) too many arguments to method", 176 "(server/object system) bad ipc message format", 211 "(server/unix-signal) system error", 308 /* server/9; generic US system */ 322 /* server/11; MachObject system */ 324 "(server/object system)",
|
| H A D | processor.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | restartable.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | processor_set.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | exc.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | mach_vm.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | host_priv.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | mach_eventlink.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | mach_port.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | clock.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | task.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | host_security.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | mach_voucher.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | clock_priv.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| H A D | thread_act.defs | 11 * unlawful or unlicensed copies of an Apple operating system, or to 13 * terms of an Apple operating system software license agreement.
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | perfindex-compile.c | 20 retval = system(cmd); 39 retval = system(cmd); 52 retval = system(cmd);
|
| H A D | ramdisk.c | 17 retval = system(cmd); in setup_ram_volume() 36 retval = system(cmd); in cleanup_ram_volume()
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus.md | 8 The xnu memorystatus subsystem is responsible for recovering the system when we're running dangerou… 18 One of the most common actions is to kill 1 or more processes in an attempt to recover the system. 19 In addition to monitoring system level resources, the memorystatus code is also responsible 61 1. Fill in the system health state by calling `memorystatus_health_check`) 63 1. Check if the system is healthy via `memorystatus_is_system_healthy` 64 …system is unhealthy, pick a recovery action and perform it. See `memorystatus_pick_action` (in `bs… 65 1. Go back to step 1 until the system is healthy and the thread can block. 69 thread is woken up *blindly* and it will do a full system health check. 73 The memorystatus subsystem has 210 priority levels. Every process in the system (except launchd) ha… 172 a snapshot of the system at the time that memorystatus performed [all …]
|
| H A D | memorystatus_kills.md | 9 … etc...), and if the kill targets 1 pid or kills up the jetsam bands until the system is recovered. 35 When the system hits the vnode limit, and the VFS subsystem is not able to recycle any vnodes, we k… 59 The system is causing too much pressure file backed memory. Specifically the phantom cache has dete… 71 This only happens on platforms with `CONFIG_FREEZE`. Currently this is just iOS. When the system is… 100 We're on an app swap enabled system (currently M1 or later iPads) and we're unable to allocate more… 108 Many system services (especially dasd) check the pressure level before doing work, so it's not good… 113 …hat the memorystatus thread will perform to recover the system. It does this based on the system h… 117 If the system is unhealthy, see `memorystatus_is_system_healthy` in `bsd/kern/kern_memorystatus_pol… 118 …ILL_TOP_PROCESS` and pick the specific kill cause based on the reason that the system is unhealthy. 120 …d `MEMORYSTATUS_KILL_SWAPPABLE_SUSPENDED` actions. These happen when the system is under pressure …
|
| H A D | memorystatus_notify.md | 49 the system that is either free or reclaimable (everything that is not either 75 Kernel/kext threads may monitor the system pressure level via 98 the working set of processes. On a healthy system, this should be at least a 100 system. If overall memory demand is such that, even with compression, the 101 working set no longer fits in available memory, then the system begins making
|
| /xnu-11215/doc/observability/ |
| H A D | cpu_counters.md | 22 - kpc: The Kernel Performance Counter system is the oldest subsystem and still manages the configur… 25 - Monotonic: The Monotonic system provides access to the fixed CPMU counters with limited support f… 30 Eventually, cpc will subsume kpc's and Monotonic's roles in the system. 40 - The kperf profiling system can trigger samples of thread states and call stacks using CPMU PMIs, …
|
| /xnu-11215/config/ |
| H A D | MASTER | 46 # xlarge = extra large scale system configuration 47 # large = large scale system configuration 48 # medium = medium scale system configuration 49 # small = small scale system configuration 50 # xsmall = extra small scale system configuration 51 # bsmall = special extra small scale system configuration 106 options CONFIG_FSE # file system events # <config_fse> 128 # file system features 130 options QUOTA # file system quotas # <quota> 588 # statistics gathering, which will slow down the system [all …]
|
| /xnu-11215/tests/ |
| H A D | posix_spawn_alt_rosetta.c | 33 system("mkdir -p /usr/local/libexec/oah"); 34 …system("cp /Library/Apple/usr/libexec/rosetta/runtime /usr/local/libexec/rosetta/runtime_internal"…
|
| /xnu-11215/bsd/net/ |
| H A D | net.modulemap | 1 module Darwin.POSIX.net [system] { 18 module Darwin.net [system] {
|