Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2678 uint32_t byteCount; in emlxs_dump_hba_memory() local
2766 byteCount = entry.un.PortBlock.un.s.bc; in emlxs_dump_hba_memory()
2769 byteCount = in emlxs_dump_hba_memory()
2773 byteCount = in emlxs_dump_hba_memory()
2779 total += byteCount; in emlxs_dump_hba_memory()
2782 byteCount, total); in emlxs_dump_hba_memory()
2785 pBuf = (uint8_t *)kmem_zalloc(byteCount, KM_SLEEP); in emlxs_dump_hba_memory()
2791 byteCountRem = byteCount; in emlxs_dump_hba_memory()
2828 pBuf, byteCount, entry, fSwap); in emlxs_dump_hba_memory()
2832 pBuf, byteCount, entry, fSwap); in emlxs_dump_hba_memory()
[all …]