Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h113 CFG_AUTH_TMO, /* auth-tmo (hidden) */ enumerator
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c7769 cfg[CFG_AUTH_TMO].current; in emlxs_auth_cfg_init()
8357 if (auth_cfg->authentication_timeout < cfg[CFG_AUTH_TMO].low) { in emlxs_auth_cfg_parse()
8358 auth_cfg->authentication_timeout = cfg[CFG_AUTH_TMO].current; in emlxs_auth_cfg_parse()
8359 } else if (auth_cfg->authentication_timeout > cfg[CFG_AUTH_TMO].hi) { in emlxs_auth_cfg_parse()
8360 auth_cfg->authentication_timeout = cfg[CFG_AUTH_TMO].current; in emlxs_auth_cfg_parse()
H A Demlxs_solaris.c8095 case CFG_AUTH_TMO: in emlxs_set_parm()