Home | History | Annotate | Download | only in strace

Lines Matching refs:tcp

4 decode_renameat(struct tcb *tcp)
6 print_dirfd(tcp, tcp->u_arg[0]);
7 printpath(tcp, tcp->u_arg[1]);
9 print_dirfd(tcp, tcp->u_arg[2]);
10 printpath(tcp, tcp->u_arg[3]);
15 if (entering(tcp)) {
16 decode_renameat(tcp);
26 if (entering(tcp)) {
27 decode_renameat(tcp);
29 printflags(rename_flags, tcp->u_arg[4], "RENAME_??");