Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c917 client->phase = iscsiAuthPhaseNegotiate; in iscsiAuthClientNextPhase()
920 case iscsiAuthPhaseNegotiate: in iscsiAuthClientNextPhase()
1324 if (client->phase == iscsiAuthPhaseNegotiate) { in iscsiAuthClientHandshake()
1596 case iscsiAuthPhaseNegotiate: in iscsiAuthClientRecvEnd()
1669 case iscsiAuthPhaseNegotiate: in iscsiAuthClientRecvEnd()
1805 if (client->phase != iscsiAuthPhaseNegotiate && in iscsiAuthClientRecvKeyValue()
1846 client->phase != iscsiAuthPhaseNegotiate && in iscsiAuthClientSendKeyValue()
1893 if (client->phase != iscsiAuthPhaseNegotiate && in iscsiAuthClientRecvTransitBit()
1918 client->phase != iscsiAuthPhaseNegotiate && in iscsiAuthClientSendTransitBit()
2418 client->phase != iscsiAuthPhaseNegotiate && in iscsiAuthClientSetGlueHandle()
[all …]
H A DiscsiAuthClient.h165 iscsiAuthPhaseNegotiate, /* Negotiating */ enumerator
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_authclient.h166 iscsiAuthPhaseNegotiate, /* Negotiating */ enumerator