Home
last modified time | relevance | path

Searched refs:ucred_sz (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c126 size_t ucred_sz = ucred_size(); in svc_dg_create_private() local
154 su = malloc(sizeof (*su) + ucred_sz); in svc_dg_create_private()
173 su->su_tudata.opt.maxlen = MAX_OPT_WORDS * sizeof (int) + ucred_sz; in svc_dg_create_private()
201 size_t ucred_sz = ucred_size(); in svc_dg_xprtcopy() local
244 if ((su = malloc(sizeof (struct svc_dg_data) + ucred_sz)) == NULL) { in svc_dg_xprtcopy()
262 su->su_tudata.opt.maxlen = MAX_OPT_WORDS * sizeof (int) + ucred_sz; in svc_dg_xprtcopy()