Searched refs:remove_all (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.inc96 using std::filesystem::remove_all;
/freebsd-current/sys/powerpc/include/
H A Dmmuvar.h153 pmap_remove_all_t remove_all; member in struct:pmap_funcs
/freebsd-current/sys/powerpc/powerpc/
H A Dpmap_dispatch.c154 DEFINE_PMAP_IFUNC(void, remove_all, (vm_page_t));
/freebsd-current/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); } function
272 inline _LIBCPP_HIDE_FROM_ABI uintmax_t remove_all(const path& __p, error_code& __ec) { function
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_bo.c691 static int ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all) argument
715 if (remove_all && ret) {
722 !remove_all);
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh167 sudo "${DMSETUP}" remove_all
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h374 const char *type, int remove_all);
H A Dwpa_supplicant.c6253 * @remove_all: 1 to remove all the works on this radio, 0 to remove only
6257 const char *type, int remove_all)
6268 if (!remove_all && work->wpa_s != wpa_s)
6256 radio_remove_works(struct wpa_supplicant *wpa_s, const char *type, int remove_all) argument
/freebsd-current/sys/powerpc/aim/
H A Dmmu_oea.c359 .remove_all = moea_remove_all,
H A Dmmu_oea64.c478 .remove_all = moea64_remove_all,
2807 CTR1(KTR_PMAP, "%s: demote before remove_all",
H A Dmmu_radix.c542 .remove_all = mmu_radix_remove_all,
/freebsd-current/sys/powerpc/booke/
H A Dpmap.c387 .remove_all = mmu_booke_remove_all,
/freebsd-current/sys/i386/i386/
H A Dpmap.c3204 __CONCAT(PMTYPE, remove_all)(vm_page_t m)
6469 PMM(remove_all)

Completed in 180 milliseconds