Home
last modified time | relevance | path

Searched refs:cpdest (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/sunrpc/
Dxdr.c860 void *cpdest = xdr->scratch.iov_base; in xdr_copy_to_scratch() local
865 memcpy(cpdest, xdr->p, cplen); in xdr_copy_to_scratch()
866 cpdest += cplen; in xdr_copy_to_scratch()
873 memcpy(cpdest, p, nbytes); in xdr_copy_to_scratch()