Searched refs:cfgparam (Results 1 – 1 of 1) sorted by relevance
5435 dfc_cfgparam_t *cfgparam; in emlxs_dfc_get_cfg() local5453 cfgparam = (dfc_cfgparam_t *)dfc->buf1; in emlxs_dfc_get_cfg()5454 bzero(cfgparam, sizeof (dfc_cfgparam_t)); in emlxs_dfc_get_cfg()5458 (void) strncpy(cfgparam[i].a_string, cfg[i].string, in emlxs_dfc_get_cfg()5459 (sizeof (cfgparam[i].a_string)-1)); in emlxs_dfc_get_cfg()5460 cfgparam[i].a_low = cfg[i].low; in emlxs_dfc_get_cfg()5461 cfgparam[i].a_hi = cfg[i].hi; in emlxs_dfc_get_cfg()5462 cfgparam[i].a_default = cfg[i].def; in emlxs_dfc_get_cfg()5463 cfgparam[i].a_current = cfg[i].current; in emlxs_dfc_get_cfg()5466 cfgparam[i].a_flag |= CFG_EXPORT; in emlxs_dfc_get_cfg()[all …]