Searched refs:leaf (Results 1 - 25 of 32) sorted by relevance

12

/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c152 unsigned int portid, lsb, ch, leaf; local
161 leaf = OPL_ADDR_TO_LEAF(phi, plo);
163 portid = OPL_IO_PORTID(lsb, ch, leaf);
236 uint32_t portid, ch, leaf; local
248 * Because of no leaf information in physical address
271 leaf = OPL_PORTID_TO_LEAF(portid);
280 } else if (OPL_OBERON_CHANNEL(ch) && OPL_VALID_LEAF(leaf)) {
284 if (leaf) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSymbol.pm153 my($stem, $leaf) = $pkg =~ m/(.*::)(\w+::)$/;
155 return unless defined $stem_symtab and exists $stem_symtab->{$leaf};
160 my $leaf_symtab = *{$stem_symtab->{$leaf}}{HASH};
168 delete $stem_symtab->{$leaf};
H A Dh2xs.t202 foreach my $leaf (File::Spec->catfile('lib', "$name.pm"), 'Makefile.PL') {
203 my $file = File::Spec->catfile($name, $leaf);
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dxfs.c283 struct grub_xfs_btree_node *leaf = 0;
293 leaf = grub_malloc (node->data->bsize);
294 if (leaf == 0)
321 grub_free (leaf);
326 0, node->data->bsize, leaf))
329 if (grub_strncmp ((char *) leaf->magic, "BMAP", 4))
331 grub_free (leaf);
336 nrec = grub_be_to_cpu16 (leaf->numrecs);
337 keys = &leaf->keys[0];
338 recoffset = ((node->data->bsize - ((char *) &leaf
281 struct grub_xfs_btree_node *leaf = 0; local
[all...]
H A Dbtrfs.c180 int leaf; member in struct:grub_btrfs_leaf_descriptor::__anon386
317 desc->data[desc->depth - 1].leaf = l;
328 struct grub_btrfs_leaf_node leaf; local
339 while (!desc->data[desc->depth - 1].leaf)
361 * sizeof (leaf)
363 + desc->data[desc->depth - 1].addr, &leaf,
364 sizeof (leaf));
367 *outsize = grub_le_to_cpu32 (leaf.size);
369 + grub_le_to_cpu32 (leaf.offset);
370 *key_out = leaf
467 struct grub_btrfs_leaf_node leaf, leaf_last; local
[all...]
H A Djfs.c136 /* A leaf node in the dirents tree. */
149 /* A leaf in the dirents tree. This one is used if the previously
237 struct grub_jfs_leaf_dirent *leaf; member in struct:grub_jfs_diropen
420 diro->leaf = inode->dir.dirents;
438 /* Read in the nodes until we are on the leaf node level. */
458 diro->leaf = diro->dirpage->dirent;
482 struct grub_jfs_leaf_dirent *leaf;
517 diro->leaf = diro->dirpage->dirent;
524 leaf = &diro->leaf[dir
481 struct grub_jfs_leaf_dirent *leaf; local
[all...]
H A Dsfs.c111 grub_uint8_t leaf; member in struct:grub_sfs_btree
183 /* Follow the tree down to the leaf level. */
185 && !tree->leaf)
191 /* If the leaf level is reached, just find the correct extent. */
192 if (grub_be_to_cpu32 (EXTNODE (tree, i)->key) == block && tree->leaf)
197 /* We found a correct leaf. */
208 } while (!tree->leaf);
H A Dext2.c296 grub_uint32_t leaf; member in struct:grub_ext4_extent_idx
366 block = (block << 32) + grub_le_to_cpu32 (index[i].leaf);
388 struct grub_ext4_extent_header *leaf;
392 leaf = grub_ext4_find_leaf (data, buf,
395 if (! leaf)
401 ext = (struct grub_ext4_extent *) (leaf + 1);
402 for (i = 0; i < grub_le_to_cpu16 (leaf->entries); i++)
387 struct grub_ext4_extent_header *leaf; local
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_search.c63 (*action)(root, leaf, level, cookie);
H A Dslp_da_cache.c206 if (order == endorder || order == leaf) {
H A DSLPFindSrvTypes.c263 if (order == endorder || order == leaf) {
H A Dslp-internal.h224 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator in enum:__anon2580
H A DSLPFindAttrs.c557 if (order == endorder || order == leaf) {
H A DSLPFindSrvs.c524 if (order == endorder || order == leaf) {
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s122 retl ! return from leaf function
144 retl ! return from leaf function
165 retl ! return from leaf routine
H A Dmemmove.s39 save %sp, -SA(MINFRAME), %sp ! not a leaf routine any more
H A Dstrchr.s121 retl ! done with leaf function
152 retl ! done with leaf function
213 retl ! return from leaf function
/osnet-11/usr/src/lib/libc/port/gen/
H A Dtsearch.c148 (*action)(root, leaf, level);
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s39 save %sp, -SA(MINFRAME), %sp ! not a leaf routine any more
H A Dstrchr.s121 retl ! done with leaf function
152 retl ! done with leaf function
213 retl ! return from leaf function
H A Dstrcpy.s128 retl ! done with leaf function
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t126 is($fail, 0, 'All non-leaf lgrps should have single parent');
142 my $leaf = $leaves[0]; # Pickup any non-root lgrp.
146 my $lgrp = ($home == $root ? $leaf : $root);
326 is($fail, 0, 'Each lgrp containing CPU resources should be leaf');
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c831 struct medialeaf *leaf = &mtable->mleaf[i]; local
834 leaf->type = 0;
835 leaf->media = p[0] & 0x3f;
836 leaf->leafdata = p;
841 switch(leaf->type = p[1]) {
844 leaf->media = p[2] & 0x0f;
848 leaf->media = 11;
860 leaf->media = p[2] & MEDIA_MASK;
861 switch (leaf->media) {
870 leaf
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dtsearch.c207 (*action)((Void_t*)obj,leaf,level);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm183 my ($stem, $leaf);
187 ($stem, $leaf) = $pkg =~ m/(.*::)(\w+::)$/;
193 #warn "erase($pkg) stem=$stem, leaf=$leaf";
197 # delete $stem_symtab->{$leaf};
199 my $leaf_glob = $stem_symtab->{$leaf};
206 # my $foo = undef ${"$stem\::"}{"$leaf\::"};
209 delete $stem_symtab->{$leaf};

Completed in 79 milliseconds

12