Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dfilesystem201 uintmax_t remove_all(const path& p);
202 uintmax_t remove_all(const path& p, error_code& ec);
/freebsd-13.1/sys/powerpc/include/
H A Dmmuvar.h155 pmap_remove_all_t remove_all; member
/freebsd-13.1/sys/powerpc/powerpc/
H A Dpmap_dispatch.c156 DEFINE_PMAP_IFUNC(void, remove_all, (vm_page_t));
/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_bo.c693 static int ttm_bo_delayed_delete(struct ttm_bo_device *bdev, bool remove_all) in ttm_bo_delayed_delete() argument
717 if (remove_all && ret) { in ttm_bo_delayed_delete()
724 !remove_all); in ttm_bo_delayed_delete()
/freebsd-13.1/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh168 sudo "${DMSETUP}" remove_all
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem201 uintmax_t remove_all(const path& p);
202 uintmax_t remove_all(const path& p, error_code& ec);
2238 inline _LIBCPP_INLINE_VISIBILITY uintmax_t remove_all(const path& __p) {
2242 inline _LIBCPP_INLINE_VISIBILITY uintmax_t remove_all(const path& __p,
/freebsd-13.1/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-13.1/sys/powerpc/booke/
H A Dpmap.c388 .remove_all = mmu_booke_remove_all,
/freebsd-13.1/sys/powerpc/aim/
H A Dmmu_oea.c361 .remove_all = moea_remove_all,
H A Dmmu_oea64.c475 .remove_all = moea64_remove_all,
H A Dmmu_radix.c536 .remove_all = mmu_radix_remove_all,
/freebsd-13.1/sys/i386/i386/
H A Dpmap.c3221 __CONCAT(PMTYPE, remove_all)(vm_page_t m) in __CONCAT() argument
6383 PMM(remove_all)