Searched refs:map_list (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | map_conv.c | 102 char **map_list; in dump_domain_to_dit() local 118 map_list = get_mapping_map_list(dom_name); in dump_domain_to_dit() 119 if (NULL == map_list) { in dump_domain_to_dit() 125 for (i = 0; NULL != map_list[i]; i++) { in dump_domain_to_dit() 126 dump_map_to_dit(map_list[i], dom_name, init_containers); in dump_domain_to_dit() 129 free_map_list(map_list); in dump_domain_to_dit() 262 char **map_list; in dump_dit_to_maps() local 301 map_list = get_mapping_map_list(dom_list[i]); in dump_dit_to_maps() 302 if (NULL == map_list) { in dump_dit_to_maps() 308 for (j = 0; map_list[j] != NULL; j++) { in dump_dit_to_maps() [all …]
|
H A D | map_ctrl.c | 56 extern bool_t add_map_domain_to_list(char *domain, char ***map_list); 629 char **domain_list, **map_list = NULL; in map_id_list_init() local 645 if (map_list) { in map_id_list_init() 646 free_map_list(map_list); in map_id_list_init() 647 map_list = NULL; in map_id_list_init() 651 map_list = get_mapping_map_list(domain_list[i]); in map_id_list_init() 652 if (map_list == NULL) { in map_id_list_init() 661 if (add_map_domain_to_list(domain_list[i], &map_list) == in map_id_list_init() 666 if (map_list) free_map_list(map_list); in map_id_list_init() 670 if (map_list == NULL || map_list[0] == NULL) { in map_id_list_init() [all …]
|
H A D | shim_changepasswd.c | 384 char **map_list; /* Array of passwd or adjunct maps */ in proc_maps() local 388 map_list = get_passwd_list(FALSE, domain); in proc_maps() 389 if (map_list != NULL) { in proc_maps() 391 ans = proc_map_list(map_list, domain, pwd, FALSE); in proc_maps() 392 free_passwd_list(map_list); in proc_maps() 404 map_list = get_passwd_list(TRUE, domain); in proc_maps() 405 if (map_list != NULL) { in proc_maps() 411 ans = proc_map_list(map_list, domain, pwd, TRUE); in proc_maps() 412 free_passwd_list(map_list); in proc_maps() 432 proc_map_list(char **map_list, char *domain, in proc_map_list() argument [all …]
|
H A D | shim_ancil.c | 301 add_map_domain_to_list(char *domain, char ***map_list) in add_map_domain_to_list() argument 314 if (map_list == NULL) { in add_map_domain_to_list() 390 !on_maplist(mapname, *map_list)) { in add_map_domain_to_list() 391 if (add_in_maplist(mapname, map_list, &map_list_len) == in add_map_domain_to_list()
|
H A D | dit_access.c | 374 free_map_list(char **map_list) in free_map_list() argument 376 free_null_terminated_list(map_list); in free_map_list()
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.y | 55 itmc_map_t *map_list; member 81 %type <map_list> map_list 82 %type <map_list> map_pair 475 map : MAP name CBO map_list CBC 480 | MAP CBO map_list CBC 485 | MAP name map_attribute CBO map_list CBC 490 | MAP map_attribute CBO map_list CBC 562 map_list 568 | map_list map_pair
|
H A D | itm_util.c | 513 map_table(itm_data_t *name, itmc_map_t *map_list, in map_table() argument 589 for (num = 0, ml = map_list; ml; ml = ml->next, num++) { in map_table() 673 for (num = 0, ml = map_list; ml; ml = ml->next, num++) { in map_table() 685 for (num = 0, ml = map_list; ml; ml = ml->next, num++) { in map_table() 732 for (num = 0, num2 = 0, ml = map_list; ml; ml = ml->next) { in map_table() 2014 map_list_append(itmc_map_t *map_list, itmc_map_t *map_pair) in map_list_append() argument 2017 return (map_list); in map_list_append() 2023 if (map_list) { in map_list_append() 2024 map_list->last->next = map_pair; in map_list_append() 2025 map_list->last = map_pair; in map_list_append() [all …]
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | rdb.h | 119 typedef struct map_list { struct
|