Searched defs:COTS_DEFAULT_ALLOCSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c199 #define COTS_DEFAULT_ALLOCSIZE 2048 macro
598 p->cku_outbuflen = COTS_DEFAULT_ALLOCSIZE;
2774 if (tidu_size > COTS_DEFAULT_ALLOCSIZE || (tidu_size <= 0))
2775 tidu_size = COTS_DEFAULT_ALLOCSIZE;

Completed in 67 milliseconds