Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_mblk.c230 #define XDRMBLK_BCOPY_LIMIT 16 macro
256 if (xdrs->x_handy < XDRMBLK_BCOPY_LIMIT) { in xdrmblk_getbytes()
281 if (len < XDRMBLK_BCOPY_LIMIT) { in xdrmblk_getbytes()
384 if (xdrs->x_handy < XDRMBLK_BCOPY_LIMIT) { in xdrmblk_putbytes()
422 if (len < XDRMBLK_BCOPY_LIMIT) { in xdrmblk_putbytes()