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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2670 uint32_t byteCount; local
2758 byteCount = entry.un.PortBlock.un.s.bc;
2761 byteCount =
2765 byteCount =
2771 total += byteCount;
2774 byteCount, total);
2777 pBuf = (uint8_t *)kmem_zalloc(byteCount, KM_SLEEP);
2783 byteCountRem = byteCount;
2820 pBuf, byteCount, entry, fSwap);
2824 pBuf, byteCount, entr
[all...]

Completed in 64 milliseconds