Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4550 emlxs_parm_t *parm_out; in emlxs_fca_port_manage() local
4576 parm_out = (emlxs_parm_t *)pm->pm_stat_buf; in emlxs_fca_port_manage()
4590 (void) strncpy(parm_out->label, in emlxs_fca_port_manage()
4592 (sizeof (parm_out->label)-1)); in emlxs_fca_port_manage()
4593 parm_out->min = cfg->low; in emlxs_fca_port_manage()
4594 parm_out->max = cfg->hi; in emlxs_fca_port_manage()
4595 parm_out->def = cfg->def; in emlxs_fca_port_manage()
4596 parm_out->current = cfg->current; in emlxs_fca_port_manage()
4597 parm_out->flags = cfg->flags; in emlxs_fca_port_manage()
4598 (void) strncpy(parm_out->help, in emlxs_fca_port_manage()
[all …]