Lines Matching defs:strioctl
3004 * struct strioctl that can deal with both data
3014 struct strioctl *striocp;
3023 striocp = (struct strioctl *)to;
3030 if (copyin(from, to, sizeof (struct strioctl))) {
3038 bcopy(from, to, sizeof (struct strioctl));
3047 struct strioctl *striocp;
3053 striocp = (struct strioctl *)from;
3065 if (copyout(from, to, sizeof (struct strioctl))) {
3073 bcopy(from, to, sizeof (struct strioctl));
3084 return (strcopyin(from, to, sizeof (struct strioctl), copyflag));
3091 return (strcopyout(from, to, sizeof (struct strioctl), copyflag));
3191 strioctl(struct vnode *vp, int cmd, intptr_t arg, int flag, int copyflag,
3196 struct strioctl strioc;
3218 "strioctl:stp %p cmd %X arg %lX", stp, cmd, arg);
3511 * Stream ioctl. Read in an strioctl buffer from the user
5866 struct strioctl *strioc,