Info
gopi = gop->Mode->Info;
if (gop == NULL || gop->Mode == NULL || gop->Mode->Info == NULL)
switch (gop->Mode->Info->PixelFormat) {
EFI_PIXEL_BITMASK *bm = &gop->Mode->Info->PixelInformation;
gop->Mode->Info->PixelFormat);
width = htobe32(gop->Mode->Info->HorizontalResolution);
height = htobe32(gop->Mode->Info->VerticalResolution);
stride = htobe32(gop->Mode->Info->PixelsPerScanLine * pxsize);
if (gop == NULL || gop->Mode == NULL || gop->Mode->Info == NULL)
switch (gop->Mode->Info->PixelFormat) {
width = htobe32(gop->Mode->Info->HorizontalResolution);
height = htobe32(gop->Mode->Info->VerticalResolution);
stride = htobe32(gop->Mode->Info->PixelsPerScanLine * 4);
if (gop == NULL || gop->Mode == NULL || gop->Mode->Info == NULL)
switch (gop->Mode->Info->PixelFormat) {
width = htobe32(gop->Mode->Info->HorizontalResolution);
height = htobe32(gop->Mode->Info->VerticalResolution);
stride = htobe32(gop->Mode->Info->PixelsPerScanLine * 4);
EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *Info;
OUT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION **Info
IN OUT EFI_PXE_BASE_CODE_DISCOVER_INFO *Info OPTIONAL
IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL,
getinfo(struct Info *si)
allocinfo(struct Info *si)
copyinfo(struct Info *from, struct Info *to)
static void allocinfo(struct Info *);
static void copyinfo(struct Info *, struct Info *);
static void getinfo(struct Info *);