Searched refs:priv_vfs_setgid_fother (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/tools/regression/priv/
H A Dmain.c313 { "priv_vfs_setgid_fother", priv_vfs_setgid_fother_setup,
314 priv_vfs_setgid_fother, priv_vfs_setgid_cleanup },
H A Dmain.h281 void priv_vfs_setgid_fother(int, int, struct test *);
H A Dpriv_vfs_setgid.c94 priv_vfs_setgid_fother(int asroot, int injail, struct test *test) function
100 expect("priv_vfs_setgid_fother(asroot, injail)", error, 0,
103 expect("priv_vfs_setgid_fother(asroot, !injail)", error, 0,
106 expect("priv_vfs_setgid_fother(!asroot, injail)", error, -1,
109 expect("priv_vfs_setgid_fother(!asroot, !injail)", error, -1,

Completed in 173 milliseconds