Home
last modified time | relevance | path

Searched refs:table_map (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c277 __nis_table_mapping_t *table_map; in get_ttl_value() local
282 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() local
558 table_map = mappingFromMap(map->map_name, map->domain, &res); in add_special_entries()
[all …]
/titanic_50/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1252 append_domainContext(__nis_table_mapping_t **table_map, in append_domainContext() argument
1255 __nis_table_mapping_t *tmp_map = *table_map; in append_domainContext()