Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c789 uint32_t ByteCountRem; /* remaining portion of original byte count */ in emlxs_read_cfg_region() local
803 for (ByteCountRem = ByteCount; ByteCountRem > 0; in emlxs_read_cfg_region()
804 ByteCountRem -= CopyCount) { in emlxs_read_cfg_region()
810 (ByteCountRem < hba->sli.sli4.dump_region.size) ? in emlxs_read_cfg_region()
811 ByteCountRem : hba->sli.sli4.dump_region.size; in emlxs_read_cfg_region()
868 (ByteCountRem < DUMP_BC_MAX) ? ByteCountRem : in emlxs_read_cfg_region()