Home
last modified time | relevance | path

Searched refs:strcopyin (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3173 return (strcopyin(from, to, sizeof (struct strioctl), copyflag)); in strcopyin_strioctl()
4165 error = strcopyin((void *)arg, STRUCT_BUF(strmodinsert), in strioctl()
4331 error = strcopyin((void *)arg, STRUCT_BUF(strmodremove), in strioctl()
4578 error = strcopyin((void *)arg, &binfo, sizeof (binfo), in strioctl()
4842 error = strcopyin((void *)arg, &ss, sizeof (ss), copyflag); in strioctl()
4981 error = strcopyin((void *)arg, &ss, sizeof (ss), copyflag); in strioctl()
5034 error = strcopyin((void *)arg, STRUCT_BUF(strpeek), in strioctl()
5251 error = strcopyin((void *)arg, STRUCT_BUF(strfdinsert), in strioctl()
5582 error = strcopyin((void *)arg, STRUCT_BUF(strlist), in strioctl()
5700 error = strcopyin((void *)arg, &closetime, sizeof (int), in strioctl()
[all …]
H A Dstrsubr.c1471 error = strcopyin(arg, tmp->b_wptr, count, flag & (U_TO_K|K_TO_K)); in putiocd()
4150 strcopyin(void *from, void *to, size_t len, int copyflag) in strcopyin() function
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1168 extern int strcopyin(void *, void *, size_t, int);