Home
last modified time | relevance | path

Searched refs:T_ASSERT_EQ_LONG (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/tests/
H A Dvsock.c154 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)sent_bytes, "sent all bytes"); in vsock_send()
553 T_ASSERT_EQ_LONG(0L, read_bytes, "read zero bytes");
589 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes");
611 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes");
630 T_ASSERT_EQ_LONG(0L, read_bytes, "read zero bytes");
653 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes");
680 T_ASSERT_EQ_LONG(strlen(msg) * 2, (unsigned long)read_bytes, "read all bytes");
753 T_ASSERT_EQ_LONG(size, sent, "sent all bytes");
757 T_ASSERT_EQ_LONG(size, (unsigned long)read_bytes, "read all bytes");
H A Ddisk_mount_conditioner.c288 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 Dshared_cache_reslide_test.c86 T_ASSERT_EQ_LONG(ADDRESS_OUTPUT_SIZE, read_bytes, "read helper output"); in get_current_slide_address()
H A Dbpf_write.c292 T_ASSERT_EQ_LONG(nwritten, (long)hp->bh_caplen, "bpf read same size as written"); in do_bpf_write()
/xnu-11417.140.69/osfmk/tests/
H A Dktest.h512 #define T_ASSERT_EQ_LONG(lhs, rhs, msg, ...) \ macro