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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c210 #define RQCRED_SIZE 400 /* this size is excessive */ macro
1274 * b) the cred structure size does not exceed RQCRED_SIZE bytes.
1314 cred_area = kmem_alloc(2 * MAX_AUTH_BYTES + RQCRED_SIZE,
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c77 #define RQCRED_SIZE 400 /* this size is excessive */ macro
1255 * b) the cred structure size does not exceed RQCRED_SIZE bytes.
1515 if ((cred_area = malloc(2*MAX_AUTH_BYTES + RQCRED_SIZE)) == NULL)

Completed in 61 milliseconds