Home
last modified time | relevance | path

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

/trusty/kernel/lib/libc-trusty/
Dwritev.c43 ssize_t total_bytes = 0; in trusty_writev() local
54 total_bytes += ret; in trusty_writev()
57 ret = total_bytes; in trusty_writev()
/trusty/kernel/app/usercopytest/
Diovectest.c111 size_t total_bytes = 0; in iovectest_readback() local
123 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()
/trusty/kernel/lib/trusty/
Dsyscall.c136 size_t total_bytes = 0; in sys_std_writev() local
144 total_bytes += ret; in sys_std_writev()
152 ret = total_bytes; in sys_std_writev()