Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_config.h114 CFG_AUTH_MODE, /* auth-mode (hidden) */ enumerator
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c7771 cfg[CFG_AUTH_MODE].current; in emlxs_auth_cfg_init()
8363 if (auth_cfg->authentication_mode < cfg[CFG_AUTH_MODE].low) { in emlxs_auth_cfg_parse()
8364 auth_cfg->authentication_mode = cfg[CFG_AUTH_MODE].current; in emlxs_auth_cfg_parse()
8365 } else if (auth_cfg->authentication_mode > cfg[CFG_AUTH_MODE].hi) { in emlxs_auth_cfg_parse()
8366 auth_cfg->authentication_mode = cfg[CFG_AUTH_MODE].current; in emlxs_auth_cfg_parse()
H A Demlxs_solaris.c8124 case CFG_AUTH_MODE: in emlxs_set_parm()