Lines Matching refs:umove
303 umove(tcp, tcp->u_arg[1], &ctl);
602 if (umove(tcp, tcp->u_arg[ARG_TLS], ©) != -1) {
1151 if (umove(tcp, tcp->u_arg[0], &uid) < 0)
1155 if (umove(tcp, tcp->u_arg[1], &uid) < 0)
1159 if (umove(tcp, tcp->u_arg[2], &uid) < 0)
1178 if (umove(tcp, tcp->u_arg[0], &gid) < 0)
1182 if (umove(tcp, tcp->u_arg[1], &gid) < 0)
1186 if (umove(tcp, tcp->u_arg[2], &gid) < 0)
1692 if (umove(tcp, addr, &cp) < 0) {
1715 for (count = 0; umove(tcp, addr, &cp) >= 0 && cp != NULL; count++) {
1919 else if (umove(tcp, tcp->u_arg[1], &status) < 0)
2065 if (umove(tcp, tcp->u_arg[0], &status) < 0)
2143 else if (umove(tcp, tcp->u_arg[2], &si) < 0)
2184 else if (umove(tcp, tcp->u_arg[0], &uname) < 0)
3107 umove(tcp, list, &w);
3171 if (umove(tcp, tcp->u_arg[2], &p) < 0)
3187 if (umove(tcp, tcp->u_arg[1], &p) < 0)
3201 if (umove(tcp, tcp->u_arg[1], &p) < 0)
3243 if (!syserror(tcp) && umove(tcp, tcp->u_arg[1], &v) != -1)