Searched refs:map_list (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_conv.c104 char **map_list; local
120 map_list = get_mapping_map_list(dom_name);
121 if (NULL == map_list) {
127 for (i = 0; NULL != map_list[i]; i++) {
128 dump_map_to_dit(map_list[i], dom_name, init_containers);
131 free_map_list(map_list);
264 char **map_list; local
303 map_list = get_mapping_map_list(dom_list[i]);
304 if (NULL == map_list) {
310 for (j = 0; map_list[
[all...]
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 Dshim_ancil.c299 * map_list is the list of maps in an array of map names,
306 add_map_domain_to_list(char *domain, char ***map_list) argument
319 if (map_list == NULL) {
395 !on_maplist(mapname, *map_list)) {
396 if (add_in_maplist(mapname, map_list, &map_list_len) ==
H A Dshim_changepasswd.c380 char **map_list; /* Array of passwd or adjunct maps */ local
384 map_list = get_passwd_list(FALSE, domain);
385 if (map_list != NULL) {
387 ans = proc_map_list(map_list, domain, pwd, FALSE);
388 free_passwd_list(map_list);
400 map_list = get_passwd_list(TRUE, domain);
401 if (map_list != NULL) {
407 ans = proc_map_list(map_list, domain, pwd, TRUE);
408 free_passwd_list(map_list);
428 proc_map_list(char **map_list, cha argument
[all...]
H A Ddit_access.c373 free_map_list(char **map_list) argument
375 free_null_terminated_list(map_list);
/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y57 itmc_map_t *map_list;
83 %type <map_list> map_list
84 %type <map_list> map_pair
477 map : MAP name CBO map_list CBC
479 TRACE_MESSAGE('y', ("map: map name {map_list}\n"));
482 | MAP CBO map_list CBC
484 TRACE_MESSAGE('y', ("map: map {map_list}\n"));
487 | MAP name map_attribute CBO map_list CBC
489 TRACE_MESSAGE('y', ("map: map name attribute {map_list}\
[all...]
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++) {
670 for (num = 0, ml = map_list; ml; ml = ml->next, num++) {
682 for (num = 0, ml = map_list; ml; ml = ml->next, num++) {
729 for (num = 0, num2 = 0, ml = map_list; ml; ml = ml->next) {
2012 map_list_append(itmc_map_t *map_list, itmc_map_t *map_pair) argument
2015 return (map_list);
2021 if (map_list) {
2022 map_list->last->next = map_pair;
2023 map_list
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Drdb.h119 typedef struct map_list { struct

Completed in 129 milliseconds