HomeSort by relevance Sort by last modified time
    Searched refs:testcheck_end (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/io/direct_io/
diotest4.c 175 static void testcheck_end(int ret, int *failed, int *fail_count, char *msg) function
278 testcheck_end(ret, &failed, &fail_count,
311 testcheck_end(ret, &failed, &fail_count, "Invalid file descriptor");
324 testcheck_end(ret, &failed, &fail_count,
335 testcheck_end(ret, &failed, &fail_count, "Closed file descriptor");
348 testcheck_end(ret, &failed, &fail_count,
372 testcheck_end(ret, &failed, &fail_count,
382 testcheck_end(ret, &failed, &fail_count,
455 testcheck_end(ret, &failed, &fail_count,
498 testcheck_end(l_fail, &failed, &fail_count
    [all...]
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 933 static void testcheck_end(int check_fail, char *msg) function
974 testcheck_end(fail, "Block 1, test 1");
978 testcheck_end(fail, "Block 1, test 2");
997 testcheck_end(fail, "Block 2, test 1");
1002 testcheck_end(fail, "Block 2, test 2");
1044 testcheck_end(fail, "Test with negative whence locking");
1152 testcheck_end(fail, "Test of locks on file");

Completed in 650 milliseconds