Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c3091 return (strcopyout(from, to, sizeof (struct strioctl), copyflag)); in strcopyout_strioctl()
3638 error = strcopyout(&retval, (void *)arg, sizeof (retval), in strioctl()
3674 error = strcopyout(&retval, (void *)arg, sizeof (retval), in strioctl()
4341 error = strcopyout(name, (void *)arg, strlen(name) + 1, in strioctl()
4547 return (strcopyout(&rdopt, (void *)arg, sizeof (int), in strioctl()
4595 return (strcopyout(&erropt, (void *)arg, sizeof (int), in strioctl()
4695 error = strcopyout(&ssp->ss_events, (void *)arg, in strioctl()
4886 error = strcopyout(&ss, (void *)arg, in strioctl()
5094 error = strcopyout(STRUCT_BUF(strpeek), (void *)arg, in strioctl()
5356 error = strcopyout(&ostrfd, (void *)arg, in strioctl()
[all …]
H A Dstrsubr.c1501 error = strcopyout(bp->b_rptr, arg, n, copymode); in getiocd()
4139 strcopyout(void *from, void *to, size_t len, int copyflag) in strcopyout() function
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h1151 extern int strcopyout(void *, void *, size_t, int);