Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1460 if (so_copyin((void *)arg, &value, sizeof (int32_t), in sosctp_ioctl()
1474 if (so_copyin((void *)arg, &value, sizeof (int32_t), in sosctp_ioctl()
1492 if (so_copyin((void *)arg, &pid, sizeof (pid_t), in sosctp_ioctl()
1558 if (so_copyin((void *)arg, STRUCT_BUF(opt), STRUCT_SIZE(opt), in sosctp_ioctl()
1590 if (so_copyin(STRUCT_FGETP(opt, sopt_val), buf, optlen, in sosctp_ioctl()
1626 if (so_copyin((void *)arg, STRUCT_BUF(opt), STRUCT_SIZE(opt), in sosctp_ioctl()
1654 if (so_copyin(STRUCT_FGETP(opt, sopt_val), buf, optlen, in sosctp_ioctl()
1688 if (so_copyin((void *)arg, &intval, sizeof (intval), in sosctp_ioctl()
H A Dsocksdp.c967 if (so_copyin((void *)arg, &value, sizeof (int32_t), in sosdp_ioctl()
981 if (so_copyin((void *)arg, &value, sizeof (int32_t), in sosdp_ioctl()
999 if (so_copyin((void *)arg, &pid, sizeof (pid_t), in sosdp_ioctl()
1034 if (so_copyin((void *)arg, &enable, sizeof (int32_t), in sosdp_ioctl()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1429 if (so_copyin((void *)arg, &value, sizeof (int32_t), in socket_ioctl_common()
1445 if (so_copyin((void *)arg, &value, sizeof (int32_t), in socket_ioctl_common()
1468 if (so_copyin((void *)arg, &pid, sizeof (pid_t), in socket_ioctl_common()
H A Dsocktpi.c5744 if (so_copyin((void *)arg, &value, sizeof (int32_t), in sotpi_ioctl()
5761 if (so_copyin((void *)arg, &value, sizeof (int32_t), in sotpi_ioctl()
5782 if (so_copyin((void *)arg, &pgrp, sizeof (pid_t), in sotpi_ioctl()
6004 error = so_copyin((void *)arg, STRUCT_BUF(ustrlist), in socktpi_plumbioctl()
H A Dsocksubr.c1989 so_copyin(const void *from, void *to, size_t size, int fromkernel) in so_copyin() function
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h955 extern int so_copyin(const void *, void *, size_t, int);