Searched refs:ns_map (Results 1 – 1 of 1) sorted by relevance
7923 ns_map_list_t *ns_map; local7926 for (ns_map = ns_maps; ns_map != NULL; ns_map = ns_map->next)7928 if (strcmp(ns_map->mapname, mapname) == 0)7933 if (ns_map == NULL)7935 ns_map = (ns_map_list_t *) xalloc(sizeof(*ns_map));7936 ns_map->mapname = newstr(mapname);7937 ns_map->map = (ns_map_t *) xalloc(sizeof(*ns_map->map));7938 memset(ns_map->map, '\0', sizeof(*ns_map->map));7939 ns_map->next = ns_maps;7940 ns_maps = ns_map;[all …]