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.c729 uint32_t ByteCountRem; /* remaining portion of original byte count */ in emlxs_read_cfg_region() local
747 for (ByteCountRem = ByteCount; ByteCountRem > 0; in emlxs_read_cfg_region()
748 ByteCountRem -= CopyCount) { in emlxs_read_cfg_region()
754 (ByteCountRem < hba->sli.sli4.dump_region.size) ? in emlxs_read_cfg_region()
755 ByteCountRem : hba->sli.sli4.dump_region.size; in emlxs_read_cfg_region()
812 (ByteCountRem < DUMP_BC_MAX) ? ByteCountRem : in emlxs_read_cfg_region()