Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/idmap/
H A Didmap_cache.c65 #define CACHE_TTL (60 * 10) macro
483 time_t ttl = CACHE_TTL + gethrestime_sec(); in kidmap_cache_add_sid2uid()
572 time_t ttl = CACHE_TTL + gethrestime_sec(); in kidmap_cache_add_sid2gid()
660 time_t ttl = CACHE_TTL + gethrestime_sec(); in kidmap_cache_add_sid2pid()
/titanic_41/usr/src/lib/libidmap/common/
H A Didmap_cache.c60 #define CACHE_TTL (60 * 10) macro
797 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_sid2uid()
909 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_sid2gid()
1019 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_sid2pid()
1198 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_winname2uid()
1328 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_winname2gid()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c86 #define CACHE_TTL 180 macro
215 ad_cache->ac_maxtime = time(NULL) + CACHE_TTL; in add_cache()