Home
last modified time | relevance | path

Searched refs:vesa_info (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/misc/seabios/seabios-1.14.0/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dbootsplash.c60 u16 *videomodes = SEGOFF_TO_FLATPTR(vesa_info->video_mode); in find_videomode()
118 struct vbe_info *vesa_info = malloc_tmplow(sizeof(*vesa_info)); in enable_bootsplash() local
120 if (!vesa_info || !mode_info) { in enable_bootsplash()
126 memset(vesa_info, 0, sizeof(struct vbe_info)); in enable_bootsplash()
127 vesa_info->signature = VBE2_SIGNATURE; in enable_bootsplash()
131 br.di = FLATPTR_TO_OFFSET(vesa_info); in enable_bootsplash()
132 br.es = FLATPTR_TO_SEG(vesa_info); in enable_bootsplash()
134 if (vesa_info->signature != VESA_SIGNATURE) { in enable_bootsplash()
140 char *vendor = SEGOFF_TO_FLATPTR(vesa_info->oem_vendor_string); in enable_bootsplash()
143 vesa_info->version>>8, vesa_info->version&0xff, in enable_bootsplash()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/mboot/
H A Dinitvesa.c46 struct vesa_info vesa_info; variable
89 memcpy(&vesa_info.gi, gi, sizeof *gi); in set_graphics_mode()
170 else if (!IS_GOOD(&vesa_info.mi, wantx, wanty) && in set_graphics_mode()
174 else if (IS_GOOD(&vesa_info.mi, wantx, wanty) && in set_graphics_mode()
186 memcpy(&vesa_info.mi, mi, sizeof *mi); in set_graphics_mode()
193 mi = &vesa_info.mi; in set_graphics_mode()
207 viaddr = map_data(&vesa_info, sizeof vesa_info, 4, 0); in set_graphics_mode()
208 mbi->vbe_control_info = viaddr + offsetof(struct vesa_info, gi); in set_graphics_mode()
209 mbi->vbe_mode_info = viaddr + offsetof(struct vesa_info, mi); in set_graphics_mode()
228 graphics_using_vga(0x0F, vesa_info.mi.h_res, vesa_info.mi.v_res); in set_graphics_mode()
H A Dvesa.h93 struct vesa_info { struct
98 extern struct vesa_info vesa_info; argument
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dvesainfo.c122 VESA_INFO vesa_info; variable
177 if (strncmp(vesa_info.VESASignature, "VESA", 4) != 0) { in get_vesa_info()
185 mode_ptr = RM_TO_LINEAR(vesa_info.VideoModePtr); in get_vesa_info()
194 get_string(oem_string, vesa_info.OEMStringPtr); in get_vesa_info()
195 get_string(oemvendor_string, vesa_info.OemVendorNamePtr); in get_vesa_info()
202 printf("VESAVersion:\t\t%d.%d\n", vesa_info.VESAVersion>>8, vesa_info.VESAVersion&0xFF); in get_vesa_info()
207 vesa_info.Capabilities[0], in get_vesa_info()
209 (vesa_info.Capabilities[0] & 2) ? "not VGA" : "VGA", in get_vesa_info()
213 printf("TotalMemory:\t\t%d (%dK)\n", vesa_info.TotalMemory, vesa_info.TotalMemory*64); in get_vesa_info()
216 … printf("OemSoftwareRev:\t\t%d.%d\n", vesa_info.OemSoftwareRev>>8, vesa_info.OemSoftwareRev&0xFF); in get_vesa_info()
[all …]
/dports/devel/allegro/allegro-4.4.3.1/src/dos/
H A Dvesa.c328 if (strncmp(vesa_info.VESASignature, "VESA", 4) != 0) in get_vesa_info()
331 addr = RM_TO_LINEAR(vesa_info.OEMStringPtr); in get_vesa_info()
382 if (vesa_info.TotalMemory <= 0) in _vesa_vidmem_check()
385 return MIN(mem, (vesa_info.TotalMemory << 16)); in _vesa_vidmem_check()
413 if (vesa_info.VESAVersion < (vbe_version<<8)) { in find_vesa_mode()
418 mode_ptr = RM_TO_LINEAR(vesa_info.VideoModePtr); in find_vesa_mode()
580 vesa_info.VESAVersion>>8, in setup_vesa_desc()
581 vesa_info.VESAVersion&0xFF); in setup_vesa_desc()
627 mode_ptr = RM_TO_LINEAR(vesa_info.VideoModePtr); in vesa_fetch_mode_list()
635 mode_ptr = RM_TO_LINEAR(vesa_info.VideoModePtr); in vesa_fetch_mode_list()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/efi/
H A Dvesa.c78 static int efi_vesacon_set_mode(struct vesa_info *vesa_info, int *x, int *y, in efi_vesacon_set_mode() argument
89 struct vesa_info *vi; in efi_vesacon_set_mode()
236 memcpy(&vesa_info->mi, mi, sizeof *mi); in efi_vesacon_set_mode()
/dports/sysutils/syslinux/syslinux-6.03/com32/include/syslinux/
H A Dfirmware.h32 struct vesa_info;
37 int (*set_mode)(struct vesa_info *, int *, int *, enum vesa_pixel_format *);
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/sys/vesa/
H A Dvesa.h94 struct vesa_info { struct
99 extern struct vesa_info __vesa_info; argument
/dports/sysutils/syslinux/syslinux-6.03/core/
H A Dbios.c215 static int bios_vesacon_set_mode(struct vesa_info *vesa_info, int *px, int *py, in bios_vesacon_set_mode() argument
220 struct vesa_info *vi; in bios_vesacon_set_mode()
258 memcpy(&vesa_info->gi, gi, sizeof *gi); in bios_vesacon_set_mode()
355 memcpy(&vesa_info->mi, mi, sizeof *mi); in bios_vesacon_set_mode()
364 mi = &vesa_info->mi; in bios_vesacon_set_mode()
/dports/sysutils/syslinux/syslinux-6.03/com32/sysdump/
H A Dvesa.c9 struct vesa_info *vip; in dump_vesa_tables()
/dports/sysutils/syslinux/syslinux-6.03/com32/modules/
H A Dvesainfo.c29 struct vesa_info *vesa; in print_modes()

12