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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpipe.c83 static void *rbuf = NULL; variable
155 rbuf = malloc(opts);
217 if (readall(ts->ts_in, rbuf, opts) != opts) {
237 n = readall(ts->ts_in, rbuf, opts);
255 (void) readall(ts->ts_in, rbuf, opts);
322 n = readall(ts->ts_in2, rbuf, opts);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c3892 char *cpos, *cend, *rbuf; local
3911 rbuf = NULL;
3961 MALLOC(rbuf, caddr_t, siz, M_TEMP, M_WAITOK);
3962 if (rbuf)
3965 if (!rbuf || !auio) {
3971 uio_addiov(auio, CAST_USER_ADDR_T(rbuf), fullsiz);
3989 FREE(rbuf, M_TEMP);
4012 cpos = rbuf;
4013 cend = rbuf + siz;
4083 FREE(rbuf, M_TEM
4114 char *cpos, *cend, *rbuf; local
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_internal.h307 #define rbufPtr(y) (&sp->rbuf[((y) < sp->rbuflen) ? (y) : ((y) - sp->rbuflen)])
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c7891 char *rbuf = NULL, *cpos, *cend; local
7909 MALLOC(rbuf, caddr_t, siz, M_TEMP, M_WAITOK);
7910 if (rbuf)
7913 if (!rbuf || !auio) {
7934 uio_addiov(auio, CAST_USER_ADDR_T(rbuf), UIO_BUFF_SIZE);
7945 cpos = rbuf;
7946 cend = rbuf + siz;
8004 uio_addiov(auio, CAST_USER_ADDR_T(rbuf), UIO_BUFF_SIZE);
8017 cpos = rbuf;
8018 cend = rbuf
[all...]

Completed in 91 milliseconds