Searched refs:tx_iov (Results 1 – 7 of 7) sorted by relevance
/trusty/user/app/storage/ |
D | tipc_ns.c | 108 struct iovec tx_iov[] = { in rpmb_send() local 115 rc = sync_ipc_send_msg(handle, tx_iov, countof(tx_iov), rx_iov, in rpmb_send() 156 struct iovec tx_iov[] = {{.iov_base = &msg, .iov_len = sizeof(msg)}, in ns_open_file() local 163 int rc = sync_ipc_send_msg(ipc_handle, tx_iov, countof(tx_iov), rx_iov, in ns_open_file() 233 struct iovec tx_iov[] = { in ns_get_max_size() local 241 int rc = sync_ipc_send_msg(ipc_handle, tx_iov, countof(tx_iov), rx_iov, in ns_get_max_size() 296 struct iovec tx_iov[] = { in ns_read_pos() local 304 int rc = sync_ipc_send_msg(ipc_handle, tx_iov, countof(tx_iov), rx_iov, in ns_read_pos()
|
/trusty/user/base/lib/unittest/ |
D | unittest.c | 96 struct iovec tx_iov = {buf, 1}; in _vtlog() local 97 ipc_msg_t tx_msg = {1, &tx_iov, 0, NULL}; in _vtlog() 126 tx_iov.iov_len = 1 + slen; in _vtlog() 191 struct iovec tx_iov = { in unittest_main() local 195 ipc_msg_t tx_msg = {1, &tx_iov, 0, NULL}; in unittest_main()
|
/trusty/kernel/lib/unittest/ |
D | unittest.c | 101 struct iovec_kern tx_iov = {buf, 1}; in unittest_printf() local 102 struct ipc_msg_kern tx_msg = {1, &tx_iov, 0, NULL}; in unittest_printf() 124 tx_iov.iov_len = 1 + slen; in unittest_printf() 169 struct iovec_kern tx_iov = { in unittest_loop() local 173 struct ipc_msg_kern tx_msg = {1, &tx_iov, 0, NULL}; in unittest_loop()
|
/trusty/user/base/lib/rng/ |
D | trusty_rng.c | 73 struct iovec tx_iov = { in trusty_rng_hw_rand() local 79 .iov = &tx_iov, in trusty_rng_hw_rand()
|
/trusty/user/base/lib/keymaster/ |
D | keymaster.c | 42 struct iovec tx_iov = { in send_req() local 47 .iov = &tx_iov, in send_req()
|
/trusty/user/base/lib/hwkey/ |
D | hwkey.c | 79 struct iovec tx_iov[2] = { in send_req() local 84 .iov = tx_iov, in send_req()
|
/trusty/user/base/lib/tipc/test/main/ |
D | main.c | 1220 struct iovec tx_iov; in TEST() local 1298 tx_iov.iov_base = tx_buf; in TEST() 1299 tx_iov.iov_len = sizeof(tx_buf); in TEST() 1301 tx_msg.iov = &tx_iov; in TEST() 1364 struct iovec tx_iov; in TEST() local 1368 tx_iov.iov_base = tx_buf; in TEST() 1369 tx_iov.iov_len = sizeof(tx_buf); in TEST() 1371 tx_msg.iov = &tx_iov; in TEST()
|