Home
last modified time | relevance | path

Searched refs:t_uio (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clbio.c753 struct uio *t_uio; local
775 t_uio = malloc(sizeof(struct uio), M_NFSDIRECTIO, M_WAITOK);
779 t_uio->uio_iov = t_iov;
780 t_uio->uio_iovcnt = 1;
781 t_uio->uio_offset = uiop->uio_offset;
782 t_uio->uio_resid = size;
783 t_uio->uio_segflg = UIO_SYSSPACE;
784 t_uio->uio_rw = UIO_WRITE;
785 t_uio->uio_td = td;
808 bp->b_caller1 = (void *)t_uio;
[all …]