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

/freebsd-13-stable/tools/regression/priv/
H A Dpriv_vfs_chmod.c101 priv_vfs_chmod_fowner(int asroot, int injail, struct test *test) function
107 expect("priv_vfs_chmod_fowner(asroot, injail)", error, 0, 0);
109 expect("priv_vfs_chmod_fowner(asroot, !injail)", error, 0,
112 expect("priv_vfs_chmod_fowner(!asroot, injail)", error, 0,
115 expect("priv_vfs_chmod_fowner(!asroot, !injail)", error, 0,
H A Dmain.h214 void priv_vfs_chmod_fowner(int, int, struct test *);
H A Dmain.c256 { "priv_vfs_chmod_fowner", priv_vfs_chmod_fowner_setup,
257 priv_vfs_chmod_fowner, priv_vfs_chmod_cleanup },

Completed in 106 milliseconds