Searched refs:strcopyout (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 3090 return (strcopyout(from, to, sizeof (struct strioctl), copyflag)); in strcopyout_strioctl() 3637 error = strcopyout(&retval, (void *)arg, sizeof (retval), in strioctl() 3673 error = strcopyout(&retval, (void *)arg, sizeof (retval), in strioctl() 4340 error = strcopyout(name, (void *)arg, strlen(name) + 1, in strioctl() 4546 return (strcopyout(&rdopt, (void *)arg, sizeof (int), in strioctl() 4594 return (strcopyout(&erropt, (void *)arg, sizeof (int), in strioctl() 4694 error = strcopyout(&ssp->ss_events, (void *)arg, in strioctl() 4885 error = strcopyout(&ss, (void *)arg, in strioctl() 5093 error = strcopyout(STRUCT_BUF(strpeek), (void *)arg, in strioctl() 5355 error = strcopyout(&ostrfd, (void *)arg, in strioctl() [all …]
|
H A D | strsubr.c | 1501 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_41/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1151 extern int strcopyout(void *, void *, size_t, int);
|