Home
last modified time | relevance | path

Searched refs:T_EXPECT_NE_INT (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/tests/
H A Dcopyio_tests.c238 T_EXPECT_NE_INT(cmp, 0, "copyinstr() should not read past NULL terminator"); in copyinstr_test()
248 T_EXPECT_NE_INT(cmp, 0, "copyinstr() should stop copying at `maxlen' bytes"); in copyinstr_test()
267 T_EXPECT_NE_INT(cmp, 0, "copyinstr() from kernel address should not read past NULL terminator"); in copyinstr_test()
307 T_EXPECT_NE_INT(cmp, 0, "copyoutstr() should stop copying at NULL terminator"); in copyoutstr_test()
318 T_EXPECT_NE_INT(cmp, 0, "copyoutstr() should stop copying at `maxlen' bytes"); in copyoutstr_test()
/xnu-12377.61.12/tests/vm/
H A Dmemorystatus_jetsam_zprint_snapshot.c199T_EXPECT_NE_INT(err, -1, " memorystatus_control(MEMORYSTATUS_CMD_TEST_JETSAM, %d, ...) returned %d… in run_jzs_test()
/xnu-12377.61.12/tests/
H A Dproc_info.c976 T_EXPECT_NE_INT(child_info.p_orig_ppidversion, parent_info.p_idversion,
1493 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0,
1495 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0,
1583 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0,
1586 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0,
1651T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[0], 0, "PROC_PIDVNODEPATHINFO returns valid va…
1652T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[1], 0, "PROC_PIDVNODEPATHINFO returns valid va…
/xnu-12377.61.12/osfmk/tests/
H A Dktest.h445 #define T_EXPECT_NE_INT(lhs, rhs, msg, ...) \ macro