Searched refs:so_copyout (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 1010 if (so_copyout(&so->so_pgrp, (void *)arg, in sosdp_ioctl() 1020 if (so_copyout(&intval, (void *)arg, sizeof (int), in sosdp_ioctl() 1040 if (so_copyout(&enable, (void *)arg, in sosdp_ioctl() 1061 if (so_copyout(&intval, (void *)arg, sizeof (intval), in sosdp_ioctl()
|
H A D | socksctp.c | 1495 if (so_copyout(&so->so_pgrp, (void *)arg, in sosctp_ioctl() 1510 if (so_copyout(&intval, (void *)arg, sizeof (intval), in sosctp_ioctl() 1520 if (so_copyout(&intval, (void *)arg, sizeof (int), in sosctp_ioctl() 1603 if (so_copyout(STRUCT_BUF(opt), (void *)arg, in sosctp_ioctl() 1606 } else if (so_copyout(buf, STRUCT_FGETP(opt, sopt_val), in sosctp_ioctl() 1708 if (so_copyout(&nfd, (void *)arg, sizeof (nfd), in sosctp_ioctl()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_subr.c | 1476 if (so_copyout(&so->so_pgrp, (void *)arg, in socket_ioctl_common() 1499 if (so_copyout(&retval, (void *)arg, sizeof (int), in socket_ioctl_common() 1518 if (so_copyout(&retval, (void *)arg, in socket_ioctl_common() 1611 if (so_copyout(&retval, (void *)arg, sizeof (retval), in so_strioc_nread() 1649 if (so_copyout("sockmod", (void *)arg, strlen("sockmod") + 1, in socket_strioc_common()
|
H A D | socktpi.c | 5863 if (so_copyout(&so->so_pgrp, (void *)arg, in sotpi_ioctl() 5913 if (so_copyout(&retval, (void *)arg, sizeof (int), in sotpi_ioctl() 6114 error = so_copyout(kmlistp++, umlistp++, in socktpi_plumbioctl() 6120 error = so_copyout(&i, (void *)arg, sizeof (int32_t), in socktpi_plumbioctl() 6130 return (so_copyout(sockmod_name, (void *)arg, in socktpi_plumbioctl()
|
H A D | socksubr.c | 1942 so_copyout(const void *from, void *to, size_t size, int tokernel) in so_copyout() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | socketvar.h | 947 extern int so_copyout(const void *, void *, size_t, int);
|