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

/freebsd-13-stable/tools/regression/priv/
H A DMakefile35 priv_vfs_fhopen.c \
H A Dpriv_vfs_fhopen.c67 priv_vfs_fhopen(int asroot, int injail, struct test *test) function
80 expect("priv_vfs_fhopen(asroot, injail)", error, -1, EPERM);
82 expect("priv_vfs_fhopen(asroot, !injail)", error, 0, 0);
84 expect("priv_vfs_fhopen(!asroot, injail)", error, -1, EPERM);
86 expect("priv_vfs_fhopen(!asroot, !injail)", error, -1, EPERM);
H A Dmain.h247 void priv_vfs_fhopen(int, int, struct test *);
H A Dmain.c286 { "priv_vfs_fhopen", priv_vfs_fhopen_setup, priv_vfs_fhopen,

Completed in 110 milliseconds