Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2679 uint32_t byteCountRem; in emlxs_dump_hba_memory() local
2791 byteCountRem = byteCount; in emlxs_dump_hba_memory()
2796 if (byteCountRem == 0) { in emlxs_dump_hba_memory()
2801 (byteCountRem / 4 >= in emlxs_dump_hba_memory()
2802 0x18) ? 0x18 : (byteCountRem / 4); in emlxs_dump_hba_memory()
2817 byteCountRem -= (mb->un.varDmp.word_cnt * 4); in emlxs_dump_hba_memory()