Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c106 map->ttl_path = NULL; in create_map_ctrl()
229 map->ttl_path = (char *)am(myself, strlen(map->map_path) + in map_ctrl_init()
231 if (NULL == map->ttl_path) { in map_ctrl_init()
238 strcpy(map->ttl_path, map->map_path); in map_ctrl_init()
239 strcat(map->ttl_path, TTL_POSTFIX); in map_ctrl_init()
369 if (NULL != map->ttl_path) { in free_map_ctrl()
370 sfree(map->ttl_path); in free_map_ctrl()
371 map->ttl_path = NULL; in free_map_ctrl()
484 map->ttl = dbm_open(map->ttl_path, O_RDWR | O_CREAT, 0644); in open_yptol_files()
487 "Cannot open TTL file %s", map->ttl_path); in open_yptol_files()
H A Dttl_utils.c248 map->ttl = dbm_open(map->ttl_path, O_RDWR, 0644); in update_map_ttl()
260 map->ttl_path = NULL; in update_map_ttl()
H A Dshim.h64 char *ttl_path; /* Full qualified path to TTL file */ member
H A Ddit_access.c944 rename_map(temp_ttl, map->ttl_path, secure_flag); in update_map_from_dit()
1403 rename_map(temp_ttl, map->ttl_path, FALSE); in update_netgroup_byxxx()