Searched refs:image_hdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c1232 emlxs_be3_image_header_t *image_hdr; local
1295 image_hdr = (emlxs_be3_image_header_t *)(buffer +
1297 for (i = 0; i < ufi_hdr->image_cnt; i++, image_hdr++) {
1299 image_hdr->id = SWAP32(image_hdr->id);
1300 image_hdr->offset = SWAP32(image_hdr->offset);
1301 image_hdr->length = SWAP32(image_hdr->length);
1302 image_hdr
[all...]

Completed in 47 milliseconds