Searched defs:first_child (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dxnu.h58 struct grub_xnu_devtree_key *first_child; member in union:grub_xnu_devtree_key::__anon852
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c12 * or more child nodes, pointed to by first_child.
15 * containing a string. Its first_child pointer must be null.
40 struct profile_node *first_child; member in struct:profile_node
64 for (child=node->first_child; child; child = next) {
129 if (node->value && node->first_child)
133 for (p = node->first_child; p; last = p, p = p->next) {
168 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
192 section->first_child = new;
262 p = section->first_child;
540 for (p=section->first_child;
[all...]

Completed in 33 milliseconds