Lines Matching refs:umove
660 if (syserror(tcp) || umove(tcp, tcp->u_arg[3], &off) < 0) in sys_llseek()
838 if (umove(tcp, addr, &statbuf) < 0) { in printstatsol()
882 if (umove(tcp, addr, &statbuf) < 0) { in printstat_sparc64()
953 if (umove(tcp, addr, &statbuf) < 0) { in printstat_powerpc32()
1137 if (umove(tcp, addr, &statbuf) < 0) { in printstat()
1217 if (umove(tcp, addr, &statbuf) < 0) { in printstat64()
1340 if (umove(tcp, addr, &statbuf) < 0) { in printoldstat()
1770 if (umove(tcp, addr, &statbuf) < 0) { in printstatfs()
1846 if (umove(tcp, addr, &statbuf) < 0) { in printstatfs64()
1950 else if (umove(tcp, tcp->u_arg[1], &statbuf) < 0) in sys_ustat()
2443 if (umove(tcp, addr, &d) < 0) { in printdir()
2698 if (umove(tcp, tcp->u_arg[3], &basep) < 0) in sys_getdirentries()
2753 || umove(tcp, tcp->u_arg[5], &res) < 0) in sys_aioread()
2777 || umove(tcp, tcp->u_arg[5], &res) < 0) in sys_aiowrite()
2803 || umove(tcp, tcp->u_arg[0], &res) < 0) in sys_aiocancel()