Searched refs:T_ASSERT_GE_INT (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/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 | 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 | 551 …T_ASSERT_GE_INT((int)((unsigned long)retval / PROC_PIDLISTTHREADS_SIZE), pall->ptinfo.pti_threadnu… in proc_info_caller() 749 T_ASSERT_GE_INT(num_procs, 1, "verify valid value for nprocs: %d", num_procs); 764 T_ASSERT_GE_INT(num_procs, proc_count, "Valid number of pids obtained for PROC_ALL_PIDS."); 904 T_ASSERT_GE_INT(num_procs, 0, "Valid number of pids returned by PROC_TTY_ONLY.");
|
| /xnu-8019.80.24/osfmk/tests/ |
| H A D | ktest.h | 465 #define T_ASSERT_GE_INT(lhs, rhs, msg, ...) \ macro
|