Searched refs:profile_find_node (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_set.c | 108 retval = profile_find_node(section, *cpp, 0, 1, in profile_update_relation() 117 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); in profile_update_relation() 154 retval = profile_find_node(section, *cpp, 0, 1, in profile_clear_relation() 162 retval = profile_find_node(section, *cpp, 0, 0, &state, &node); in profile_clear_relation() 203 retval = profile_find_node(section, *cpp, 0, 1, in profile_rename_section() 212 retval = profile_find_node(section, *cpp, 0, 1, &state, &node); in profile_rename_section() 256 retval = profile_find_node(section, *cpp, 0, 1, in profile_add_relation() 267 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
|