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

/freebsd-13-stable/tools/regression/priv/
H A Dpriv_vfs_chmod.c83 priv_vfs_chmod_froot(int asroot, int injail, struct test *test) function
89 expect("priv_vfs_chmod_froot(asroot, injail)", error, 0, 0);
91 expect("priv_vfs_chmod_froot(asroot, !injail)", error, 0, 0);
93 expect("priv_vfs_chmod_froot(!asroot, injail)", error, -1,
96 expect("priv_vfs_chmod_froot(!asroot, !injail)", error, -1,
H A Dmain.h211 void priv_vfs_chmod_froot(int, int, struct test *);
H A Dmain.c253 { "priv_vfs_chmod_froot", priv_vfs_chmod_froot_setup,
254 priv_vfs_chmod_froot, priv_vfs_chmod_cleanup },

Completed in 119 milliseconds