Searched refs:rwrq (Results 1 – 1 of 1) sorted by relevance
217 struct smbioc_rw rwrq; in smb_fh_read() local219 bzero(&rwrq, sizeof (rwrq)); in smb_fh_read()220 rwrq.ioc_base = dst; in smb_fh_read()221 rwrq.ioc_cnt = count; in smb_fh_read()222 rwrq.ioc_offset = offset; in smb_fh_read()223 if (nsmb_ioctl(fd, SMBIOC_READ, &rwrq) == -1) { in smb_fh_read()226 return (rwrq.ioc_cnt); in smb_fh_read()233 struct smbioc_rw rwrq; in smb_fh_write() local235 bzero(&rwrq, sizeof (rwrq)); in smb_fh_write()236 rwrq.ioc_base = (char *)src; in smb_fh_write()[all …]