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

/xnu-2782.1.97/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);
/xnu-2782.1.97/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...]
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c8118 char *rbuf = NULL; local
8138 MALLOC(rbuf, caddr_t, siz, M_TEMP, M_WAITOK);
8139 if (rbuf)
8142 if (!rbuf || !auio) {
8163 uio_addiov(auio, CAST_USER_ADDR_T(rbuf), UIO_BUFF_SIZE);
8174 dir_pos = (void*) rbuf;
8175 dir_end = (void*) (rbuf + siz);
8233 uio_addiov(auio, CAST_USER_ADDR_T(rbuf), UIO_BUFF_SIZE);
8246 dir_pos = (void*) rbuf;
8247 dir_end = (void*) (rbuf
[all...]

Completed in 47 milliseconds