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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c3890 char *cpos, *cend, *rbuf; local
3909 rbuf = NULL;
3955 MALLOC(rbuf, caddr_t, siz, M_TEMP, M_WAITOK);
3956 if (rbuf)
3959 if (!rbuf || !auio) {
3965 uio_addiov(auio, CAST_USER_ADDR_T(rbuf), fullsiz);
3984 FREE(rbuf, M_TEMP);
4007 cpos = rbuf;
4008 cend = rbuf + siz;
4078 FREE(rbuf, M_TEM
4109 char *cpos, *cend, *rbuf; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_internal.h307 #define rbufPtr(y) (&sp->rbuf[((y) < sp->rbuflen) ? (y) : ((y) - sp->rbuflen)])
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c6524 char *rbuf = NULL, *cpos, *cend; local
6542 MALLOC(rbuf, caddr_t, siz, M_TEMP, M_WAITOK);
6543 if (rbuf)
6546 if (!rbuf || !auio) {
6567 uio_addiov(auio, CAST_USER_ADDR_T(rbuf), UIO_BUFF_SIZE);
6578 cpos = rbuf;
6579 cend = rbuf + siz;
6637 uio_addiov(auio, CAST_USER_ADDR_T(rbuf), UIO_BUFF_SIZE);
6650 cpos = rbuf;
6651 cend = rbuf
[all...]

Completed in 40 milliseconds