| /xnu-12377.41.6/libkern/libkern/compression/ |
| H A D | Makefile | 14 INSTALL_MI_LIST = $(empty) 15 INSTALL_MI_LCL_LIST = $(empty) 16 INSTALL_KF_MI_LIST = $(empty)
|
| /xnu-12377.41.6/libkern/libkern/apple_encrypted_archive/ |
| H A D | Makefile | 14 INSTALL_MI_LIST = $(empty) 15 INSTALL_MI_LCL_LIST = $(empty) 16 INSTALL_KF_MI_LIST = $(empty)
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_upl.c | 170 boolean_t *empty) in upl_abort_range() argument 193 *empty = FALSE; in upl_abort_range() 200 return upl_commit_range(upl, offset, size, UPL_COMMIT_FREE_ABSENT, NULL, 0, empty); in upl_abort_range() 240 *empty = FALSE; in upl_abort_range() 517 *empty = TRUE; in upl_abort_range() 554 if (*empty == TRUE) { in upl_abort_range() 555 *empty = vector_upl_set_subupl(vector_upl, upl, 0); in upl_abort_range() 577 boolean_t empty; in upl_abort() local 583 return upl_abort_range(upl, 0, upl->u_size, error, &empty); in upl_abort() 594 boolean_t *empty) in upl_commit_range() argument [all …]
|
| H A D | vm_swapfile_pager.c | 413 boolean_t empty; in swapfile_pager_data_request() local 419 upl_pl, pl_count, &empty); in swapfile_pager_data_request()
|
| H A D | vm_apple_protect.c | 703 boolean_t empty; in apple_protect_pager_data_request() local 709 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()
|
| H A D | vm_shared_region_pager.c | 829 boolean_t empty; in shared_region_pager_data_request() local 835 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | Makefile | 14 INSTALL_KF_MI_LIST = $(empty) 15 INSTALL_KF_MI_LCL_LIST = $(empty)
|
| /xnu-12377.41.6/EXTERNAL_HEADERS/sys/_pthread/ |
| H A D | Makefile | 16 INSTALL_KF_MI_LCL_LIST = $(empty) 18 INSTALL_KF_MI_LIST = $(empty)
|
| /xnu-12377.41.6/osfmk/prng/ |
| H A D | Makefile | 20 INSTALL_MI_LIST = $(empty) 23 INSTALL_KF_MI_LIST = $(empty)
|
| /xnu-12377.41.6/osfmk/kperf/ |
| H A D | Makefile | 26 INSTALL_MI_LIST = $(empty) 29 INSTALL_KF_MI_LIST = $(empty)
|
| /xnu-12377.41.6/iokit/DriverKit/ |
| H A D | IODataQueueDispatchSource.iig | 71 * @brief As a consumer, set the handler block to run when the queue becomes non-empty. 116 * @brief As a consumer, check if the data queue is non-empty. 117 * @return True if the queue is non-empty. 124 … * @param callback to invoked if the queue is non-empty with the next entry to be dequeued. 126 * kIOReturnUnderrun if the queue was empty. 134 * @param callback invoked if the queue was non-empty with the entry that was dequeued. 136 * kIOReturnUnderrun if the queue was empty. 158 * @param callback invoked if the queue was non-empty with the entry that was dequeued. 160 * kIOReturnUnderrun if the queue was empty.
|
| /xnu-12377.41.6/config/ |
| H A D | Kasan_disabled.exports | 2 # so we generate an empty export list for non-KASan.
|
| /xnu-12377.41.6/tests/ |
| H A D | test_sysctl_kern_procargs_25397314.m | 264 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty"); 270 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty"); 279 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty"); 309 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty"); 333 T_ASSERT_GT([procargs->executablePath length], 0, "executable path should not be empty");
|
| /xnu-12377.41.6/san/memory/ |
| H A D | kasan-denylist-dynamic | 8 # Any field can be empty, which matches everything
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | upl.defs | 86 out empty : boolean_t); 98 out empty : boolean_t);
|
| /xnu-12377.41.6/ |
| H A D | Makefile | 387 .PHONY: empty 392 empty: target
|
| /xnu-12377.41.6/tests/vm/ |
| H A D | vm_allocation.c | 1039 empty(mach_vm_address_t i) in empty() function 1678 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), aligned_size(get_vm_address(), … in test_zero_filled() 1685 …write_and_verify_pattern(empty, TRUE, get_vm_address(), round_page(get_vm_size()), "address-filled… in test_write_address_filled() 2123 verify_pattern(empty, FALSE, address, size, "zero-filled"); in test_write_pattern_deallocate_reallocate_zero_filled() 2406 write_read_verify_pattern(empty, TRUE, "address-filled"); in test_read_address_filled() 2565 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_write() 2566 verify_pattern(empty, FALSE, mach_vm_trunc_page(get_buffer_address()), in test_zero_filled_write() 2594 pattern_write(empty, TRUE, "address-filled"); in test_address_filled_write() 2748 write_copy_verify_pattern(empty, TRUE, "address-filled"); in test_copy_address_filled() 2768 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_copy_dest() [all …]
|
| H A D | test_vm_no_pager.m | 61 // Status and signal will be empty since we took over exception handling
|
| /xnu-12377.41.6/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 1121 ArenaEntry * empty = NULL; in attachArena() local 1132 if ((empty == NULL) && (entry->fArena == NULL)) { in attachArena() 1133 empty = entry; in attachArena() 1139 } else if (empty != NULL) { in attachArena() 1141 empty->fArena = arena; in attachArena() 1142 empty->fRegionOffset = regionOffset; in attachArena() 1143 empty->fRegionIndex = regionIndex; in attachArena()
|
| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.cmd | 217 # against the empty string to see if they haven't been set 554 # You can't assign a variable to an empty space without these 556 empty := 557 space := $(empty) $(empty)
|
| H A D | MakeInc.dir | 33 # but the empty string (but please just use 1 for consistency), then
|
| /xnu-12377.41.6/doc/allocators/ |
| H A D | guard-objects.md | 30 A chunk can be in three states: *empty* if all its slots are free, *partial* if 38 are preferred, and if no partial chunk exists, an empty chunk is allocated from 116 * if a chunk's slots are all fully free, the chunk is marked as empty, and is
|
| /xnu-12377.41.6/tests/sched/sched_test_harness/ |
| H A D | README.md | 13 …ode-under-test but not actually needed by the test harness, we can create empty versions of those …
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | pageout_scan.md | 114 - If the queues of interest are all empty, block for 50ms. There is nothing 170 - `purgeable(empty)`: object has already been purged, free the page.
|
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 9163 bool empty; in queuePMRequest() local 9190 empty = queue_empty(requestQueue); in queuePMRequest() 9192 if (empty) { in queuePMRequest() 9193 more = checkRequestQueue(requestQueue, &empty); in queuePMRequest() 9194 if (!empty) { in queuePMRequest() 9211 IOPMWorkQueue::checkRequestQueue( queue_head_t * requestQueue, bool * empty ) in checkRequestQueue() argument 9248 *empty = done; in checkRequestQueue() 9266 bool empty; in checkForWork() local 9292 more |= checkRequestQueue(&entry->RequestHead, &empty); in checkForWork() 9298 if (empty) { in checkForWork()
|