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

/freebsd-10.1-release/tools/regression/priv/
H A Dpriv_vfs_utimes.c90 priv_vfs_utimes_froot(int asroot, int injail, struct test *test) function
101 expect("priv_vfs_utimes_froot(root, jail)", error, 0, 0);
103 expect("priv_vfs_utimes_froot(root, !jail)", error, 0, 0);
105 expect("priv_vfs_utimes_froot(!root, jail)", error, -1,
108 expect("priv_vfs_utimes_froot(!root, !jail)", error, -1,
H A Dmain.h302 void priv_vfs_utimes_froot(int, int, struct test *);
H A Dmain.c336 { "priv_vfs_utimes_froot", priv_vfs_utimes_froot_setup,
337 priv_vfs_utimes_froot, priv_vfs_utimes_cleanup },

Completed in 43 milliseconds