Searched refs:T_EXPECT_NE_INT (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/bsd/tests/ |
| H A D | copyio_tests.c | 235 T_EXPECT_NE_INT(cmp, 0, "copyinstr() should not read past NULL terminator"); in copyinstr_test() 245 T_EXPECT_NE_INT(cmp, 0, "copyinstr() should stop copying at `maxlen' bytes"); in copyinstr_test() 264 T_EXPECT_NE_INT(cmp, 0, "copyinstr() from kernel address should not read past NULL terminator"); in copyinstr_test() 304 T_EXPECT_NE_INT(cmp, 0, "copyoutstr() should stop copying at NULL terminator"); in copyoutstr_test() 315 T_EXPECT_NE_INT(cmp, 0, "copyoutstr() should stop copying at `maxlen' bytes"); in copyoutstr_test()
|
| /xnu-11417.121.6/tests/vm/ |
| H A D | memorystatus_jetsam_zprint_snapshot.c | 199 …T_EXPECT_NE_INT(err, -1, " memorystatus_control(MEMORYSTATUS_CMD_TEST_JETSAM, %d, ...) returned %d… in run_jzs_test()
|
| /xnu-11417.121.6/tests/ |
| H A D | proc_info.c | 965 T_EXPECT_NE_INT(child_info.p_orig_ppidversion, parent_info.p_idversion, 1474 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0, 1476 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0, 1564 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0, 1567 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0, 1632 …T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[0], 0, "PROC_PIDVNODEPATHINFO returns valid va… 1633 …T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[1], 0, "PROC_PIDVNODEPATHINFO returns valid va…
|
| /xnu-11417.121.6/osfmk/tests/ |
| H A D | ktest.h | 445 #define T_EXPECT_NE_INT(lhs, rhs, msg, ...) \ macro
|