strcopyin
return (strcopyin(from, to, sizeof (struct strioctl), copyflag));
error = strcopyin((void *)arg, STRUCT_BUF(strmodinsert),
error = strcopyin((void *)arg, STRUCT_BUF(strmodremove),
error = strcopyin((void *)arg, &binfo, sizeof (binfo),
error = strcopyin((void *)arg, &ss, sizeof (ss), copyflag);
error = strcopyin((void *)arg, &ss, sizeof (ss), copyflag);
error = strcopyin((void *)arg, STRUCT_BUF(strpeek),
error = strcopyin((void *)arg, STRUCT_BUF(strfdinsert),
error = strcopyin((void *)arg, STRUCT_BUF(strlist),
error = strcopyin((void *)arg, &closetime, sizeof (int),
if (error = strcopyin((void *)arg, &pgrp, sizeof (pid_t),
error = strcopyin(arg, tmp->b_wptr, count, flag & (U_TO_K|K_TO_K));
extern int strcopyin(void *, void *, size_t, int);