Searched refs:priv_vfs_getfh (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/tools/regression/priv/
H A Dpriv_vfs_getfh.c30 * $FreeBSD: releng/10.3/tools/regression/priv/priv_vfs_getfh.c 172106 2007-09-09 23:08:39Z rwatson $
58 priv_vfs_getfh(int asroot, int injail, struct test *test) function
65 expect("priv_vfs_getfh(asroot, injail)", error, -1, EPERM);
67 expect("priv_vfs_getfh(asroot, !injail)", error, 0, 0);
69 expect("priv_vfs_getfh(!asroot, injail)", error, -1, EPERM);
71 expect("priv_vfs_getfh(!asroot, !injail)", error, -1, EPERM);
H A DMakefile39 priv_vfs_getfh.c \
H A Dmain.h263 void priv_vfs_getfh(int, int, struct test *);
H A Dmain.c298 { "priv_vfs_getfh", priv_vfs_getfh_setup, priv_vfs_getfh,

Completed in 56 milliseconds