Symbol: ImageHdr
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
164
IMAGE_HDR ImageHdr;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
259
bzero((void *)&ImageHdr, sizeof (IMAGE_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
262
bcopy(buffer, &ImageHdr, sizeof (IMAGE_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
291
if (ImageHdr.Id.Type == SBUS_FCODE) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
302
if (emlxs_write_fcode_flash(hba, &ImageHdr, buffer)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3150
PIMAGE_HDR ImageHdr,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3168
wptr = (uint32_t *)&ImageHdr->Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3192
DlByteCount = ImageHdr->BlockSize;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3195
&ImageHdr->Id, 0);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3240
0, DlCount, &ImageHdr->Id, dwc_flag);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3268
switch (ImageHdr->Id.Type) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3275
&ImageHdr->Id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3277
WakeUpParms->prog_id = ImageHdr->Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3287
&ImageHdr->Id, 1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3290
WakeUpParms->u0.boot_bios_id = ImageHdr->Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3295
WakeUpParms->u1.EROM_prog_id = ImageHdr->Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3303
&ImageHdr->Id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3305
WakeUpParms->sli1_prog_id = ImageHdr->Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3312
&ImageHdr->Id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3314
WakeUpParms->sli2_prog_id = ImageHdr->Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3321
&ImageHdr->Id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3323
WakeUpParms->sli3_prog_id = ImageHdr->Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3330
&ImageHdr->Id);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3332
WakeUpParms->sli4_prog_id = ImageHdr->Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3338
"Image type not supported. Type=%x", ImageHdr->Id.Type);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3365
IMAGE_HDR ImageHdr;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
337
if (emlxs_start_rel_download(hba, &ImageHdr, buffer,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3387
bcopy(bptr, &ImageHdr, sizeof (IMAGE_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3389
rval = emlxs_start_rel_download(hba, &ImageHdr, bptr,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3441
PIMAGE_HDR ImageHdr, caddr_t Buffer)
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3447
uint32_t DlByteCount = ImageHdr->BlockSize;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
3514
src = (uint8_t *)ImageHdr;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
37
PIMAGE_HDR ImageHdr, caddr_t Buffer);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4132
IMAGE_HDR ImageHdr;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4150
Dptr = (caddr_t)&ImageHdr;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4155
if (ImageHdr.BlockSize == 0xffffffff)
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4158
switch (ImageHdr.Id.Type) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4162
AbsWakeUpParms->prog_id = ImageHdr.Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4166
AbsWakeUpParms->u0.boot_bios_id = ImageHdr.Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4170
AbsWakeUpParms->sli1_prog_id = ImageHdr.Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4174
AbsWakeUpParms->sli2_prog_id = ImageHdr.Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4178
AbsWakeUpParms->sli3_prog_id = ImageHdr.Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4182
AbsWakeUpParms->sli4_prog_id = ImageHdr.Id;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4189
NextImage += ImageHdr.BlockSize;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4566
IMAGE_HDR ImageHdr;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4684
bcopy(&bptr[NextImage], &ImageHdr,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4687
&ImageHdr);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4690
if (ImageHdr.BlockSize == 0xffffffff) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4695
ImageHdr.Id.Type);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4705
(ImageHdr.Id.Type << 24) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4706
(ImageHdr.Id.Id << 16) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4707
(ImageHdr.Id.Ver << 8) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4708
ImageHdr.Id.Rev;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4711
ImageHdr.Id.un.revcomp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4715
&image->prog[type], ImageHdr.Id.Id,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4721
NextImage += ImageHdr.BlockSize;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4801
bcopy(&Buffer[NextImage], &ImageHdr,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4803
emlxs_dump_image_header(hba, &ImageHdr);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4806
if (ImageHdr.BlockSize == 0xffffffff) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4810
type = emlxs_type_check(ImageHdr.Id.Type);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4817
(ImageHdr.Id.Type << 24) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4818
(ImageHdr.Id.Id << 16) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4819
(ImageHdr.Id.Ver << 8) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4820
ImageHdr.Id.Rev;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4822
image->prog[type].revcomp = ImageHdr.Id.un.revcomp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4826
&image->prog[type], ImageHdr.Id.Id, type,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4831
NextImage += ImageHdr.BlockSize;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4845
bcopy(Buffer, &ImageHdr, sizeof (IMAGE_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4846
emlxs_dump_image_header(hba, &ImageHdr);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4849
if (ImageHdr.BlockSize == 0xffffffff) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4856
ImageLength = ImageHdr.BlockSize;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4878
type = emlxs_type_check(ImageHdr.Id.Type);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4885
(ImageHdr.Id.Type << 24) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4886
(ImageHdr.Id.Id << 16) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4887
(ImageHdr.Id.Ver << 8) |
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4888
ImageHdr.Id.Rev;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4890
image->prog[type].revcomp = ImageHdr.Id.un.revcomp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4894
ImageHdr.Id.Id, type, "DWC file"))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
89
static uint32_t emlxs_start_rel_download(emlxs_hba_t *hba, PIMAGE_HDR ImageHdr,