Home
last modified time | relevance | path

Searched refs:cmd_pfs_getid (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/hammer2/
H A Dmain.c257 ecode = cmd_pfs_getid(sel_path, av[1], 0); in main()
266 ecode = cmd_pfs_getid(sel_path, av[1], 1); in main()
H A Dhammer2.h135 int cmd_pfs_getid(const char *sel_path, const char *name, int privateid);
H A Dcmd_pfs.c123 cmd_pfs_getid(const char *sel_path, const char *name, int privateid) in cmd_pfs_getid() function