| /xnu-11215/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-11215/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-11215/osfmk/vm/ |
| H A D | vm_upl.c | 163 boolean_t *empty) in upl_abort_range() argument 186 *empty = FALSE; in upl_abort_range() 233 *empty = FALSE; in upl_abort_range() 505 *empty = TRUE; in upl_abort_range() 542 if (*empty == TRUE) { in upl_abort_range() 565 boolean_t empty; in upl_abort() local 582 boolean_t *empty) in upl_commit_range() argument 618 *empty = FALSE; in upl_commit_range() 1284 *empty = TRUE; in upl_commit_range() 1322 if (*empty == TRUE) { in upl_commit_range() [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 | 699 boolean_t empty; in apple_protect_pager_data_request() local 705 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()
|
| H A D | vm_shared_region_pager.c | 832 boolean_t empty; in shared_region_pager_data_request() local 838 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
|
| /xnu-11215/EXTERNAL_HEADERS/sys/_pthread/ |
| H A D | Makefile | 16 INSTALL_KF_MI_LCL_LIST = $(empty) 18 INSTALL_KF_MI_LIST = $(empty)
|
| /xnu-11215/osfmk/prng/ |
| H A D | Makefile | 20 INSTALL_MI_LIST = $(empty) 23 INSTALL_KF_MI_LIST = $(empty)
|
| /xnu-11215/osfmk/kperf/ |
| H A D | Makefile | 26 INSTALL_MI_LIST = $(empty) 29 INSTALL_KF_MI_LIST = $(empty)
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IODataQueueDispatchSource.iig | 72 * @brief As a consumer, set the handler block to run when the queue becomes non-empty. 117 * @brief As a consumer, check if the data queue is non-empty. 118 * @return True if the queue is non-empty. 125 … * @param callback to invoked if the queue is non-empty with the next entry to be dequeued. 127 * kIOReturnUnderrun if the queue was empty. 135 * @param callback invoked if the queue was non-empty with the entry that was dequeued. 137 * kIOReturnUnderrun if the queue was empty. 159 * @param callback invoked if the queue was non-empty with the entry that was dequeued. 161 * kIOReturnUnderrun if the queue was empty.
|
| /xnu-11215/config/ |
| H A D | Kasan_disabled.exports | 2 # so we generate an empty export list for non-KASan.
|
| /xnu-11215/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-11215/san/memory/ |
| H A D | kasan-blacklist-dynamic | 8 # Any field can be empty, which matches everything
|
| /xnu-11215/osfmk/mach/ |
| H A D | upl.defs | 86 out empty : boolean_t); 98 out empty : boolean_t);
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.cmd | 217 # against the empty string to see if they haven't been set 513 # You can't assign a variable to an empty space without these 515 empty := 516 space := $(empty) $(empty)
|
| H A D | MakeInc.dir | 33 # but the empty string (but please just use 1 for consistency), then
|
| /xnu-11215/ |
| H A D | Makefile | 380 .PHONY: empty 385 empty: target
|
| /xnu-11215/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-11215/tests/vm/ |
| H A D | vm_allocation.c | 1008 empty(mach_vm_address_t i) in empty() function 1562 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), aligned_size(get_vm_address(), … in test_zero_filled() 1569 …write_and_verify_pattern(empty, TRUE, get_vm_address(), round_page(get_vm_size()), "address-filled… in test_write_address_filled() 2058 verify_pattern(empty, FALSE, address, size, "zero-filled"); in test_write_pattern_deallocate_reallocate_zero_filled() 2385 write_read_verify_pattern(empty, TRUE, "address-filled"); in test_read_address_filled() 2545 verify_pattern(empty, FALSE, mach_vm_trunc_page(get_buffer_address()), in test_zero_filled_write() 2573 pattern_write(empty, TRUE, "address-filled"); in test_address_filled_write() 2730 write_copy_verify_pattern(empty, TRUE, "address-filled"); in test_copy_address_filled() 2751 verify_pattern(empty, FALSE, mach_vm_trunc_page(get_buffer_address()), in test_zero_filled_copy_dest() 3319 filter_addresses_do_else(empty, FALSE, address, size, write_address, write_address, start); in write_region() [all …]
|
| H A D | test_vm_no_pager.m | 61 // Status and signal will be empty since we took over exception handling
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 9048 bool empty; in queuePMRequest() local 9075 empty = queue_empty(requestQueue); in queuePMRequest() 9077 if (empty) { in queuePMRequest() 9078 more = checkRequestQueue(requestQueue, &empty); in queuePMRequest() 9079 if (!empty) { in queuePMRequest() 9096 IOPMWorkQueue::checkRequestQueue( queue_head_t * requestQueue, bool * empty ) in checkRequestQueue() argument 9133 *empty = done; in checkRequestQueue() 9151 bool empty; in checkForWork() local 9177 more |= checkRequestQueue(&entry->RequestHead, &empty); in checkForWork() 9183 if (empty) { in checkForWork()
|
| H A D | IOServicePMPrivate.h | 800 bool checkRequestQueue( queue_head_t * queue, bool * empty );
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_kern.sub | 166 "(os/unix) directory is not empty",
|
| H A D | err_server.sub | 90 "(server/ns) directory not empty",
|
| /xnu-11215/bsd/kern/ |
| H A D | ubc_subr.c | 2845 boolean_t empty; in ubc_upl_commit_range() local 2859 pl, MAX_UPL_SIZE_BYTES >> PAGE_SHIFT, &empty); in ubc_upl_commit_range() 2861 if ((flags & UPL_COMMIT_FREE_ON_EMPTY) && empty) { in ubc_upl_commit_range() 2922 boolean_t empty = FALSE; in ubc_upl_abort_range() local 2928 kr = upl_abort_range(upl, offset, size, abort_flags, &empty); in ubc_upl_abort_range() 2930 if ((abort_flags & UPL_ABORT_FREE_ON_EMPTY) && empty) { in ubc_upl_abort_range()
|