Home
last modified time | relevance | path

Searched refs:init_list (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c33 errcode_t init_list(struct profile_string_list *list) in init_list() function
140 if ((retval = init_list(&values))) in profile_get_values()
350 if ((retval = init_list(&values))) in profile_get_subsection_names()
386 if ((retval = init_list(&values))) in profile_get_relation_names()
H A Dprof_int.h278 errcode_t init_list(struct profile_string_list *list);
H A Dprof_solaris.c49 if (code = init_list(&values)) in __profile_iter_name_value()
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkconf.c48 init_list(struct profile_string_list *list) in init_list() function
176 if (code = init_list(&values)) { in main()
/illumos-gate/usr/src/tools/protocmp/
H A Dlist.h148 extern void init_list(elem_list *, int);
H A Dprotocmp.c779 init_list(&first_list, HASH_SIZE); in main()
780 init_list(&second_list, HASH_SIZE); in main()
781 init_list(&exception_list, HASH_SIZE); in main()
H A Dlist.c40 init_list(elem_list *list, int hsize) in init_list() function
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2998 if (init_list == NULL) { in vhci_update_mpapi_data()
3005 init_list = vhci_mpapi_create_item(vhci, in vhci_update_mpapi_data()
3008 initd = init_list->item->idata; in vhci_update_mpapi_data()
3462 mpapi_item_list_t *path_list, *init_list; in vhci_mpapi_update_tpg_data() local
3599 if (init_list == NULL) { in vhci_mpapi_update_tpg_data()
3606 init_list = vhci_mpapi_create_item(vhci, in vhci_mpapi_update_tpg_data()
3609 initd = init_list->item->idata; in vhci_mpapi_update_tpg_data()
4039 mpapi_item_list_t *init_list; in vhci_mpapi_sync_init_port_list() local
4056 if (init_list == NULL) { in vhci_mpapi_sync_init_port_list()
4063 init_list = vhci_mpapi_create_item(vhci, in vhci_mpapi_sync_init_port_list()
[all …]