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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_svc.c217 * proots - address of the array of root names.
224 sec_svc_loadrootnames(int flavor, int count, caddr_t **proots, model_t model) argument
250 if (copyin(*proots, oroots, oallocsz))
281 *proots = roots;
288 if (copyin(*proots, oroots, oallocsz))
316 *proots = roots;
342 sec_svc_freerootnames(int flavor, int count, caddr_t *proots) argument
350 if (proots[i] != NULL)
351 kmem_free(proots[i], strlen(proots[
[all...]

Completed in 45 milliseconds