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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c703 char *uio_bufp = &uio_buf[0]; local
722 MALLOC(uio_bufp, char*, uio_buflen, M_TEMP, M_WAITOK);
723 if (!uio_bufp)
727 auio = uio_createwithbuffer(mpcnt, 0, UIO_SYSSPACE, UIO_READ, uio_bufp, uio_buflen);
800 if (uio_bufp != &uio_buf[0])
801 FREE(uio_bufp, M_TEMP);
827 char *uio_bufp = NULL; local
892 MALLOC(uio_bufp, char *, UIO_SIZEOF(mreadcnt), M_TEMP, M_WAITOK);
893 if (uio_bufp)
895 UIO_READ, uio_bufp, UIO_SIZEO
1186 char *uio_bufp = NULL; local
1384 char *uio_bufp = NULL; local
[all...]

Completed in 21 milliseconds