Home | History | Annotate | Download | only in strace

Lines Matching refs:u_rval

486 		if ((tcpchild = alloctcb(tcp->u_rval)) == NULL) {
829 pid = tcp->u_rval;
981 pid = tcp->u_rval;
1314 len = tcp->u_rval;
1434 len = tcp->u_rval;
1669 printpriv (tcp, tcp->u_arg[1], tcp->u_rval);
1917 else if (syserror(tcp) || tcp->u_rval == 0)
1932 else if (tcp->u_rval > 0) {
1942 else if (tcp->u_rval > 0 && exited)
2029 else if (exiting(tcp) && tcp->u_error == 0 && tcp->u_rval > 0 &&
2030 tcp->nzombies > 0 && pid2tcb(tcp->u_rval) == NULL) {
3134 if (tcp->u_rval == -1)
3137 print_affinitylist(tcp, tcp->u_arg[2], tcp->u_rval);
3156 tcp->auxstr = xlookup (schedulers, tcp->u_rval);