Searched refs:T_ASSERT_GE_INT (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | ioperf.c | 86 T_ASSERT_GE_INT((int)read(rndfd, data_buf, IO_SIZE * 16), 0, "read /dev/urandom"); in io_perf_test_io_init() 96 T_ASSERT_GE_INT((int)write(fd, data_buf, IO_SIZE * 16), 0, "write test file"); in io_perf_test_io_init()
|
| H A D | debug_enable_syscall_rejection.c | 175 T_QUIET; T_ASSERT_GE_INT(snprintf(pos1, max_pos_len, "%u", i), 0, "creating pos1"); 176 T_QUIET; T_ASSERT_GE_INT(snprintf(pos2, max_pos_len, "%u", i + 1), 0, "creating pos2");
|
| H A D | codesigntests.c | 43 T_ASSERT_GE_INT(bufferlen, 8, "Buffer length %zu on blob from kernel can't be less than a byte", in get_blob()
|
| H A D | disk_mount_conditioner.c | 525 T_ASSERT_GE_INT(temp_fd, 0, "Open temporary file for read/write"); in perf_setup()
|
| H A D | proc_info.c | 553 …T_ASSERT_GE_INT((int)((unsigned long)retval / PROC_PIDLISTTHREADS_SIZE), pall->ptinfo.pti_threadnu… in proc_info_caller() 751 T_ASSERT_GE_INT(num_procs, 1, "verify valid value for nprocs: %d", num_procs); 766 T_ASSERT_GE_INT(num_procs, proc_count, "Valid number of pids obtained for PROC_ALL_PIDS."); 906 T_ASSERT_GE_INT(num_procs, 0, "Valid number of pids returned by PROC_TTY_ONLY.");
|
| /xnu-11215.1.10/osfmk/tests/ |
| H A D | ktest.h | 466 #define T_ASSERT_GE_INT(lhs, rhs, msg, ...) \ macro
|