Searched refs:update_entry_ttl (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dyptol.h87 extern suc_code update_entry_ttl(map_ctrl *, datum *, TTL_TYPE);
H A Dttl_utils.c174 * 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 Dupdate.c185 update_entry_ttl(map, key, TTL_RUNNING);
H A Dshim.c482 update_entry_ttl(map, &key, TTL_RAND);
H A Ddit_access.c903 /* 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 Dshim_changepasswd.c582 update_entry_ttl((map_ctrl *)map, &key, TTL_RAND);

Completed in 67 milliseconds