Home
last modified time | relevance | path

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

/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c723 char tx1_buf[msgsz]; in writev_test() local
725 struct iovec iovs[2] = {{tx0_buf, 0}, {tx1_buf, 0}}; in writev_test()
748 memset(tx1_buf, i + 2, iovs[1].iov_len); in writev_test()
780 if (memcmp(tx1_buf, rx_buf + iovs[0].iov_len, iovs[1].iov_len)) { in writev_test()