Searched refs:priv_vfs_chmod_fother (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/tools/regression/priv/
H A Dpriv_vfs_chmod.c120 priv_vfs_chmod_fother(int asroot, int injail, struct test *test) function
126 expect("priv_vfs_chmod_fother(asroot, injail)", error, 0, 0);
128 expect("priv_vfs_chmod_fother(asroot, !injail)", error, 0,
131 expect("priv_vfs_chmod_fother(!asroot, injail)", error, -1,
134 expect("priv_vfs_chmod_fother(!asroot, !injail)", error, -1,
H A Dmain.h217 void priv_vfs_chmod_fother(int, int, struct test *);
H A Dmain.c259 { "priv_vfs_chmod_fother", priv_vfs_chmod_fother_setup,
260 priv_vfs_chmod_fother, priv_vfs_chmod_cleanup },

Completed in 102 milliseconds