Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/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-11417.121.6/tests/
H A Dproc_info.c965 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,
1632T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[0], 0, "PROC_PIDVNODEPATHINFO returns valid va…
1633T_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 Dktest.h445 #define T_EXPECT_NE_INT(lhs, rhs, msg, ...) \ macro