Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dtestlib.h74 #define ASSERT_INT64_NEQ(msg, got, exp) ASSERT_CMP(msg, got, !=, exp, "%ld") macro
H A Dvnode_file.c49 ASSERT_INT64_NEQ(("File size has not changed"), size, st.st_size); in callback()
H A Dvnode_zvol.c53 ASSERT_INT64_NEQ(("Size has not changed"), size, st.st_size); in callback()