Home
last modified time | relevance | path

Searched refs:remove_all (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc42 SYMBOL(remove_all, std::experimental::filesystem::, <experimental/filesystem>)
H A DStdSymbolMap.inc3470 SYMBOL(remove_all, std::filesystem::, <filesystem>)
/freebsd/sys/powerpc/include/
H A Dmmuvar.h153 pmap_remove_all_t remove_all; member
/freebsd/sys/powerpc/powerpc/
H A Dpmap_dispatch.c154 DEFINE_PMAP_IFUNC(void, remove_all, (vm_page_t));
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.inc96 using std::filesystem::remove_all;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h271 inline _LIBCPP_HIDE_FROM_ABI uintmax_t remove_all(const path& __p) { return __remove_all(__p); } in remove_all() function
272 inline _LIBCPP_HIDE_FROM_ABI uintmax_t remove_all(const path& __p, error_code& __ec) { in remove_all() function
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c691 static int ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all) in ttm_bo_delayed_delete() argument
715 if (remove_all && ret) { in ttm_bo_delayed_delete()
722 !remove_all); in ttm_bo_delayed_delete()
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh167 sudo "${DMSETUP}" remove_all
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem496 uintmax_t remove_all(const path& p);
497 uintmax_t remove_all(const path& p, error_code& ec);
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h374 const char *type, int remove_all);
H A Dwpa_supplicant.c6257 const char *type, int remove_all) in radio_remove_works() argument
6268 if (!remove_all && work->wpa_s != wpa_s) in radio_remove_works()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c359 .remove_all = moea_remove_all,
H A Dmmu_oea64.c478 .remove_all = moea64_remove_all,
H A Dmmu_radix.c542 .remove_all = mmu_radix_remove_all,
/freebsd/sys/powerpc/booke/
H A Dpmap.c387 .remove_all = mmu_booke_remove_all,
/freebsd/sys/i386/i386/
H A Dpmap.c3204 __CONCAT(PMTYPE, remove_all)(vm_page_t m) in __CONCAT() argument
6469 PMM(remove_all)