Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c5491 dfc_cfgparam_t *cfgparam; in emlxs_dfc_get_cfg() local
5509 cfgparam = (dfc_cfgparam_t *)dfc->buf1; in emlxs_dfc_get_cfg()
5510 bzero(cfgparam, sizeof (dfc_cfgparam_t)); in emlxs_dfc_get_cfg()
5514 (void) strncpy(cfgparam[i].a_string, cfg[i].string, in emlxs_dfc_get_cfg()
5515 (sizeof (cfgparam[i].a_string)-1)); in emlxs_dfc_get_cfg()
5516 cfgparam[i].a_low = cfg[i].low; in emlxs_dfc_get_cfg()
5517 cfgparam[i].a_hi = cfg[i].hi; in emlxs_dfc_get_cfg()
5518 cfgparam[i].a_default = cfg[i].def; in emlxs_dfc_get_cfg()
5519 cfgparam[i].a_current = cfg[i].current; in emlxs_dfc_get_cfg()
5522 cfgparam[i].a_flag |= CFG_EXPORT; in emlxs_dfc_get_cfg()
[all …]