Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h291 #define STMF_CMD_LPORT_ONLINE (STMF_CMD_LPORT_OP | STMF_CMD_ONLINE) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt_tgt.c115 case STMF_CMD_LPORT_ONLINE: in pppt_tgt_sm_ctl()
H A Dpppt.c835 case STMF_CMD_LPORT_ONLINE: in pppt_lport_ctl()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2200 ASSERT((cmd == STMF_CMD_LPORT_ONLINE) || in fct_ctl()
2217 case STMF_CMD_LPORT_ONLINE: in fct_ctl()
3233 return (stmf_ctl(STMF_CMD_LPORT_ONLINE, port->port_lport, &st)); in fct_port_initialize()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1907 ASSERT((cmd == STMF_CMD_LPORT_ONLINE) || in iscsit_ctl()
1915 case STMF_CMD_LPORT_ONLINE: in iscsit_ctl()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c791 ret = stmf_ctl(STMF_CMD_LPORT_ONLINE, tgt->tp_lport, &cstatus); in srpt_ioc_port_active()
H A Dsrpt_stp.c1063 case STMF_CMD_LPORT_ONLINE: in srpt_stp_ctl()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c912 STMF_CMD_LPORT_ONLINE : STMF_CMD_LPORT_OFFLINE; in stmf_ioctl()
1527 (void) stmf_ctl(STMF_CMD_LPORT_ONLINE, in stmf_set_stmf_state()
3391 (void) stmf_ctl(STMF_CMD_LPORT_ONLINE, lport, &ssci); in stmf_register_local_port()
5723 case STMF_CMD_LPORT_ONLINE: in stmf_ctl()
7657 case STMF_CMD_LPORT_ONLINE: in stmf_svc()