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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosInt13.c55 BIOS_LEGACY_DRIVE *Bios; local
60 Bios = &Dev->Bios;
62 if (Int13GetDeviceParameters (Dev, Bios) != 0) {
63 if (Int13Extensions (Dev, Bios) != 0) {
64 BlockMedia->LastBlock = (EFI_LBA) Bios->Parameters.PhysicalSectors - 1;
65 BlockMedia->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
67 if ((Bios->Parameters.Flags & EDD_DEVICE_REMOVABLE) == EDD_DEVICE_REMOVABLE) {
76 BlockMedia->LastBlock = (Bios->MaxHead + 1) * Bios
434 BIOS_LEGACY_DRIVE *Bios; local
582 BIOS_LEGACY_DRIVE *Bios; local
817 BIOS_LEGACY_DRIVE *Bios; local
970 BIOS_LEGACY_DRIVE *Bios; local
1133 BIOS_LEGACY_DRIVE *Bios; local
1335 BIOS_LEGACY_DRIVE *Bios; local
[all...]
H A DBiosBlkIo.c410 BiosBlockIoPrivate->Bios.Floppy = FALSE;
411 BiosBlockIoPrivate->Bios.Number = (UINT8) Index;
412 BiosBlockIoPrivate->Bios.Letter = (UINT8) (Index - 0x80 + 'C');
416 SetBiosInitBlockIoDevicePath (PciDevPath, &BiosBlockIoPrivate->Bios, &BiosBlockIoPrivate->DevicePath);
H A DEdd.h203 BIOS_LEGACY_DRIVE Bios; member in struct:__anon10369
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvberom.asm21 ;; This VBE is part of the VGA Bios specific to the plex86/bochs Emulated VGA card.
26 ;; This VBE Bios is based on information taken from :
H A Dvgarom.asm21 ;; This VGA Bios is specific to the plex86/bochs Emulated VGA card.
H A DVBoxVgaBiosAlternative.asm29 ; This VGA Bios is specific to the plex86/bochs Emulated VGA card.
58 ; This VBE is part of the VGA Bios specific to the plex86/bochs Emulated VGA card.
63 ; This VBE Bios is based on information taken from :
95 ; // This VGA Bios is specific to the plex86/bochs Emulated VGA card.
103 ; // This VGA Bios contains fonts from :
108 ; // This VGA Bios is based on information taken from :
144 ; // This VBE is part of the VGA Bios specific to the plex86/bochs Emulated VGA card.
149 ; // This VBE Bios is based on information taken from :

Completed in 96 milliseconds