Searched refs:iov_base (Results 1 - 8 of 8) sorted by relevance

/include/uapi/linux/
H A Duio.h18 void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */ member in struct:iovec
/include/linux/sunrpc/
H A Dsvc.h179 vp = iov->iov_base;
181 iov->iov_base = (void*)vp;
188 __be32 *vp = iov->iov_base + iov->iov_len;
196 vp = iov->iov_base;
198 iov->iov_base = (void*)vp;
205 __be32 *vp = (__be32 *)iov->iov_base;
206 iov->iov_base = (void *)(vp - 1);
212 __be32 *vp = iov->iov_base + iov->iov_len;
329 return cp >= (char*)vec->iov_base
330 && cp <= (char*)vec->iov_base
[all...]
H A Dxdr.h146 return iov->iov_len = ((u8 *) p - (u8 *) iov->iov_base);
/include/linux/
H A Duio.h18 void *iov_base; /* and that should *never* hold a userland pointer */ member in struct:kvec
59 .iov_base = iter->iov->iov_base + iter->iov_offset,
H A Dvringh.h126 iov->iov[iov->i].iov_base -= iov->consumed;
188 kiov->iov[kiov->i].iov_base -= kiov->consumed;
H A Dcompat.h168 compat_uptr_t iov_base; member in struct:compat_iovec
/include/scsi/
H A Dsg.h38 void __user *iov_base; /* Starting address */ member in struct:sg_iovec
/include/net/bluetooth/
H A Dl2cap.h906 memcpy(kdata, vec->iov_base, copy);
909 vec->iov_base += copy;

Completed in 167 milliseconds