Searched refs:profile_find_node (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_set.c | 107 retval = profile_find_node(section, *cpp, 0, 1, in profile_update_relation() 116 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); in profile_update_relation() 153 retval = profile_find_node(section, *cpp, 0, 1, in profile_clear_relation() 161 retval = profile_find_node(section, *cpp, 0, 0, &state, &node); in profile_clear_relation() 202 retval = profile_find_node(section, *cpp, 0, 1, in profile_rename_section() 211 retval = profile_find_node(section, *cpp, 0, 1, &state, &node); in profile_rename_section() 255 retval = profile_find_node(section, *cpp, 0, 1, in profile_add_relation() 266 retval = profile_find_node(section, *cpp, 0, 1, &state, 0); in profile_add_relation()
|
H A D | prof_tree.c | 248 errcode_t profile_find_node(struct profile_node *section, const char *name, in profile_find_node() function 329 retval = profile_find_node(section, name, 0, 0, state, &p); in profile_find_node_relation() 366 retval = profile_find_node(section, name, 0, 1, state, &p); in profile_find_node_subsection()
|
H A D | prof_int.h | 178 errcode_t profile_find_node
|