Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h40 struct profile_node *root;
159 (struct profile_node *node);
162 (struct profile_node *section,
167 (struct profile_node *node);
170 (struct profile_node *node);
173 (struct profile_node *node);
176 (struct profile_node *node);
179 (struct profile_node *section,
185 (struct profile_node *section,
190 (struct profile_node *section,
[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
57 struct profile_node *child, *next; in profile_free_node()
95 struct profile_node *new; in profile_create_node()
126 struct profile_node *p, *last; in profile_verify_node()
252 struct profile_node *p; in profile_find_node()
326 struct profile_node *p; in profile_find_node_relation()
359 struct profile_node *p; in profile_find_node_subsection()
[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.c87 struct profile_node *section, *node; in profile_update_relation()
139 struct profile_node *section, *node; in profile_clear_relation()
185 struct profile_node *section, *node; in profile_rename_section()
238 struct profile_node *section; in profile_add_relation()