Searched refs:end_list (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_get.c | 19 * init_list(), end_list(), and add_to_list(). 22 * These functions --- init_list(), end_list(), and add_to_list() are 48 void end_list(struct profile_string_list *list, char ***ret_list) function 155 end_list(&values, ret_values); 159 end_list(&values, 0); 360 end_list(&values, ret_names); 364 end_list(&values, 0); 396 end_list(&values, ret_names); 400 end_list(&values, 0);
|
H A D | prof_int.h | 114 * the end_list() function. 279 void end_list(struct profile_string_list *list, char ***ret_list);
|
H A D | prof_solaris.c | 60 end_list(&values, &ret_values); 79 end_list(&values, &ret_values);
|
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/ |
H A D | kconf.c | 64 end_list(struct profile_string_list *list, char ***ret_list) function 189 end_list(&values, &ret_values);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 2768 * cuurently start_list and end_list can have values: 2779 ill_first(int start_list, int end_list, ill_walk_context_t *ctx, argument 2787 ASSERT(end_list <= MAX_G_HEADS && start_list >= 0); 2792 if (end_list != MAX_G_HEADS) { 2794 ctx->ctx_last_list = end_list;
|
Completed in 105 milliseconds