Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/tests/
H A Dcopyio_tests.c234 T_EXPECT_NE_INT(cmp, 0, "copyinstr() should not read past NULL terminator"); in copyinstr_test()
244 T_EXPECT_NE_INT(cmp, 0, "copyinstr() should stop copying at `maxlen' bytes"); in copyinstr_test()
263 T_EXPECT_NE_INT(cmp, 0, "copyinstr() from kernel address should not read past NULL terminator"); in copyinstr_test()
303 T_EXPECT_NE_INT(cmp, 0, "copyoutstr() should stop copying at NULL terminator"); in copyoutstr_test()
314 T_EXPECT_NE_INT(cmp, 0, "copyoutstr() should stop copying at `maxlen' bytes"); in copyoutstr_test()
/xnu-8019.80.24/tests/
H A Dproc_info.c1408 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0,
1410 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0,
1498 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0,
1501 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0,
1566T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[0], 0, "PROC_PIDVNODEPATHINFO returns valid va…
1567T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[1], 0, "PROC_PIDVNODEPATHINFO returns valid va…
/xnu-8019.80.24/osfmk/tests/
H A Dktest.h444 #define T_EXPECT_NE_INT(lhs, rhs, msg, ...) \ macro