Searched defs:leaf (Results 1 - 9 of 9) sorted by relevance

/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/grub/grub2/grub-core/fs/
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 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 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 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-internal.h224 typedef enum { preorder, postorder, endorder, leaf } VISIT; enumerator in enum:__anon2580
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_hot.c3184 char* leaf = name; local
3190 sep = p, leaf = p + 1;
3192 sep = p, leaf = p + 2;
3210 leaf, (int)packlen, packname);
3216 leaf, (int)packlen, packname, (int)packlen, packname);
/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...]

Completed in 95 milliseconds