Searched refs:errors (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/libsyscall/mach/mach/ |
| H A D | errorlib.h | 98 extern const struct error_system errors[err_max_system + 1];
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_tests.c | 214 unsigned int i, errors; in vm_test_collapse_compressor() local 216 errors = 0; in vm_test_collapse_compressor() 220 errors++; in vm_test_collapse_compressor() 233 errors); in vm_test_collapse_compressor() 234 if (errors) { in vm_test_collapse_compressor()
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | err_us.sub | 36 * A place to define User errors
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_memorystatus.c | 306 uint32_t *errors, uint64_t *memory_reclaimed); 846 uint32_t *errors, uint64_t *memory_reclaimed); 847 …ause, int aggr_count, int32_t priority_max, int32_t max_kills, uint32_t *errors, uint64_t *memory_… 848 static boolean_t memorystatus_kill_hiwat_proc(uint32_t *errors, boolean_t *purged, uint64_t *memory… 3715 memorystatus_act_on_hiwat_processes(uint32_t *errors, uint32_t *hwm_kill, boolean_t *post_snapshot,… in memorystatus_act_on_hiwat_processes() argument 3720 killed = memorystatus_kill_hiwat_proc(errors, &purged, memory_reclaimed); in memorystatus_act_on_hiwat_processes() 3890 uint32_t errors = 0; in memorystatus_act_aggressive() local 4019 &errors, &footprint_of_killed_proc); in memorystatus_act_aggressive() 4057 &errors, &footprint_of_killed_proc); in memorystatus_act_aggressive() 4075 uint32_t errors = 0; in memorystatus_thread() local [all …]
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 381 int errors = 0; in kr_log_bad_ring() local 389 errors++; in kr_log_bad_ring() 392 errors++; in kr_log_bad_ring() 412 if (errors != 0) { in kr_log_bad_ring() 413 SK_ERR("total %d errors", errors); in kr_log_bad_ring()
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | README.md | 275 …SyntaxError or TypeError or ValueError then please review your code and look for common errors like 374 …* Run syntax checker on each of the modified files. It will find basic formatting errors in the ch…
|
| H A D | kcdata.py | 188 return b.decode('utf-8', errors="surrogateescape")
|
| /xnu-8019.80.24/ |
| H A D | APPLE_LICENSE | 193 Code may contain errors that could cause failures or loss of data, and
|
| /xnu-8019.80.24/tests/ |
| H A D | hvtest_x86.m | 1707 /* One for all writes to 0xcd (ignoring queue full errors). */
|