Home
last modified time | relevance | path

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

12

/xnu-11215/tests/
H A Drename_excl.c26 (void) remove(TEST_FILE1); in cleanup()
27 (void) remove(TEST_FILE1_UC); in cleanup()
28 (void) remove(TEST_FILE2); in cleanup()
29 (void) remove(TEST_FILE3_HL); in cleanup()
H A Dpwrite_avoid_sigxfsz_28581610.c45 remove(TMP_FILE_PATH);
92 remove(TMP_FILE_PATH);
H A Ddisk_mount_conditioner.c388 atexit_b(^{ remove(path); }); in mktempdir()
461 atexit_b(^{ remove(dev_disk_file); }); in mkramdisk()
472 remove(dev_disk_file); in mkramdisk()
521 atexit_b(^{ remove(temp_path); }); in perf_setup()
H A Dxnu_quick_test.c55 remove(my_pathp);
H A Diopolicy.c41 (void)remove(g_testfile); in exit_cleanup()
H A Dproc_core_name_24152432.c122 ret = remove(buf); in look_for_coredump()
/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h114 virtual void remove() APPLE_KEXT_OVERRIDE;
136 virtual void remove() APPLE_KEXT_OVERRIDE;
151 virtual void remove() APPLE_KEXT_OVERRIDE;
H A DIONVRAM.cpp1789 bool remove = false; in setPropertyWithGUIDAndName() local
1903 remove = true; in setPropertyWithGUIDAndName()
1931 if (remove == false) { in setPropertyWithGUIDAndName()
H A DIONVRAMCHRPHandler.cpp735 bool remove = (object == nullptr); in setVariableInternal() local
747 if (remove == false) { in setVariableInternal()
/xnu-11215/iokit/IOKit/
H A DIONotifier.h54 virtual void remove() = 0;
/xnu-11215/san/tools/
H A Dkasan_install88 *uninstall|*del*|*remove|*rm)
/xnu-11215/tests/sched/
H A Doverloaded_runqueue.c144 ret = remove(trace_location); in delete_trace_file()
274 ret = remove(filepath_arr);
H A Dsched_test_utils.c388 ret = remove(handle->abs_filename); in begin_collect_trace_fmt()
517 ret = remove(trace_state->abs_filename); in discard_collected_trace()
H A Dthread_group_flags.c163 ret = remove(trace_location); in delete_trace_file()
174 ret = remove(filepath); in make_ktrace_filepath()
/xnu-11215/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp78 notifier->remove(); in stop()
/xnu-11215/tools/tests/perf_index/
H A Dtest_controller.py17 client_sockets_set.remove(client_socket)
/xnu-11215/libkern/c++/
H A Dpriority_queue.cpp379 remove(queue_t que, entry_t elt) in remove() function
440 return pqueue_t::remove(que, elt); \
/xnu-11215/bsd/miscfs/devfs/
H A DREADME56 e.g. remove or rename nodes
92 a driver decides to remove a device from the backing tree, the FS
/xnu-11215/osfmk/mach/
H A Ddoubleagent_mig.defs86 in name : xattrname; /* xattr name to remove */
/xnu-11215/osfmk/kern/
H A Dexclaves_upcalls.c157 .remove = ^(const enum xnuupcalls_fstag_s fstag, const uint64_t rootid,
368 .remove = ^(const uint32_t fstag, const uint64_t rootid,
/xnu-11215/doc/vm/
H A Dfreezer.md38remove them we discovered they were masking an interesting bug: wired memory. IOSurface takes out …
80 Since thawing an app does not remove the frozen bit, processes generally remain in the freezer unti…
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c4803 bool remove; local
4824 remove = false;
4829 remove = true;
4834 if (remove) {
4975 if (remove) {
5135 if (!remove && !issue_tlbi) {
5179 if (remove) {
5216 if (remove) {
5256 if (remove) {
5272 if (!remove) {
[all …]
/xnu-11215/osfmk/i386/
H A Dpmap_x86_common.c1720 boolean_t remove; in pmap_page_protect_options() local
1747 remove = FALSE; in pmap_page_protect_options()
1752 remove = TRUE; in pmap_page_protect_options()
1799 if (remove) { in pmap_page_protect_options()
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.c4148 bool remove = false; local
4180 remove = true;
4189 assert((flush_range == NULL) || !remove);
4244 if (remove) { \
4302 if (remove) {
4451 if (remove) {
4534 if (remove) {
4547 if (remove) {
4581 if (remove) {
4592 if (remove) {
[all …]
/xnu-11215/iokit/DriverKit/
H A DOSAction.iig122 … * invoke the handler in the owner. A task exiting will always remove its references.

12