| /xnu-11215/tests/ |
| H A D | rename_excl.c | 26 (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 D | pwrite_avoid_sigxfsz_28581610.c | 45 remove(TMP_FILE_PATH); 92 remove(TMP_FILE_PATH);
|
| H A D | disk_mount_conditioner.c | 388 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 D | xnu_quick_test.c | 55 remove(my_pathp);
|
| H A D | iopolicy.c | 41 (void)remove(g_testfile); in exit_cleanup()
|
| H A D | proc_core_name_24152432.c | 122 ret = remove(buf); in look_for_coredump()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePrivate.h | 114 virtual void remove() APPLE_KEXT_OVERRIDE; 136 virtual void remove() APPLE_KEXT_OVERRIDE; 151 virtual void remove() APPLE_KEXT_OVERRIDE;
|
| H A D | IONVRAM.cpp | 1789 bool remove = false; in setPropertyWithGUIDAndName() local 1903 remove = true; in setPropertyWithGUIDAndName() 1931 if (remove == false) { in setPropertyWithGUIDAndName()
|
| H A D | IONVRAMCHRPHandler.cpp | 735 bool remove = (object == nullptr); in setVariableInternal() local 747 if (remove == false) { in setVariableInternal()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IONotifier.h | 54 virtual void remove() = 0;
|
| /xnu-11215/san/tools/ |
| H A D | kasan_install | 88 *uninstall|*del*|*remove|*rm)
|
| /xnu-11215/tests/sched/ |
| H A D | overloaded_runqueue.c | 144 ret = remove(trace_location); in delete_trace_file() 274 ret = remove(filepath_arr);
|
| H A D | sched_test_utils.c | 388 ret = remove(handle->abs_filename); in begin_collect_trace_fmt() 517 ret = remove(trace_state->abs_filename); in discard_collected_trace()
|
| H A D | thread_group_flags.c | 163 ret = remove(trace_location); in delete_trace_file() 174 ret = remove(filepath); in make_ktrace_filepath()
|
| /xnu-11215/iokit/Families/IOSystemManagement/ |
| H A D | IOWatchDogTimer.cpp | 78 notifier->remove(); in stop()
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | test_controller.py | 17 client_sockets_set.remove(client_socket)
|
| /xnu-11215/libkern/c++/ |
| H A D | priority_queue.cpp | 379 remove(queue_t que, entry_t elt) in remove() function 440 return pqueue_t::remove(que, elt); \
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | README | 56 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 D | doubleagent_mig.defs | 86 in name : xattrname; /* xattr name to remove */
|
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_upcalls.c | 157 .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 D | freezer.md | 38 …remove 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 D | pmap.c | 4803 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 D | pmap_x86_common.c | 1720 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 D | pmap.c | 4148 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 D | OSAction.iig | 122 … * invoke the handler in the owner. A task exiting will always remove its references.
|