Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c361 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()
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()
801 char tx_buf[msgsz]; in readv_test() local
[all …]