Searched refs:T_ASSERT_GT_INT (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/tests/vm/ |
| H A D | retired_pages.c | 39 T_ASSERT_GT_INT(count, 0, "Expect retired pages");
|
| H A D | kern_max_task_pmem.c | 47 T_ASSERT_GT_INT(kern_max_task_pmem, 0, "%s should be greater than 0", MAX_TASK_PMEM);
|
| /xnu-8019.80.24/osfmk/tests/ |
| H A D | ktest.h | 461 #define T_ASSERT_GT_INT(lhs, rhs, msg, ...) \ macro
|
| H A D | kernel_tests.c | 870 T_ASSERT_GT_INT(iter, 0, NULL); in pmap_coredump_test()
|
| /xnu-8019.80.24/tests/ |
| H A D | proc_info.c | 640 T_ASSERT_GT_INT((int)bw, 0, "write(%d, buf, %d) failed", tmp_fd, (int)map_tmp_sz); in proc_info_caller()
|