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

/freebsd-10.1-release/tools/regression/priv/
H A Dpriv_vfs_utimes.c174 priv_vfs_utimes_fother(int asroot, int injail, struct test *test) function
185 expect("priv_vfs_utimes_fother(root, jail)", error, 0, 0);
187 expect("priv_vfs_utimes_fother(root, !jail)", error, 0, 0);
189 expect("priv_vfs_utimes_fother(!root, jail)", error, -1,
192 expect("priv_vfs_utimes_fother(!root, !jail)", error, -1,
H A Dmain.h310 void priv_vfs_utimes_fother(int, int, struct test *);
H A Dmain.c348 { "priv_vfs_utimes_fother", priv_vfs_utimes_fother_setup,
349 priv_vfs_utimes_fother, priv_vfs_utimes_cleanup },

Completed in 96 milliseconds