Searched refs:roots (Results 1 – 7 of 7) sorted by relevance
/titanic_44/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[i] = (caddr_t)gssname; in sec_svc_loadrootnames() [all …]
|
/titanic_44/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_44/usr/src/tools/scripts/ |
H A D | nightly.sh | 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
|
/titanic_44/usr/src/lib/libtnfctl/ |
H A D | wlcmd | 52 root $interfaces # make them all roots, too
|
/titanic_44/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_44/usr/src/lib/librstp/common/ |
H A D | COPYING | 183 (For example, a function in a library to compute square roots has 188 root function must still compute square roots.)
|
/titanic_44/usr/src/lib/print/libhttp-core/common/ |
H A D | LICENSE.txt | 653 (For example, a function in a library to compute square roots has 658 root function must still compute square roots.)
|