Searched refs:remove_all (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdTsSymbolMap.inc | 42 SYMBOL(remove_all, std::experimental::filesystem::, <experimental/filesystem>)
|
H A D | StdSymbolMap.inc | 3470 SYMBOL(remove_all, std::filesystem::, <filesystem>)
|
/freebsd/sys/powerpc/include/ |
H A D | mmuvar.h | 153 pmap_remove_all_t remove_all; member
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | filesystem.cppm |
|
/freebsd/sys/powerpc/powerpc/ |
H A D | pmap_dispatch.c | 154 DEFINE_PMAP_IFUNC(void, remove_all, (vm_page_t));
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 270 inline _LIBCPP_HIDE_FROM_ABI uintmax_t remove_all(const path& __p) { return __remove_all(__p); } in remove_all() function 271 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 D | ttm_bo.c | 691 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/contrib/llvm-project/libcxx/include/ |
H A D | filesystem | 496 uintmax_t remove_all(const path& p); 497 uintmax_t remove_all(const path& p, error_code& ec);
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-tests.sh | 168 sudo "${DMSETUP}" remove_all
|
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 1684 …name = oid = prime = a = b = gx = gy = g = order = cofactor = ECfile = remove = remove_all = add_t… 1730 remove_all = True 1783 if remove_all == True:
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 376 const char *type, int remove_all);
|
H A D | wpa_supplicant.c | 6896 const char *type, int remove_all) in radio_remove_works() argument 6907 if (!remove_all && work->wpa_s != wpa_s) in radio_remove_works()
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea.c | 359 .remove_all = moea_remove_all,
|
H A D | mmu_oea64.c | 478 .remove_all = moea64_remove_all,
|
H A D | mmu_radix.c | 542 .remove_all = mmu_radix_remove_all,
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 3195 __CONCAT(PMTYPE, remove_all)(vm_page_t m) in __CONCAT() argument 6460 PMM(remove_all)
|