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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c36 struct profile_node { struct
43 struct profile_node *first_child;
44 struct profile_node *parent;
45 struct profile_node *next, *prev;
55 void profile_free_node(struct profile_node *node)
57 struct profile_node *child, *next;
93 struct profile_node **ret_node)
95 struct profile_node *new;
97 new = malloc(sizeof(struct profile_node));
100 memset(new, 0, sizeof(struct profile_node));
[all...]

Completed in 57 milliseconds