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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c18 * or more child nodes, pointed to by first_child.
21 * containing a string. Its first_child pointer must be null.
43 struct profile_node *first_child; member in struct:profile_node
67 for (child=node->first_child; child; child = next) {
131 if (node->value && node->first_child)
135 for (p = node->first_child; p; last = p, p = p->next) {
170 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
189 section->first_child = new;
259 p = section->first_child;
542 for (p=section->first_child;
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c1469 Dwarf_P_Die first_child = 0; local
1564 first_child = curdie->di_child;
1565 while (first_child && first_child->di_right) {
1566 if (first_child->di_child)
1568 first_child,
1570 first_child->di_right, error);
1571 first_child = first_child->di_right;

Completed in 65 milliseconds