Searched refs:total_bytes (Results 1 – 3 of 3) sorted by relevance
43 ssize_t total_bytes = 0; in trusty_writev() local54 total_bytes += ret; in trusty_writev()57 ret = total_bytes; in trusty_writev()
111 size_t total_bytes = 0; in iovectest_readback() local123 memcpy(buf + total_bytes, tmp, ret); in iovectest_readback()124 total_bytes += ret; in iovectest_readback()127 ASSERT_EQ(expected_len, total_bytes, LOCATION_MESSAGE); in iovectest_readback()
136 size_t total_bytes = 0; in sys_std_writev() local144 total_bytes += ret; in sys_std_writev()152 ret = total_bytes; in sys_std_writev()