Searched refs:ns_map (Results 1 – 1 of 1) sorted by relevance
7177 ns_map_list_t *ns_map; local7180 for (ns_map = ns_maps; ns_map != NULL; ns_map = ns_map->next)7182 if (strcmp(ns_map->mapname, mapname) == 0)7187 if (ns_map == NULL)7189 ns_map = (ns_map_list_t *) xalloc(sizeof(*ns_map));7190 ns_map->mapname = newstr(mapname);7191 ns_map->map = (ns_map_t *) xalloc(sizeof(*ns_map->map));7192 memset(ns_map->map, '\0', sizeof(*ns_map->map));7193 ns_map->next = ns_maps;7194 ns_maps = ns_map;[all …]