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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_svc.c226 caddr_t *roots, *oroots, root; local
248 oroots = kmem_alloc(oallocsz, KM_SLEEP);
250 if (copyin(*proots, oroots, oallocsz))
264 tmp = (caddr32_t *)oroots;
268 root = oroots[i];
280 kmem_free(oroots, oallocsz);
286 oroots = kmem_alloc(oallocsz, KM_SLEEP);
288 if (copyin(*proots, oroots, oallocsz))
296 tmp = (caddr32_t *)oroots;
300 root = oroots[
[all...]

Completed in 57 milliseconds