• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/tools/regression/priv/

Lines Matching refs:expect

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,
119 expect("priv_vfs_utimes_froot_null(root, jail)", error, 0,
122 expect("priv_vfs_utimes_froot_null(root, !jail)", error, 0,
125 expect("priv_vfs_utimes_froot_null(!root, jail)", error, -1,
128 expect("priv_vfs_utimes_froot_null(!root, !jail)", error, -1,
144 expect("priv_vfs_utimes_fowner(root, jail)", error, 0, 0);
146 expect("priv_vfs_utimes_fowner(root, !jail)", error, 0, 0);
148 expect("priv_vfs_utimes_fowner(!root, jail)", error, 0, 0);
150 expect("priv_vfs_utimes_fowner(!root, !jail)", error, 0, 0);
160 expect("priv_vfs_utimes_fowner_null(root, jail)", error, 0,
163 expect("priv_vfs_utimes_fowner_null(root, !jail)", error, 0,
166 expect("priv_vfs_utimes_fowner_null(!root, jail)", error, 0,
169 expect("priv_vfs_utimes_fowner_null(!root, !jail)", error, 0,
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,
203 expect("priv_vfs_utimes_fother_null(root, jail)", error, 0,
206 expect("priv_vfs_utimes_fother_null(root, !jail)", error, 0,
209 expect("priv_vfs_utimes_fother_null(!root, jail)", error, 0,
212 expect("priv_vfs_utimes_fother_null(!root, !jail)", error, 0,