Lines Matching +refs:test +refs:expect

52 priv_vfs_utimes_froot_setup(int asroot, int injail, struct test *test)  in priv_vfs_utimes_froot_setup()  argument
62 priv_vfs_utimes_fowner_setup(int asroot, int injail, struct test *test) in priv_vfs_utimes_fowner_setup() argument
72 priv_vfs_utimes_fother_setup(int asroot, int injail, struct test *test) in priv_vfs_utimes_fother_setup() argument
88 priv_vfs_utimes_froot(int asroot, int injail, struct test *test) in priv_vfs_utimes_froot() argument
99 expect("priv_vfs_utimes_froot(root, jail)", error, 0, 0); in priv_vfs_utimes_froot()
101 expect("priv_vfs_utimes_froot(root, !jail)", error, 0, 0); in priv_vfs_utimes_froot()
103 expect("priv_vfs_utimes_froot(!root, jail)", error, -1, in priv_vfs_utimes_froot()
106 expect("priv_vfs_utimes_froot(!root, !jail)", error, -1, in priv_vfs_utimes_froot()
111 priv_vfs_utimes_froot_null(int asroot, int injail, struct test *test) in priv_vfs_utimes_froot_null() argument
117 expect("priv_vfs_utimes_froot_null(root, jail)", error, 0, in priv_vfs_utimes_froot_null()
120 expect("priv_vfs_utimes_froot_null(root, !jail)", error, 0, in priv_vfs_utimes_froot_null()
123 expect("priv_vfs_utimes_froot_null(!root, jail)", error, -1, in priv_vfs_utimes_froot_null()
126 expect("priv_vfs_utimes_froot_null(!root, !jail)", error, -1, in priv_vfs_utimes_froot_null()
131 priv_vfs_utimes_fowner(int asroot, int injail, struct test *test) in priv_vfs_utimes_fowner() argument
142 expect("priv_vfs_utimes_fowner(root, jail)", error, 0, 0); in priv_vfs_utimes_fowner()
144 expect("priv_vfs_utimes_fowner(root, !jail)", error, 0, 0); in priv_vfs_utimes_fowner()
146 expect("priv_vfs_utimes_fowner(!root, jail)", error, 0, 0); in priv_vfs_utimes_fowner()
148 expect("priv_vfs_utimes_fowner(!root, !jail)", error, 0, 0); in priv_vfs_utimes_fowner()
152 priv_vfs_utimes_fowner_null(int asroot, int injail, struct test *test) in priv_vfs_utimes_fowner_null() argument
158 expect("priv_vfs_utimes_fowner_null(root, jail)", error, 0, in priv_vfs_utimes_fowner_null()
161 expect("priv_vfs_utimes_fowner_null(root, !jail)", error, 0, in priv_vfs_utimes_fowner_null()
164 expect("priv_vfs_utimes_fowner_null(!root, jail)", error, 0, in priv_vfs_utimes_fowner_null()
167 expect("priv_vfs_utimes_fowner_null(!root, !jail)", error, 0, in priv_vfs_utimes_fowner_null()
172 priv_vfs_utimes_fother(int asroot, int injail, struct test *test) in priv_vfs_utimes_fother() argument
183 expect("priv_vfs_utimes_fother(root, jail)", error, 0, 0); in priv_vfs_utimes_fother()
185 expect("priv_vfs_utimes_fother(root, !jail)", error, 0, 0); in priv_vfs_utimes_fother()
187 expect("priv_vfs_utimes_fother(!root, jail)", error, -1, in priv_vfs_utimes_fother()
190 expect("priv_vfs_utimes_fother(!root, !jail)", error, -1, in priv_vfs_utimes_fother()
195 priv_vfs_utimes_fother_null(int asroot, int injail, struct test *test) in priv_vfs_utimes_fother_null() argument
201 expect("priv_vfs_utimes_fother_null(root, jail)", error, 0, in priv_vfs_utimes_fother_null()
204 expect("priv_vfs_utimes_fother_null(root, !jail)", error, 0, in priv_vfs_utimes_fother_null()
207 expect("priv_vfs_utimes_fother_null(!root, jail)", error, 0, in priv_vfs_utimes_fother_null()
210 expect("priv_vfs_utimes_fother_null(!root, !jail)", error, 0, in priv_vfs_utimes_fother_null()
215 priv_vfs_utimes_cleanup(int asroot, int injail, struct test *test) in priv_vfs_utimes_cleanup() argument