Searched refs:ASSERT_PTR_NEQ (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/ |
H A D | vnode_file.c | 65 ASSERT_PTR_NEQ(("%s: mevent_add", tag), evp, NULL); in test_fd() 123 ASSERT_PTR_NEQ(("strdup"), template, NULL); in main() 134 ASSERT_PTR_NEQ(("tmpfile"), fp, NULL); in main()
|
H A D | lists_delete.c | 133 ASSERT_PTR_NEQ(("mevent_add"), unused_evp, NULL); in main() 147 ASSERT_PTR_NEQ(("mevent_add"), flush_evp, NULL); in main()
|
H A D | read_pause.c | 121 ASSERT_PTR_NEQ(("mevent_add pipefd"), evp, NULL); in main() 138 ASSERT_PTR_NEQ(("mevent_add timer"), timer, NULL); in main()
|
H A D | read_disable.c | 125 ASSERT_PTR_NEQ(("mevent_add pipefd"), read_event, NULL); in main() 146 ASSERT_PTR_NEQ(("mevent_add timer"), timer, NULL); in main()
|
H A D | read_requeue.c | 90 ASSERT_PTR_NEQ(("mevent_add"), evp, NULL); in main()
|
H A D | testlib.h | 76 #define ASSERT_PTR_NEQ(msg, got, exp) ASSERT_CMP(msg, got, !=, exp, "%p") macro
|
H A D | vnode_zvol.c | 150 ASSERT_PTR_NEQ(("strdup"), template, NULL); in main()
|