Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.h38 enum { iscsiAuthStringBlockMaxLength = 1024 }; enumerator
233 char stringBlock[iscsiAuthStringBlockMaxLength];
H A DiscsiAuthClient.c670 if ((keyBlock->blockLength + length) > iscsiAuthStringBlockMaxLength) { in iscsiAuthClientSetKeyValue()
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_authclient.h39 enum { iscsiAuthStringBlockMaxLength = 1024 }; enumerator
234 char stringBlock[iscsiAuthStringBlockMaxLength];