Symbol: AIF_HDR
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
165
AIF_HDR AifHdr;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
2507
Buffer += sizeof (AIF_HDR);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
258
bcopy(buffer, &AifHdr, sizeof (AIF_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
261
bzero((void *)&AifHdr, sizeof (AIF_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4565
AIF_HDR AifHdr;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4595
if (Size < sizeof (AIF_HDR)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4599
Size, sizeof (AIF_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4604
bcopy(bptr, &AifHdr, sizeof (AIF_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4612
sizeof (AIF_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4679
NextImage = sizeof (AIF_HDR) + 4;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4737
sizeof (AIF_HDR) + ImageLength +
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4747
if (Size < sizeof (AIF_HDR)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4750
sizeof (AIF_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4755
bcopy(Buffer, &AifHdr, sizeof (AIF_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4760
if (Size != (sizeof (AIF_HDR) + ImageLength + sizeof (int))) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4763
sizeof (AIF_HDR) + ImageLength +
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4778
(uint32_t *)(Buffer + ImageLength + sizeof (AIF_HDR));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5192
Buffer = EntireBuffer + sizeof (AIF_HDR);