Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.h226 unsigned int blockLength:16; /* The length of the keypair data blk */ member
H A DiscsiAuthClient.c670 if ((keyBlock->blockLength + length) > iscsiAuthStringBlockMaxLength) { in iscsiAuthClientSetKeyValue()
675 string = &keyBlock->stringBlock[keyBlock->blockLength]; in iscsiAuthClientSetKeyValue()
681 keyBlock->blockLength += length; in iscsiAuthClientSetKeyValue()
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_authclient.h227 unsigned int blockLength:16; /* The length of the keypair data blk */ member