Searched defs:roots (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
247 roots = kmem_zalloc(allocsz, KM_SLEEP);
271 if (roots[j] != NULL)
272 kmem_free(roots[j],
273 strlen(roots[j]) + 1);
277 roots[i] = kmem_alloc(len, KM_SLEEP);
278 bcopy(netname, roots[i], len);
281 *proots = roots;
285 roots = kmem_alloc(allocsz, KM_SLEEP);
313 roots[
371 sec_svc_inrootlist(int flavor, caddr_t rootname, int count, caddr_t *roots) argument
[all...]

Completed in 122 milliseconds