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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c725 uint32_t CopyCount; /* bytes to copy after each successful dump */ local
739 CopyCount = 0;
742 ByteCountRem -= CopyCount) {
783 CopyCount = mb->un.varDmp4.rsp_cnt;
786 if (CopyCount == 0) {
790 if (CopyCount > ByteCountReq) {
794 CopyCount, ByteCountReq);
796 CopyCount = ByteCountReq;
800 pLocalBuf, CopyCount);
833 CopyCount
[all...]

Completed in 49 milliseconds