Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c1558 nvlist_t *nvl_port_id = NULL; in stmf_ic_reg_port_msg_unmarshal() local
1562 rc = nvlist_lookup_nvlist(nvl, "icrp_port_id", &nvl_port_id); in stmf_ic_reg_port_msg_unmarshal()
1569 m->icrp_port_id = stmf_ic_scsi_devid_desc_unmarshal(nvl_port_id); in stmf_ic_reg_port_msg_unmarshal()
1606 nvlist_t *nvl_port_id = NULL; in stmf_ic_dereg_port_msg_unmarshal() local
1610 rc = nvlist_lookup_nvlist(nvl, "icdp_port_id", &nvl_port_id); in stmf_ic_dereg_port_msg_unmarshal()
1616 m->icdp_port_id = stmf_ic_scsi_devid_desc_unmarshal(nvl_port_id); in stmf_ic_dereg_port_msg_unmarshal()