Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/amd/fixmount/
Dfixmount.c74 int remove_all(CLIENT *, char *);
220 remove_all(CLIENT *client, char *host) in remove_all() function
449 remove_all(client, host); in main()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DFileSystem.h351 error_code remove_all(const Twine &path, uint32_t &num_removed);
355 inline error_code remove_all(const Twine &Path) { in remove_all() function
357 return remove_all(Path, Removed); in remove_all()
/freebsd-10-stable/sys/dev/drm2/ttm/
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-10-stable/contrib/llvm/lib/Support/
DPath.cpp1014 error_code remove_all(const Twine &path, uint32_t &num_removed) { in remove_all() function
/freebsd-10-stable/sys/powerpc/powerpc/
Dmmu_if.m593 METHOD void remove_all {