Home
last modified time | relevance | path

Searched refs:profile_node (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h40 struct profile_node *root;
140 (FILE *f, struct profile_node **root);
143 (struct profile_node *root, FILE *dstfile);
146 (struct profile_node *root, char **buf);
152 (struct profile_node *relation);
156 struct profile_node **ret_node);
159 (struct profile_node *node);
162 (struct profile_node *section,
164 struct profile_node **ret_node);
167 (struct profile_node *node);
[all …]
H A Dprof_tree.c36 struct profile_node { struct
43 struct profile_node *first_child; argument
44 struct profile_node *parent; argument
45 struct profile_node *next, *prev; argument
55 void profile_free_node(struct profile_node *node) in profile_free_node()
57 struct profile_node *child, *next; in profile_free_node()
93 struct profile_node **ret_node) in profile_create_node()
95 struct profile_node *new; in profile_create_node()
97 new = malloc(sizeof(struct profile_node)); in profile_create_node()
100 memset(new, 0, sizeof(struct profile_node)); in profile_create_node()
[all …]
H A Dprof_parse.c26 struct profile_node *root_section;
27 struct profile_node *current_section;
87 struct profile_node *node; in parse_std_line()
231 errcode_t profile_parse_file(FILE *f, struct profile_node **root) in profile_parse_file()
384 static void dump_profile(struct profile_node *root, int level, in dump_profile()
388 struct profile_node *p; in dump_profile()
449 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile) in profile_write_tree_file()
487 errcode_t profile_write_tree_to_buffer(struct profile_node *root, in profile_write_tree_to_buffer()
H A Dprof_set.c88 struct profile_node *section, *node; in profile_update_relation()
140 struct profile_node *section, *node; in profile_clear_relation()
186 struct profile_node *section, *node; in profile_rename_section()
239 struct profile_node *section; in profile_add_relation()