Searched refs:roots (Results 1 - 3 of 3) 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...]
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl389 my (%newpath, %roots);
432 push(@{ $roots{$root} }, $alias);
437 foreach $aref (values %roots) {
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh941 # roots of source trees, both relative to $SRC and absolute.
1245 typeset roots="$ROOT"
1248 roots="$roots $ROOT-nd"
1251 echo $roots
1517 typeset roots=$(allprotos)
1518 echo "\n\nClearing $roots" >> "$LOGFILE"
1519 rm -rf $roots

Completed in 59 milliseconds