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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2671 uint32_t byteCountRem; local
2783 byteCountRem = byteCount;
2788 if (byteCountRem == 0) {
2793 (byteCountRem / 4 >=
2794 0x18) ? 0x18 : (byteCountRem / 4);
2809 byteCountRem -= (mb->un.varDmp.word_cnt * 4);

Completed in 68 milliseconds