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

/freebsd-10.3-release/tools/regression/priv/
H A Dpriv_vfs_chown.c98 setup_file("priv_vfs_chown_mygid: fpath", fpath, asroot ? UID_ROOT :
105 priv_vfs_chown_mygid(int asroot, int injail, struct test *test) function
111 expect("priv_vfs_chown_mygid(root, jail)", error, 0, 0);
113 expect("priv_vfs_chown_mygid(root, !jail)", error, 0, 0);
115 expect("priv_vfs_chown_mygid(!root, !jail)", error, 0, 0);
117 expect("priv_vfs_chown_mygid(!root, !jail)", error, 0, 0);
H A Dmain.h225 void priv_vfs_chown_mygid(int, int, struct test *);
H A Dmain.c265 { "priv_vfs_chown_mygid", priv_vfs_chown_mygid_setup,
266 priv_vfs_chown_mygid, priv_vfs_chown_cleanup },

Completed in 50 milliseconds