Searched refs:roots (Results 1 – 7 of 7) sorted by relevance
/titanic_52/usr/src/uts/common/rpc/sec/ |
H A D | sec_svc.c | 226 caddr_t *roots, *oroots, root; in sec_svc_loadrootnames() local 247 roots = kmem_zalloc(allocsz, KM_SLEEP); in sec_svc_loadrootnames() 271 if (roots[j] != NULL) in sec_svc_loadrootnames() 272 kmem_free(roots[j], in sec_svc_loadrootnames() 273 strlen(roots[j]) + 1); in sec_svc_loadrootnames() 277 roots[i] = kmem_alloc(len, KM_SLEEP); in sec_svc_loadrootnames() 278 bcopy(netname, roots[i], len); in sec_svc_loadrootnames() 281 *proots = roots; in sec_svc_loadrootnames() 285 roots = kmem_alloc(allocsz, KM_SLEEP); in sec_svc_loadrootnames() 313 roots[ in sec_svc_loadrootnames() 371 sec_svc_inrootlist(int flavor,caddr_t rootname,int count,caddr_t * roots) sec_svc_inrootlist() argument [all...] |
/titanic_52/usr/src/cmd/device_remap/ |
H A D | device_remap.pl | 389 my (%newpath, %roots); 432 push(@{ $roots{$root} }, $alias); 437 foreach $aref (values %roots) {
|
/titanic_52/usr/src/tools/scripts/ |
H A D | nightly | 947 # roots of source trees, both relative to $SRC and absolute. 1255 typeset roots="$ROOT" 1258 roots="$roots $ROOT-nd" 1261 echo $roots 1535 typeset roots=$(allprotos) 1536 echo "\n\nClearing $roots" >> "$LOGFILE" 1537 rm -rf $roots
|
/titanic_52/usr/src/lib/libtnfctl/ |
H A D | wlcmd | 52 root $interfaces # make them all roots, too
|
/titanic_52/usr/src/lib/libsasl/ |
H A D | README | 36 in this code. This is due to the open source roots of the code. This is
|
/titanic_52/usr/src/lib/librstp/common/ |
H A D | COPYING | 186 (For example, a function in a library to compute square roots has 191 root function must still compute square roots.)
|
/titanic_52/usr/src/lib/print/libhttp-core/common/ |
H A D | LICENSE.txt | 663 (For example, a function in a library to compute square roots has 668 root function must still compute square roots.)
|