/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/ |
H A D | Spec.t | 36 # $root is only needed by Mac OS tests; these particular 38 my $root = ''; 40 $root = File::Spec::Mac->rootdir(); 441 [ "Mac->catdir('')", $root, 'MacOS' ], # skipped on other OS 444 [ "Mac->catdir('', '')", $root, 'MacOS' ], # skipped on other OS 445 [ "Mac->catdir('', ':')", $root, 'MacOS' ], # skipped on other OS 449 [ "Mac->catdir('', '::')", $root, 'MacOS' ], # skipped on other OS 487 [ "Mac->catdir('','d1','d2','d3')", $root . 'd1:d2:d3:', 'MacOS' ], # skipped on other OS 488 [ "Mac->catdir('',':','d1','d2')", $root . 'd1:d2:' , 'MacOS' ], # skipped on other OS 489 [ "Mac->catdir('','::','d1','d2')", $root [all...] |
/osnet-11/usr/src/lib/libast/common/cdt/ |
H A D | dttree.c | 41 Dtlink_t *root, *t; local 53 root = dt->data->here; 55 { if(!root || !(type&(DT_CLEAR|DT_FIRST|DT_LAST)) ) 61 { while((t = root->left) ) 62 RROTATE(root,t); 63 t = root->right; 65 (*disc->freef)(dt,_DTOBJ(root,lk),disc); 67 (*dt->memoryf)(dt,(Void_t*)root,0,disc); 68 } while((root = t) ); 77 { while((t = root [all...] |
/osnet-11/usr/src/lib/libast/common/hash/ |
H A D | hashlast.c | 24 /* OBSOLETE 19960229 -- use tab->root->last.{table|bucket} */ 42 return(tab->root->last.bucket);
|
H A D | hashdump.c | 75 if (n = tab->root->namesize) 130 * dump hash table root info 134 dumproot(register Hash_root_t* root, register int flags) argument 138 sfprintf(sfstderr, " root\n"); 139 sfprintf(sfstderr, " address: 0x%08lx\n", (unsigned long)root); 141 dumpflags(root->flags); 142 if (root->namesize) sfprintf(sfstderr, "namesize=%d ", root->namesize); 143 if (root->local->alloc) sfprintf(sfstderr, "alloc=0x%08lx ", (unsigned long)root 166 register Hash_root_t* root; local [all...] |
H A D | hashfree.c | 36 * root info freed when last reference freed 58 if (tab->root->local->free) 60 if (tab->root->flags & HASH_BUCKET) freebucket = tab->root->local->free; 61 else freevalue = tab->root->local->free; 63 if (region = tab->root->local->region) 64 handle = tab->root->local->handle; 101 if (tab->root) 109 if ((tp = tab->root->references) != tab) 118 else if (!(tab->root [all...] |
H A D | hashalloc.c | 75 tab->root = ref->root; 82 if (!(tab->root = (Hash_root_t*)(*region)(handle, NiL, sizeof(Hash_root_t), 0))) 84 memset(tab->root, 0, sizeof(Hash_root_t)); 86 else if (!(tab->root = newof(0, Hash_root_t, 1, 0))) 88 if (!(tab->root->local = newof(0, Hash_local_t, 1, 0))) 90 if (tab->root->local->region = region) 91 tab->root->local->handle = handle; 92 tab->root->meanchain = HASHMEANCHAIN; 102 tab->root [all...] |
H A D | hashlook.c | 75 tab->root->accesses++; 77 last = &tab->root->last; 95 else HASH(tab->root, name, n); 104 if (!tab->root->local->compare) 109 if (tab->root->namesize) 111 register char* s3 = s1 + tab->root->namesize; 119 else if (tab->root->namesize) 121 if (!(*tab->root->local->compare)(hashname(b), name, tab->root->namesize)) goto found; 123 else if (!(*tab->root [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | lock.t | 45 $root = lock_retrieve('store'); 46 ok 3, ref $root eq 'ARRAY'; 47 ok 4, @a == @$root; 48 ok 5, &dump($root) eq $dumped;
|
H A D | retrieve.t | 48 $root = retrieve('store'); 49 print "not " unless defined $root; 60 $d1 = &dump($root); 69 print "not " unless defined $root->[1]; 71 print "not " if length $root->[1];
|
H A D | freeze.t | 47 $root = thaw($f1); 48 print "not " unless defined $root; 51 $got = &dump($root); 81 $root = thaw($f2); 82 print "not " unless &dump($foo) eq &dump($root); 85 print "not " unless &dump($root3) eq &dump($root); 88 $other = freeze($root); 93 print "not " unless &dump($root2) eq &dump($root);
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_search.c | 61 NODE *root = (NODE *) r; local 62 if (root->llink == NULL && root->rlink == NULL) 63 (*action)(root, leaf, level, cookie); 65 (*action)(root, preorder, level, cookie); 66 if (root->llink != NULL) 67 slp_twalk(root->llink, action, level + 1, cookie); 68 (*action)(root, postorder, level, cookie); 69 if (root->rlink != NULL) 70 slp_twalk(root [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | tsearch.c | 134 NODE *root = (NODE *)rt; local 136 if (root != NULL && action != NULL) 137 __twalk(root, action, 0); 143 __twalk(NODE *root, /* Root of the tree to be walked */ argument 147 if (root->llink == NULL && root->rlink == NULL) 148 (*action)(root, leaf, level); 150 (*action)(root, preorder, level); 151 if (root->llink != NULL) 152 __twalk(root [all...] |
/osnet-11/usr/src/lib/brand/solaris10/zone/ |
H A D | s10_boot.ksh | 34 ZONEROOT=$ZONEPATH/root 75 # $3 The name of the replacement file's owner (e.g., root:bin) 121 # $3 The name of the replacement file's owner (e.g., root:bin) 163 # replace_with_native /usr/bin/zcat 0555 root:bin 200 chown root:bin $ZONEROOT/lib/inet 222 replace_with_native /sbin/dhcpagent 0555 root:bin 223 replace_with_native /sbin/dhcpinfo 0555 root:bin 224 replace_with_native /sbin/ifconfig 0555 root:bin 225 replace_with_native /usr/bin/netstat 0555 root:bin 226 replace_with_native /usr/lib/inet/in.ndpd 0555 root [all...] |
/osnet-11/usr/src/lib/pybootmgmt/i386/ |
H A D | bootmgmt-helper-chain.ksh | 43 # <title>:<grub root>:<active> 47 root=$1 52 printf "\n$title:$root:$_partition:$active" 59 root=$3 62 entry $root $part Windows False 71 root=$3 76 entry $root $part "Windows" False 78 entry $root $part OS/2 False 89 root=$3 108 entry $root [all...] |
/osnet-11/usr/src/lib/sun_sas/common/ |
H A D | Sun_sasLoadLibrary.c | 41 di_node_t root; local 67 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { 81 if (devtree_get_all_hbas(root) == HBA_STATUS_OK) { 87 di_fini(root);
|
H A D | Sun_sasRefreshAdapterConfiguration.c | 31 * The di_node_t argument should be the root of the device tree. 85 di_node_t root; local 100 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { 121 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, 127 di_fini(root); 148 if (devtree_get_all_hbas(root) != HBA_STATUS_OK) { 151 di_fini(root);
|
H A D | Sun_sasRefreshInformation.c | 31 * The di_node_t argument should be the root of the device tree. 90 di_node_t root; local 111 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) { 132 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa, 138 di_fini(root); 148 di_fini(root); 154 di_fini(root);
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/ |
H A D | asfs.c | 37 _asfs_probe_root (PedGeometry *geom, uint32_t *block, int blocksize, PedSector root) { argument 44 if (PED_BE32_TO_CPU (block[2]) * blocksize + geom->start != root) { 61 PedSector root; local 85 root = geom->start; 86 if (!ped_device_read (geom->dev, block, root, blocksize)) { 88 _("%s : Couldn't read root block %llu\n"), __func__, root); 95 /* Find and test the root blocks */ 96 if (_asfs_probe_root(geom, block, blocksize, root)) { 99 root [all...] |
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 111 # root should have ID 0. 113 my $root = lgrp_root($c); 114 ok($root, 0, 'root should have id zero'); 128 # All root children should have root as their one and only one parent 131 my @children = lgrp_children($c, $root); 132 ok(scalar @children, lgrp_children($c, $root), 'lgrp_children as scalar'); 147 $fail++ if $parent != $root; 164 # root shoul [all...] |
H A D | Lgrp_api.t | 71 # root should have ID 0. 73 my $root = $c->root; 74 is($root, 0, 'root should have id zero'); 93 # All root children should have root as their one and only one parent 96 my (@children) = $c->children($root); 108 $fail++ if $parent != $root; 114 # Each lgrp other than root shoul [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Path.pm | 60 the root of the subtree to delete, or a reference to 62 below each root, as well as the roots themselves, 180 carp "No root path(s) specified\n"; 184 my($root); 185 foreach $root (@{$roots}) { 187 $root = ":$root" if $root !~ /:/; 188 $root =~ s#([^:])\z#$1:#; 190 $root [all...] |
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.pm | 104 # If $root is not specified, use lgrp_root. 110 my $root = shift; 111 $root = lgrp_root($cookie) unless defined $root; 112 return unless defined $root; 113 my @children = lgrp_children($cookie, $root); 117 # Concatenate root with subtrees for every children. Every subtree is 122 ($root, map {lgrp_lgrps($cookie, $_)} @children) : 123 ($root); 137 my $root 199 sub root subroutine [all...] |
/osnet-11/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_funcs.c | 358 find_board(Sys_tree *root, int board) argument 360 Board_node *bnode = root->bd_list; 373 insert_board(Sys_tree *root, int board) argument 376 Board_node *temp = root->bd_list; 387 root->bd_list = bnode; 390 root->bd_list = bnode; 397 root->board_cnt++; 452 dev_find_node(Prom_node *root, const char *name) argument 456 node = dev_find_node_by_type(root, "name", name); 462 dev_next_node(Prom_node *root, cons argument 476 dev_find_type(Prom_node *root, const char *type) argument 490 dev_next_type(Prom_node *root, const char *type) argument 504 find_failed_node(Prom_node * root) argument 531 next_failed_node(Prom_node * root) argument 637 add_node(Sys_tree *root, Prom_node *pnode) argument 694 dev_find_node_by_type(Prom_node *root, const char *type, const char *property) argument 724 dev_next_node_by_type(Prom_node *root, const char *type, const char *property) argument 754 dev_find_node_by_compatible(Prom_node *root, const char *compatible) argument 809 dev_next_node_by_compatible(Prom_node *root, const char *compatible) argument [all...] |
/osnet-11/usr/src/grub/grub-0.97/util/ |
H A D | grub-set-default.in | 36 --root-directory=DIR Use the directory DIR instead of the root directory 53 --root-directory=*) 54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Utility.java | 68 String root = System.getenv("ROOT"); 69 if (root != null && root.length() > 0) { 73 npaths[i] = root + "/" + paths[i];
|