Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/tests/
H A Dcopyio_tests.c235 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-12377.1.9/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.1.9/tests/
H A Dproc_info.c974 T_EXPECT_NE_INT(child_info.p_orig_ppidversion, parent_info.p_idversion,
1491 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0,
1493 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0,
1581 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0,
1584 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0,
1649T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[0], 0, "PROC_PIDVNODEPATHINFO returns valid va…
1650T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[1], 0, "PROC_PIDVNODEPATHINFO returns valid va…
/xnu-12377.1.9/osfmk/tests/
H A Dktest.h445 #define T_EXPECT_NE_INT(lhs, rhs, msg, ...) \ macro