Home | History | Annotate | Download | only in usrsctplib

Lines Matching full:copyout

589 # define copyout(k, u, len)	copy_to_user(u, k, len)
639 error = copyout(cp, iov->iov_base, cnt);
1833 (void) copyout(&namelen,
1839 error = copyout(name, aname, namelen);
1842 error = copyout(&namelen, anamelen, sizeof(namelen));