Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dvsock.c373 T_ASSERT_EQ_LONG(0L, read_bytes, "read zero bytes");
410 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes");
433 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes");
452 T_ASSERT_EQ_LONG(0L, read_bytes, "read zero bytes");
476 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)read_bytes, "read all bytes");
504 T_ASSERT_EQ_LONG(strlen(msg) * 2, (unsigned long)read_bytes, "read all bytes");
579 T_ASSERT_EQ_LONG(size, sent, "sent all bytes");
583 T_ASSERT_EQ_LONG(size, (unsigned long)read_bytes, "read all bytes");
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 Dvsock_helpers.c197 T_ASSERT_EQ_LONG(strlen(msg), (unsigned long)sent_bytes, "sent all bytes"); in vsock_send()
H A Dbpf_write.c292 T_ASSERT_EQ_LONG(nwritten, (long)hp->bh_caplen, "bpf read same size as written"); in do_bpf_write()
H A Ddisk_mount_conditioner.m290 T_ASSERT_EQ_LONG((long)sizeof(buf), write(fd, buf, sizeof(buf)), "write random data to temp file");
534 T_QUIET; T_ASSERT_EQ_LONG(ret, READSIZE, "read %ld bytes from temporary file", READSIZE);
/xnu-12377.1.9/osfmk/tests/
H A Dktest.h512 #define T_ASSERT_EQ_LONG(lhs, rhs, msg, ...) \ macro