t_rwtoro.c | 129 basic_test(const atf_tc_t *tc, const char *mp, int expected_errno, function in typeref:typename:void 155 basic_test(tc, mp, 0, false, NULL, NULL); 162 basic_test(tc, mp, 0, false, open_file_ro, close_file); 169 basic_test(tc, mp, EBUSY, false, open_file_rw, close_file); 176 basic_test(tc, mp, EBUSY, false, open_file_ro_unlink, close_file); 183 basic_test(tc, mp, 0, true, NULL, NULL); 190 basic_test(tc, mp, 0, true, open_file_ro, close_file); 197 basic_test(tc, mp, EBUSY, true, open_file_rw, close_file); 204 basic_test(tc, mp, EBUSY, true, open_file_ro_unlink, close_file);
|