Home | History | Annotate | Download | only in strace

Lines Matching refs:tcp

8 ptp_ioctl(struct tcb *tcp, const unsigned int code, long arg)
10 if (!verbose(tcp))
18 if (entering(tcp) || syserror(tcp) ||
19 umove(tcp, arg, &caps) < 0)
32 if (exiting(tcp))
34 if (umove(tcp, arg, &extts) < 0) {
48 if (exiting(tcp))
50 if (umove(tcp, arg, &perout) < 0) {
67 if (entering(tcp))
76 if (entering(tcp) || umove(tcp, arg, &sysoff) < 0)
80 if (syserror(tcp)) {