Home
last modified time | relevance | path

Searched refs:first_child (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c43 struct profile_node *first_child; member
67 for (child=node->first_child; child; child = next) { in profile_free_node()
131 if (node->value && node->first_child) in profile_verify_node()
135 for (p = node->first_child; p; last = p, p = p->next) { in profile_verify_node()
170 for (p=section->first_child, last = 0; p; last = p, p = p->next) { in profile_add_node()
189 section->first_child = new; in profile_add_node()
259 p = section->first_child; in profile_find_node()
542 for (p=section->first_child; p; p = p->next) { in profile_node_iterator()
568 iter->node = section->first_child; in profile_node_iterator()
689 for (p=node->parent->first_child, last = 0; p; last = p, p = p->next) { in profile_rename_node()
[all …]
/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c1469 Dwarf_P_Die first_child = 0; in _dwarf_pro_generate_debuginfo() local
1564 first_child = curdie->di_child; in _dwarf_pro_generate_debuginfo()
1565 while (first_child && first_child->di_right) { in _dwarf_pro_generate_debuginfo()
1566 if (first_child->di_child) in _dwarf_pro_generate_debuginfo()
1568 first_child, in _dwarf_pro_generate_debuginfo()
1570 first_child->di_right, error); in _dwarf_pro_generate_debuginfo()
1571 first_child = first_child->di_right; in _dwarf_pro_generate_debuginfo()