Searched refs:T_ASSERT_EQ_LONG (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | vsock.c | 154 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)sent_bytes, "sent all bytes"); in vsock_send() 551 T_ASSERT_EQ_LONG(0L, read_bytes, "read zero bytes"); 587 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes"); 609 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes"); 628 T_ASSERT_EQ_LONG(0L, read_bytes, "read zero bytes"); 651 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes"); 678 T_ASSERT_EQ_LONG(strlen(msg) * 2, (unsigned long)read_bytes, "read all bytes"); 751 T_ASSERT_EQ_LONG(size, sent, "sent all bytes"); 755 T_ASSERT_EQ_LONG(size, (unsigned long)read_bytes, "read all bytes");
|
| H A D | disk_mount_conditioner.c | 288 T_ASSERT_EQ_LONG((long)sizeof(buf), write(fd, buf, sizeof(buf)), "write random data to temp file"); 502 T_ASSERT_EQ_LONG(ret, READSIZE, "read %ld bytes from temporary file", READSIZE); in time_for_read()
|
| H A D | shared_cache_reslide_test.c | 86 T_ASSERT_EQ_LONG(ADDRESS_OUTPUT_SIZE, read_bytes, "read helper output"); in get_current_slide_address()
|
| H A D | bpf_write.c | 292 T_ASSERT_EQ_LONG(nwritten, (long)hp->bh_caplen, "bpf read same size as written"); in do_bpf_write()
|
| /xnu-11215.1.10/osfmk/tests/ |
| H A D | ktest.h | 512 #define T_ASSERT_EQ_LONG(lhs, rhs, msg, ...) \ macro
|