Searched refs:update_entry_ttl (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | yptol.h | 87 extern suc_code update_entry_ttl(map_ctrl *, datum *, TTL_TYPE);
|
H A D | ttl_utils.c | 174 * FUNCTION: update_entry_ttl() 188 update_entry_ttl(map_ctrl *map, datum *key, TTL_TYPE type) function 254 /* Call update_entry_ttl() with magic map expiry key */ 255 ret = update_entry_ttl(map, &key, TTL_MIN);
|
H A D | update.c | 185 update_entry_ttl(map, key, TTL_RUNNING);
|
H A D | shim.c | 482 update_entry_ttl(map, &key, TTL_RAND);
|
H A D | dit_access.c | 903 /* Set up enough of map_ctrl to call update_entry_ttl */ 916 if (FAILURE == update_entry_ttl(&temp_map, &key, 1362 * Set up enough of map_ctrl to call update_entry_ttl. Since there is 1381 if (FAILURE == update_entry_ttl(&temp_map, &key,
|
H A D | shim_changepasswd.c | 582 update_entry_ttl((map_ctrl *)map, &key, TTL_RAND);
|
Completed in 67 milliseconds