Searched defs:map_list (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_conv.c102 char **map_list; local
118 map_list = get_mapping_map_list(dom_name);
119 if (NULL == map_list) {
125 for (i = 0; NULL != map_list[i]; i++) {
126 dump_map_to_dit(map_list[i], dom_name, init_containers);
129 free_map_list(map_list);
262 char **map_list; local
301 map_list = get_mapping_map_list(dom_list[i]);
302 if (NULL == map_list) {
308 for (j = 0; map_list[
[all...]
H A Dshim_ancil.c294 * map_list is the list of maps in an array of map names,
301 add_map_domain_to_list(char *domain, char ***map_list) argument
314 if (map_list == NULL) {
390 !on_maplist(mapname, *map_list)) {
391 if (add_in_maplist(mapname, map_list, &map_list_len) ==
H A Dmap_ctrl.c58 extern bool_t add_map_domain_to_list(char *domain, char ***map_list);
631 char **domain_list, **map_list = NULL; local
647 if (map_list) {
648 free_map_list(map_list);
649 map_list = NULL;
653 map_list = get_mapping_map_list(domain_list[i]);
654 if (map_list == NULL) {
663 if (add_map_domain_to_list(domain_list[i], &map_list) ==
668 if (map_list) free_map_list(map_list);
[all...]
H A Ddit_access.c373 free_map_list(char **map_list) argument
375 free_null_terminated_list(map_list);
H A Dshim_changepasswd.c384 char **map_list; /* Array of passwd or adjunct maps */ local
388 map_list = get_passwd_list(FALSE, domain);
389 if (map_list != NULL) {
391 ans = proc_map_list(map_list, domain, pwd, FALSE);
392 free_passwd_list(map_list);
404 map_list = get_passwd_list(TRUE, domain);
405 if (map_list != NULL) {
411 ans = proc_map_list(map_list, domain, pwd, TRUE);
412 free_passwd_list(map_list);
432 proc_map_list(char **map_list, cha argument
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Drdb.h119 typedef struct map_list { struct
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c513 map_table(itm_data_t *name, itmc_map_t *map_list, argument
589 for (num = 0, ml = map_list; ml; ml = ml->next, num++) {
673 for (num = 0, ml = map_list; ml; ml = ml->next, num++) {
685 for (num = 0, ml = map_list; ml; ml = ml->next, num++) {
732 for (num = 0, num2 = 0, ml = map_list; ml; ml = ml->next) {
2014 map_list_append(itmc_map_t *map_list, itmc_map_t *map_pair) argument
2017 return (map_list);
2023 if (map_list) {
2024 map_list->last->next = map_pair;
2025 map_list
[all...]

Completed in 70 milliseconds