Searched refs:tx_buf (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 361 char tx_buf[msgsz]; in echo_test() local 381 memset(tx_buf, i + 1, msg_len); in echo_test() 383 rc = write(echo_fd, tx_buf, msg_len); in echo_test() 400 if (memcmp(tx_buf, rx_buf, (size_t)rc)) { in echo_test() 421 char tx_buf[msgsz]; in burst_write_test() local 441 memset(tx_buf, i + 1, msg_len); in burst_write_test() 442 rc = write(fd, tx_buf, msg_len); in burst_write_test() 517 char tx_buf[msgsz]; in select_test() local 537 memset(tx_buf, i + j, msgsz); in select_test() 538 rc = write(fd, tx_buf, msgsz); in select_test() [all …]
|