Searched refs:SMBIOC_READ (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A Dfile.c68 if (smb_kops.ko_ioctl(ctx->ct_fd, SMBIOC_READ, &rwrq) == -1)
/netbsd-6-1-5-RELEASE/sys/netsmb/
H A Dsmb_dev.c332 case SMBIOC_READ: case SMBIOC_WRITE: {
345 auio.uio_rw = (cmd == SMBIOC_READ) ? UIO_READ : UIO_WRITE;
347 if (cmd == SMBIOC_READ)
H A Dsmb_dev.h154 #define SMBIOC_READ _IOWR('n', 107, struct smbioc_rw) macro

Completed in 164 milliseconds