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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c724 uint32_t ByteCountReq; /* requested byte count for a particular dump */ local
747 ByteCountReq =
762 mb->un.varDmp4.available_cnt = ByteCountReq;
790 if (CopyCount > ByteCountReq) {
794 CopyCount, ByteCountReq);
796 CopyCount = ByteCountReq;
805 ByteCountReq =
816 mb->un.varDmp.word_cnt = ByteCountReq / 4;
840 if (CopyCount > ByteCountReq) {
844 CopyCount, ByteCountReq);
[all...]

Completed in 59 milliseconds