Searched refs:ttl_path (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/libnisdb/yptol/ |
| H A D | map_ctrl.c | 104 map->ttl_path = NULL; in create_map_ctrl() 227 map->ttl_path = (char *)am(myself, strlen(map->map_path) + in map_ctrl_init() 229 if (NULL == map->ttl_path) { in map_ctrl_init() 236 strcpy(map->ttl_path, map->map_path); in map_ctrl_init() 237 strcat(map->ttl_path, TTL_POSTFIX); in map_ctrl_init() 367 if (NULL != map->ttl_path) { in free_map_ctrl() 368 sfree(map->ttl_path); in free_map_ctrl() 369 map->ttl_path = NULL; in free_map_ctrl() 482 map->ttl = dbm_open(map->ttl_path, O_RDWR | O_CREAT, 0644); in open_yptol_files() 485 "Cannot open TTL file %s", map->ttl_path); in open_yptol_files()
|
| H A D | ttl_utils.c | 248 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 D | shim.h | 62 char *ttl_path; /* Full qualified path to TTL file */ member
|
| H A D | dit_access.c | 945 rename_map(temp_ttl, map->ttl_path, secure_flag); in update_map_from_dit() 1404 rename_map(temp_ttl, map->ttl_path, FALSE); in update_netgroup_byxxx()
|