Home | History | Annotate | Download | only in strace

Lines Matching full:u_arg

48 	printxval(sysmips_operations, tcp->u_arg[0], "???");
51 switch (tcp->u_arg[0]) {
57 if (umovestr(tcp, tcp->u_arg[1], (__NEW_UTS_LEN + 1),
59 printaddr(tcp->u_arg[1]);
67 tprintf("%#lx, 0x%lx", tcp->u_arg[1], tcp->u_arg[2]);
70 tprintf("0x%lx", tcp->u_arg[1]);
74 tprintf("%ld, %ld, %ld", tcp->u_arg[1], tcp->u_arg[2], tcp->u_arg[3]);