Home
last modified time | relevance | path

Searched defs:remove_all (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h270 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/powerpc/include/
H A Dmmuvar.h153 pmap_remove_all_t remove_all; member
/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()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c6896 const char *type, int remove_all) in radio_remove_works()
/freebsd/sys/i386/i386/
H A Dpmap.c3204 __CONCAT(PMTYPE, remove_all)(vm_page_t m) in __CONCAT() argument