Searched refs:end_list (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_get.c | 48 void end_list(struct profile_string_list *list, char ***ret_list) in end_list() function 155 end_list(&values, ret_values); in profile_get_values() 159 end_list(&values, 0); in profile_get_values() 360 end_list(&values, ret_names); in profile_get_subsection_names() 364 end_list(&values, 0); in profile_get_subsection_names() 396 end_list(&values, ret_names); in profile_get_relation_names() 400 end_list(&values, 0); in profile_get_relation_names()
|
H A D | prof_int.h | 279 void end_list(struct profile_string_list *list, char ***ret_list);
|
H A D | prof_solaris.c | 60 end_list(&values, &ret_values); in __profile_iter_name_value() 79 end_list(&values, &ret_values); in __profile_iter_name_value()
|
/titanic_50/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kconf.c | 64 end_list(struct profile_string_list *list, char ***ret_list) in end_list() function 189 end_list(&values, &ret_values); in main()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 2779 ill_first(int start_list, int end_list, ill_walk_context_t *ctx, in ill_first() argument 2787 ASSERT(end_list <= MAX_G_HEADS && start_list >= 0); in ill_first() 2792 if (end_list != MAX_G_HEADS) { in ill_first() 2794 ctx->ctx_last_list = end_list; in ill_first()
|