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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c4580 uint32_t ImageLength; local
4611 ImageLength = AifHdr.RoSize;
4615 (uint32_t *)(bptr + ImageLength +
4741 sizeof (AIF_HDR) + ImageLength +
4762 ImageLength = AifHdr.RoSize + AifHdr.RwSize;
4764 if (Size != (sizeof (AIF_HDR) + ImageLength + sizeof (int))) {
4767 sizeof (AIF_HDR) + ImageLength +
4782 (uint32_t *)(Buffer + ImageLength + sizeof (AIF_HDR));
4860 ImageLength = ImageHdr.BlockSize;
4863 if (Size != ImageLength) {
[all...]

Completed in 54 milliseconds