Searched refs:uio_iovcnt (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_subr.c274 if (uio->uio_iovcnt == 0)
384 if (a_uio == NULL || a_uio->uio_iovcnt < 1) {
407 if (a_uio == NULL || a_uio->uio_iovcnt < 1) {
448 * uio_iovcnt - return count of active iovecs for the given uio_t
450 int uio_iovcnt( uio_t a_uio ) function
462 return( a_uio->uio_iovcnt );
843 a_uio->uio_iovcnt++;
854 a_uio->uio_iovcnt++;
866 * a_index to iterate over each iovec (0 to (uio_iovcnt(uio_t) - 1)).
868 * returns -1 when a_index is >= uio_t.uio_iovcnt o
[all...]
H A Dkern_physio.c106 for (i = 0; i < uio->uio_iovcnt; i++) {
/xnu-2422.115.4/bsd/sys/
H A Duio.h171 * a_index to iterate over each iovec (0 to (uio_iovcnt(uio_t) - 1)).
199 * uio_iovcnt - return count of active iovecs for the given uio_t
201 int uio_iovcnt( uio_t a_uio );
H A Duio_internal.h143 int uio_iovcnt; /* active iovecs */ member in struct:uio
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c127 (uio_resid(uio) <= 0) || (uio_iovcnt(uio) > 1) || (maxcount <= 0)) {
H A Dhfs_vnops.c5182 if (uio_iovcnt(uio) > 1)
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c2117 int issueVectorUPL = 0,useVectorUPL = (uio->uio_iovcnt > 1);
4024 int issueVectorUPL = 0,useVectorUPL = (uio->uio_iovcnt > 1);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c7773 if (uio_iovcnt(uio) > 1) {
H A Dnfs_vnops.c3164 if (uio_iovcnt(uio) != 1)

Completed in 75 milliseconds