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

/barrelfish-master/lib/nfs/
H A Dxdr_pbuf.c64 static bool movebytes(bool copyin, XDR *xdr, char *callerbuf, size_t nbytes) argument
74 memcpy(buf, callerbuf, space);
76 memcpy(callerbuf, buf, space);
79 callerbuf += space;

Completed in 26 milliseconds