Home
last modified time | relevance | path

Searched refs:auth_time (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h212 time_t auth_time; member
292 time_t auth_time; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c979 np->auth_time = np->auth_freshness = gethrestime_sec(); in nfsauth_cache_get()
1047 p->auth_time = p->auth_freshness = gethrestime_sec(); in nfsauth_cache_get()
1092 p->auth_time = gethrestime_sec(); in nfsauth_cache_get()
1552 if (p->auth_time > stale_time || in exi_cache_trim()
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com67 auth_des.o auth_none.o auth_sys.o auth_time.o authdes_prot.o \
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h324 time_t auth_time; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c434 port_dhc->auth_time = DRV_TIME; in emlxs_dhc_state()
436 node_dhc->parent_auth_cfg->auth_time = DRV_TIME; in emlxs_dhc_state()
7601 last_auth_time = port_dhc->auth_time; in emlxs_dhc_set_reauth_time()
7603 last_auth_time = node_dhc->parent_auth_cfg->auth_time; in emlxs_dhc_set_reauth_time()
9653 time_t auth_time; in emlxs_dhc_get_auth_status() local
9683 auth_time = port->port_dhc.auth_time; in emlxs_dhc_get_auth_status()
9687 auth_time = auth_cfg->auth_time; in emlxs_dhc_get_auth_status()
9710 fcsp_status->time_from_last_auth = DRV_TIME - auth_time; in emlxs_dhc_get_auth_status()