Searched refs:read_size (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | tipc_ns.c | 73 size_t read_size, in rpmb_send() argument 78 __func__, handle_, reliable_write_size, write_size, read_size); in rpmb_send() 85 .read_size = read_size, in rpmb_send() 105 {.iov_base = read_buf, .iov_len = read_size}, in rpmb_send() 129 if (bytes_read != sizeof(msg) + read_size) { in rpmb_send() 131 __func__, bytes_read, sizeof(msg), read_size); in rpmb_send()
|
D | ipc.c | 248 size_t read_size = (size_t)rc; in read_response() local 249 return read_size; in read_response()
|
/trusty/user/base/interface/storage/include/interface/storage/ |
D | storage.h | 427 uint32_t read_size; member
|