Searched refs:T_EXPECT_NE_INT (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/tests/ |
| H A D | copyio_tests.c | 234 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-8792.41.9/tests/ |
| H A D | proc_info.c | 1404 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0, 1406 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0, 1494 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[0], 0, 1497 T_EXPECT_NE_INT(preginfo_path.prp_vip.vip_vi.vi_fsid.val[1], 0, 1562 …T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[0], 0, "PROC_PIDVNODEPATHINFO returns valid va… 1563 …T_EXPECT_NE_INT(pvninfo.pvi_cdir.vip_vi.vi_fsid.val[1], 0, "PROC_PIDVNODEPATHINFO returns valid va…
|
| /xnu-8792.41.9/osfmk/tests/ |
| H A D | ktest.h | 444 #define T_EXPECT_NE_INT(lhs, rhs, msg, ...) \ macro
|