Searched refs:table_map (Results 1 – 2 of 2) sorted by relevance
277 __nis_table_mapping_t *table_map; in get_ttl_value() local282 table_map = mappingFromMap(map->map_name, map->domain, &res); in get_ttl_value()284 if (0 == table_map) { in get_ttl_value()293 return (table_map->initTtlHi); in get_ttl_value()296 return (table_map->initTtlLo); in get_ttl_value()304 interval = table_map->initTtlHi - table_map->initTtlLo; in get_ttl_value()306 return (table_map->initTtlLo); in get_ttl_value()315 return (table_map->ttl); in get_ttl_value()544 __nis_table_mapping_t *table_map; in add_special_entries() local558 table_map = mappingFromMap(map->map_name, map->domain, &res); in add_special_entries()[all …]
1252 append_domainContext(__nis_table_mapping_t **table_map, in append_domainContext() argument1255 __nis_table_mapping_t *tmp_map = *table_map; in append_domainContext()