Searched refs:hdtr (Results 1 – 1 of 1) sorted by relevance
/external/strace/ |
D | io.c | 243 struct sf_hdtr hdtr; in sys_sendfile() local 245 if (umove(tcp, tcp->u_arg[5], &hdtr) < 0) in sys_sendfile() 249 tprint_iov(tcp, hdtr.hdr_cnt, hdtr.headers); in sys_sendfile() 250 tprintf(", %u, ", hdtr.hdr_cnt); in sys_sendfile() 251 tprint_iov(tcp, hdtr.trl_cnt, hdtr.trailers); in sys_sendfile() 252 tprintf(", %u }", hdtr.hdr_cnt); in sys_sendfile()
|