Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 35) sorted by relevance

12

/xnu-11417.101.15/libkern/libkern/compression/
H A DMakefile14 INSTALL_MI_LIST = $(empty)
15 INSTALL_MI_LCL_LIST = $(empty)
16 INSTALL_KF_MI_LIST = $(empty)
/xnu-11417.101.15/libkern/libkern/apple_encrypted_archive/
H A DMakefile14 INSTALL_MI_LIST = $(empty)
15 INSTALL_MI_LCL_LIST = $(empty)
16 INSTALL_KF_MI_LIST = $(empty)
/xnu-11417.101.15/osfmk/vm/
H A Dvm_upl.c165 boolean_t *empty) in upl_abort_range() argument
188 *empty = FALSE; in upl_abort_range()
195 return upl_commit_range(upl, offset, size, UPL_COMMIT_FREE_ABSENT, NULL, 0, empty); in upl_abort_range()
235 *empty = FALSE; in upl_abort_range()
512 *empty = TRUE; in upl_abort_range()
549 if (*empty == TRUE) { in upl_abort_range()
550 *empty = vector_upl_set_subupl(vector_upl, upl, 0); in upl_abort_range()
572 boolean_t empty; in upl_abort() local
578 return upl_abort_range(upl, 0, upl->u_size, error, &empty); in upl_abort()
589 boolean_t *empty) in upl_commit_range() argument
[all …]
H A Dvm_swapfile_pager.c413 boolean_t empty; in swapfile_pager_data_request() local
419 upl_pl, pl_count, &empty); in swapfile_pager_data_request()
H A Dvm_apple_protect.c706 boolean_t empty; in apple_protect_pager_data_request() local
712 upl_pl, pl_count, &empty); in apple_protect_pager_data_request()
H A Dvm_shared_region_pager.c832 boolean_t empty; in shared_region_pager_data_request() local
838 upl_pl, pl_count, &empty); in shared_region_pager_data_request()
/xnu-11417.101.15/EXTERNAL_HEADERS/sys/_pthread/
H A DMakefile16 INSTALL_KF_MI_LCL_LIST = $(empty)
18 INSTALL_KF_MI_LIST = $(empty)
/xnu-11417.101.15/osfmk/prng/
H A DMakefile20 INSTALL_MI_LIST = $(empty)
23 INSTALL_KF_MI_LIST = $(empty)
/xnu-11417.101.15/osfmk/kperf/
H A DMakefile26 INSTALL_MI_LIST = $(empty)
29 INSTALL_KF_MI_LIST = $(empty)
/xnu-11417.101.15/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig71 * @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-11417.101.15/config/
H A DKasan_disabled.exports2 # so we generate an empty export list for non-KASan.
/xnu-11417.101.15/tests/
H A Dtest_sysctl_kern_procargs_25397314.m264 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-11417.101.15/osfmk/mach/
H A Dupl.defs86 out empty : boolean_t);
98 out empty : boolean_t);
/xnu-11417.101.15/makedefs/
H A DMakeInc.cmd217 # 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 DMakeInc.dir33 # but the empty string (but please just use 1 for consistency), then
/xnu-11417.101.15/
H A DMakefile380 .PHONY: empty
385 empty: target
/xnu-11417.101.15/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp1121 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-11417.101.15/tests/vm/
H A Dvm_allocation.c1008 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()
2544 …verify_pattern(empty, FALSE, mach_vm_trunc_page(get_vm_address()), round_page(get_vm_size() + 1), … in test_zero_filled_write()
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()
2750 …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 Dtest_vm_no_pager.m61 // Status and signal will be empty since we took over exception handling
/xnu-11417.101.15/tests/sched/sched_test_harness/
H A DREADME.md13 …ode-under-test but not actually needed by the test harness, we can create empty versions of those …
/xnu-11417.101.15/iokit/Kernel/
H A DIOServicePM.cpp9072 bool empty; in queuePMRequest() local
9099 empty = queue_empty(requestQueue); in queuePMRequest()
9101 if (empty) { in queuePMRequest()
9102 more = checkRequestQueue(requestQueue, &empty); in queuePMRequest()
9103 if (!empty) { in queuePMRequest()
9120 IOPMWorkQueue::checkRequestQueue( queue_head_t * requestQueue, bool * empty ) in checkRequestQueue() argument
9157 *empty = done; in checkRequestQueue()
9175 bool empty; in checkForWork() local
9201 more |= checkRequestQueue(&entry->RequestHead, &empty); in checkForWork()
9207 if (empty) { in checkForWork()
H A DIOServicePMPrivate.h801 bool checkRequestQueue( queue_head_t * queue, bool * empty );
/xnu-11417.101.15/libsyscall/mach/
H A Derr_kern.sub166 "(os/unix) directory is not empty",
H A Derr_server.sub90 "(server/ns) directory not empty",
/xnu-11417.101.15/bsd/kern/
H A Dubc_subr.c2845 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()

12