Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c607 DBM *temp_ttl_db; in update_map_from_dit() local
669 if ((temp_ttl_db = dbm_open(temp_ttl, O_RDWR | O_CREAT, 0644)) in update_map_from_dit()
694 if (temp_ttl_db) in update_map_from_dit()
695 dbm_close(temp_ttl_db); in update_map_from_dit()
896 if (temp_ttl_db) in update_map_from_dit()
897 dbm_close(temp_ttl_db); in update_map_from_dit()
907 temp_map.ttl = temp_ttl_db; in update_map_from_dit()
938 dbm_close(temp_ttl_db); in update_map_from_dit()
1194 DBM *temp_ttl_db; in update_netgroup_byxxx() local
1369 temp_map.ttl = temp_ttl_db; in update_netgroup_byxxx()
[all …]