Home | History | Annotate | Download | only in strace

Lines Matching full:u_arg

263 		tprintf(format, tcp->u_arg[llarg]);
270 tprintf(format, LONG_LONG(tcp->u_arg[llarg], tcp->u_arg[llarg + 1]));
274 tprintf(format, tcp->u_arg[llarg]);
280 tprintf(format, LONG_LONG(tcp->u_arg[llarg], tcp->u_arg[llarg + 1]));
1521 tcp->u_arg[arg0_index] = CLONE_PTRACE|SIGCHLD;
1522 tcp->u_arg[arg1_index] = 0;
1541 (tcp->u_arg[arg0_index] | CLONE_PTRACE)
1542 & ~(tcp->u_arg[arg0_index] & CLONE_VFORK
1547 tcp->inst[0] = tcp->u_arg[arg0_index];
1548 tcp->inst[1] = tcp->u_arg[arg1_index];