Home
last modified time | relevance | path

Searched refs:so_copyout (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c1011 if (so_copyout(&so->so_pgrp, (void *)arg, in sosdp_ioctl()
1021 if (so_copyout(&intval, (void *)arg, sizeof (int), in sosdp_ioctl()
1041 if (so_copyout(&enable, (void *)arg, in sosdp_ioctl()
1062 if (so_copyout(&intval, (void *)arg, sizeof (intval), in sosdp_ioctl()
H A Dsocksctp.c1504 if (so_copyout(&so->so_pgrp, (void *)arg, in sosctp_ioctl()
1519 if (so_copyout(&intval, (void *)arg, sizeof (intval), in sosctp_ioctl()
1529 if (so_copyout(&intval, (void *)arg, sizeof (int), in sosctp_ioctl()
1612 if (so_copyout(STRUCT_BUF(opt), (void *)arg, in sosctp_ioctl()
1615 } else if (so_copyout(buf, STRUCT_FGETP(opt, sopt_val), in sosctp_ioctl()
1717 if (so_copyout(&nfd, (void *)arg, sizeof (nfd), in sosctp_ioctl()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1479 if (so_copyout(&so->so_pgrp, (void *)arg, in socket_ioctl_common()
1502 if (so_copyout(&retval, (void *)arg, sizeof (int), in socket_ioctl_common()
1521 if (so_copyout(&retval, (void *)arg, in socket_ioctl_common()
1614 if (so_copyout(&retval, (void *)arg, sizeof (retval), in so_strioc_nread()
1652 if (so_copyout("sockmod", (void *)arg, strlen("sockmod") + 1, in socket_strioc_common()
H A Dsocktpi.c5796 if (so_copyout(&so->so_pgrp, (void *)arg, in sotpi_ioctl()
5846 if (so_copyout(&retval, (void *)arg, sizeof (int), in sotpi_ioctl()
6047 error = so_copyout(kmlistp++, umlistp++, in socktpi_plumbioctl()
6053 error = so_copyout(&i, (void *)arg, sizeof (int32_t), in socktpi_plumbioctl()
6063 return (so_copyout(sockmod_name, (void *)arg, in socktpi_plumbioctl()
H A Dsocksubr.c1999 so_copyout(const void *from, void *to, size_t size, int tokernel) in so_copyout() function
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h956 extern int so_copyout(const void *, void *, size_t, int);