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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c7588 time_t last_auth_time; local
7601 last_auth_time = port_dhc->auth_time;
7603 last_auth_time = node_dhc->parent_auth_cfg->auth_time;
7605 last_auth_time = 0;
7608 if (last_auth_time) {
7609 reauth_tmo = last_auth_time + timeout;

Completed in 59 milliseconds