Searched defs:port_state (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c235 int port_state = HBA_PORTSTATE_ONLINE; local
263 port_state = HBA_PORTSTATE_OFFLINE;
513 disco_port_ptr->port_attributes.PortState = port_state;
656 int port_state = HBA_PORTSTATE_ONLINE; local
674 port_state = HBA_PORTSTATE_OFFLINE;
927 disco_port_ptr->port_attributes.PortState = port_state;
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c231 port_state(devctl_hdl_t hdl, nvlist_t *list,
634 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) !=
687 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) !=
756 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) !=
866 if ((rv = port_state(hdl, nvl, &rstate, &ostate)) !=
1002 if ((rv = port_state(hdl, list, &rstate, &ostate)) !=
1978 port_state(devctl_hdl_t hdl, nvlist_t *list, function

Completed in 84 milliseconds