Searched refs:ISA_MAP_INFO (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DInternalIsaBus.h154 } ISA_MAP_INFO; typedef in typeref:struct:__anon10289
H A DIsaIo.c344 ISA_MAP_INFO *IsaMapInfo;
362 IsaMapInfo = (ISA_MAP_INFO *) Mapping;
739 ISA_MAP_INFO *IsaMapInfo;
792 // Allocate an ISA_MAP_INFO structure to remember the mapping when Unmap()
795 IsaMapInfo = AllocatePool (sizeof (ISA_MAP_INFO));
977 ISA_MAP_INFO *IsaMapInfo;
1095 // Allocate an ISA_MAP_INFO structure to remember the mapping when Unmap()
1098 IsaMapInfo = AllocatePool (sizeof (ISA_MAP_INFO));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaDriver.h145 } ISA_MAP_INFO; typedef in typeref:struct:__anon10312
H A DIsaIo.c748 ISA_MAP_INFO *IsaMapInfo;
766 IsaMapInfo = (ISA_MAP_INFO *) Mapping;
1079 ISA_MAP_INFO *IsaMapInfo;
1132 // Allocate an ISA_MAP_INFO structure to remember the mapping when Unmap()
1135 IsaMapInfo = AllocatePool (sizeof (ISA_MAP_INFO));
1317 ISA_MAP_INFO *IsaMapInfo;
1435 // Allocate an ISA_MAP_INFO structure to remember the mapping when Unmap()
1438 IsaMapInfo = AllocatePool (sizeof (ISA_MAP_INFO));

Completed in 51 milliseconds