Searched defs:rootnode (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfshelp.c39 grub_fshelp_find_file (const char *path, grub_fshelp_node_t rootnode, argument
76 if (node != rootnode && node != currroot)
171 oldnode = rootnode;
208 err = find_file (path, rootnode, foundnode);
H A Diso9660.c411 struct grub_fshelp_node rootnode;
413 rootnode.data = data;
414 rootnode.alloc_dirents = ARRAY_SIZE (rootnode.dirents);
415 rootnode.have_dirents = 1;
416 rootnode.have_symlink = 0;
417 rootnode.dirents[0] = data->voldesc.rootdir;
426 if (grub_iso9660_susp_iterate (&rootnode,
844 struct grub_fshelp_node rootnode;
870 rootnode
410 struct grub_fshelp_node rootnode; local
842 struct grub_fshelp_node rootnode; local
902 struct grub_fshelp_node rootnode; local
[all...]
H A Dudf.c942 struct grub_fshelp_node rootnode; local
994 if (grub_udf_read_icb (data, &data->root_icb, &rootnode))
997 if (grub_fshelp_find_file (path, &rootnode,
1005 if (foundnode != &rootnode)
1020 struct grub_fshelp_node rootnode; local
1029 if (grub_udf_read_icb (data, &data->root_icb, &rootnode))
1032 if (grub_fshelp_find_file (name, &rootnode,
/osnet-11/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c203 mde_cookie_t *nodes, rootnode; local
219 rootnode = md_root_node(mdp);
221 nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "platform"),
277 mde_cookie_t *nodes, rootnode; local
287 rootnode = md_root_node(mdp);
289 nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, node_name),
365 mde_cookie_t *nodes, rootnode; local
376 rootnode = md_root_node(mdp);
378 nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "iodevice"),
447 mde_cookie_t *vdev_nodes, rootnode; local
523 mde_cookie_t *plat_nodes, rootnode; local
[all...]

Completed in 44 milliseconds