Home
last modified time | relevance | path

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

/trueos/sys/nfsclient/
HDnfs_bio.c767 struct uio *t_uio; local
789 t_uio = malloc(sizeof(struct uio), M_NFSDIRECTIO, M_WAITOK);
793 t_uio->uio_iov = t_iov;
794 t_uio->uio_iovcnt = 1;
795 t_uio->uio_offset = uiop->uio_offset;
796 t_uio->uio_resid = size;
797 t_uio->uio_segflg = UIO_SYSSPACE;
798 t_uio->uio_rw = UIO_WRITE;
799 t_uio->uio_td = td;
822 bp->b_caller1 = (void *)t_uio;
[all …]
/trueos/sys/fs/nfsclient/
HDnfs_clbio.c776 struct uio *t_uio; local
798 t_uio = malloc(sizeof(struct uio), M_NFSDIRECTIO, M_WAITOK);
802 t_uio->uio_iov = t_iov;
803 t_uio->uio_iovcnt = 1;
804 t_uio->uio_offset = uiop->uio_offset;
805 t_uio->uio_resid = size;
806 t_uio->uio_segflg = UIO_SYSSPACE;
807 t_uio->uio_rw = UIO_WRITE;
808 t_uio->uio_td = td;
831 bp->b_caller1 = (void *)t_uio;
[all …]