Searched refs:rwrq (Results 1 – 1 of 1) sorted by relevance
210 struct smbioc_rw rwrq; in smb_fh_read() local212 bzero(&rwrq, sizeof (rwrq)); in smb_fh_read()213 rwrq.ioc_fh = -1; /* tell driver to supply this */ in smb_fh_read()214 rwrq.ioc_base = dst; in smb_fh_read()215 rwrq.ioc_cnt = count; in smb_fh_read()216 rwrq.ioc_offset = offset; in smb_fh_read()217 if (ioctl(fd, SMBIOC_READ, &rwrq) == -1) { in smb_fh_read()220 return (rwrq.ioc_cnt); in smb_fh_read()227 struct smbioc_rw rwrq; in smb_fh_write() local229 bzero(&rwrq, sizeof (rwrq)); in smb_fh_write()[all …]