/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/ |
H A D | EhciSched.c | 111 VOID *Map; local 133 Map = NULL; 136 Ehc->PeriodFrameMap = Map;
|
H A D | EhciUrb.c | 533 VOID *Map; local 536 Map = NULL; 575 // Map the request and user data 585 Urb->RequestMap = Map; 596 Urb->DataMap = Map;
|
/vbox/src/VBox/Additions/solaris/SharedFolders/ |
H A D | vboxfs.h | 60 VBSFMAP Map; member in struct:vboxvfs_globinfo
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | DeviceIo.h | 162 Completes the Map() operation and releases any corresponding resources. 258 EFI_IO_MAP Map; member in struct:_EFI_DEVICE_IO_PROTOCOL
|
H A D | PciRootBridgeIo.h | 257 Completes the Map() operation and releases any corresponding resources. 260 @param Mapping The mapping value returned from Map(). 263 @retval EFI_INVALID_PARAMETER Mapping is not a value that was returned by Map(). 434 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_MAP Map; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
|
H A D | PciIo.h | 62 #define EFI_PCI_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE 0x0080 ///< Map a memory range so writes are combined 66 #define EFI_PCI_IO_ATTRIBUTE_MEMORY_CACHED 0x0800 ///< Map a memory range so all r/w accesses are cached 316 Completes the Map() operation and releases any corresponding resources. 319 @param Mapping The mapping value returned from Map(). 530 EFI_PCI_IO_PROTOCOL_MAP Map; member in struct:_EFI_PCI_IO_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/ |
H A D | Helper.c | 26 @param[in] Map The pointer to the STR2INT table. 42 IN STR2INT *Map, 96 ASSERT (Map != NULL); 97 Value64 = MapStringToInteger (ValueStr, Map); 113 for (Index = 0; Map[Index].String != NULL; Index++) { 114 Print (L" %s", Map[Index].String); 376 @param[in] Map The pointer to the map table. 383 IN STR2INT *Map 388 for (Item = Map; Item->String != NULL; Item++) { 401 @param[in] Map Th 37 GetNumber( IN CHAR16 *FlagStr, IN UINT64 Maximum, IN OUT VOID *ValuePtr, IN UINTN ByteCount, IN STR2INT *Map, IN LIST_ENTRY *ParamPackage, IN UINT32 FormatMask ) argument [all...] |
/vbox/include/VBox/com/ |
H A D | array.h | 712 * @param aMap Map object to copy. 718 * @param K Map key class (deduced from @c aCntr). 724 typedef C<K, T, L, A> Map; typedef 730 for (typename Map::const_iterator it = aMap.begin(); 1691 * @param aMap Map object to copy. 1697 * @param K Map key class (deduced from @c aCntr). 1704 typedef C<K, ComPtr<OI>, L, A> Map; 1710 for (typename Map::const_iterator it = aMap.begin(); 1723 * @param aMap Map object to copy. 1729 * @param K Map ke [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/ |
H A D | IsaIo.h | 56 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_WRITE_COMBINE 0x080 ///< Map a memory range so write are combined. 57 #define EFI_ISA_IO_ATTRIBUTE_MEMORY_CACHED 0x800 ///< Map a memory range so all read and write accesses are cached. 185 If performing a DMA read operation, all the data must be present in system memory before the Map() is performed. Similarly, 240 Unmaps a memory region that was previously mapped with EFI_ISA_IO_PROTOCOL.Map(). 242 The EFI_ISA_IO_PROTOCOL.Map() operation is completed and any corresponding 248 @param[in] Mapping The mapping value returned from EFI_ISA_IO_PROTOCOL.Map(). 338 EFI_ISA_IO_PROTOCOL_MAP Map; member in struct:_EFI_ISA_IO_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
H A D | AtaAtapiPassThru.h | 138 VOID *Map; // Pointer to map. member in struct:_ATA_NONBLOCK_TASK 140 EFI_ATA_DMA_PRD *MapBaseAddress; // Pointer to range Base address for Map.
|
H A D | AhciMode.c | 684 VOID *Map; local 703 Status = PciIo->Map ( 709 &Map 831 Map 885 VOID *Map; local 896 Map = NULL; 936 Status = PciIo->Map ( 942 &Map 950 Task->Map = Map; [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/ |
H A D | EhciSched.c | 116 VOID *Map; local 148 Status = PciIo->Map ( 154 &Map 163 Ehc->PeriodFrameMap = Map; 245 PciIo->Unmap (PciIo, Map); 840 VOID *Map; local 858 Status = PciIo->Map (PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map); 864 Urb->DataMap = Map;
|
H A D | EhciUrb.c | 566 VOID *Map; local 612 // Map the request and user data 617 Status = PciIo->Map (PciIo, MapOp, Request, &Len, &PhyAddr, &Map); 624 Urb->RequestMap = Map; 636 Status = PciIo->Map (PciIo, MapOp, Data, &Len, &PhyAddr, &Map); 643 Urb->DataMap = Map;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
H A D | UsbHub.c | 866 USB_CHANGE_FEATURE_MAP *Map; local 883 Map = &mHubFeatureMap[Index]; 885 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) { 886 UsbHubCtrlClearPortFeature (HubIf->Device, Port, (UINT16) Map->Feature); 1158 USB_CHANGE_FEATURE_MAP *Map; local 1175 Map = &mRootHubFeatureMap[Index]; 1177 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) { 1178 UsbHcClearRootHubPortFeature (HubIf->Device->Bus, Port, (EFI_USB_PORT_FEATURE) Map->Feature);
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
H A D | Ip6Impl.c | 1011 @param[in] Map The container of either user's transmit or receive 1024 IN NET_MAP *Map, 1559 is deleted from the Map, and user's event is signalled. 1563 @param[in] Map The IP6 child's transmit queue. 1574 IN NET_MAP *Map, 1617 @param[in] Map The IP6 child's receive queue. 1631 IN NET_MAP *Map, 1646 NetMapRemoveItem (Map, Item, NULL); 1023 Ip6TokenExist( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument 1573 Ip6CancelTxTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument 1630 Ip6CancelRxTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | vboxext.h | 115 VBOXEXT_HASHMAP Map; member in struct:VBOXEXT_HASHCACHE 120 #define VBOXEXT_HASHCACHE_FROM_MAP(_pMap) RT_FROM_MEMBER((_pMap), VBOXEXT_HASHCACHE, Map) 128 VBoxExtHashInit(&pCache->Map, pfnHash, pfnEqual); 135 PVBOXEXT_HASHMAP_ENTRY pEntry = VBoxExtHashRemove(&pCache->Map, pvKey); 141 PVBOXEXT_HASHMAP_ENTRY pOldEntry = VBoxExtHashPut(&pCache->Map, pvKey, &pEntry->MapEntry);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | vboxext.h | 111 VBOXEXT_HASHMAP Map; member in struct:VBOXEXT_HASHCACHE 116 #define VBOXEXT_HASHCACHE_FROM_MAP(_pMap) RT_FROM_MEMBER((_pMap), VBOXEXT_HASHCACHE, Map) 124 VBoxExtHashInit(&pCache->Map, pfnHash, pfnEqual); 131 PVBOXEXT_HASHMAP_ENTRY pEntry = VBoxExtHashRemove(&pCache->Map, pvKey); 137 PVBOXEXT_HASHMAP_ENTRY pOldEntry = VBoxExtHashPut(&pCache->Map, pvKey, &pEntry->MapEntry);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/ |
H A D | MnpConfig.c | 799 // Initialize the RxToken Map. 813 @param[in] Map Pointer to the NET_MAP. 827 IN NET_MAP *Map, 852 @param[in, out] Map Pointer to the NET_MAP. 867 IN OUT NET_MAP *Map, 886 NetMapRemoveItem (Map, Item, NULL); 826 MnpTokenExist( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Arg ) argument 866 MnpCancelTokens( IN OUT NET_MAP *Map, IN OUT NET_MAP_ITEM *Item, IN VOID *Arg ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
H A D | Map.c | 25 This is useful for such things as Map names which can only be letters and numbers. 891 @param[in] Map The Map to add a mapping for 895 @retval SHELL_INVALID_PARAMETER the device path for Map could not be retrieved. 902 IN CONST CHAR16 *Map, 924 DevPath = gEfiShellProtocol->GetDevicePathFromMap(Map); 901 AddMappingFromMapping( IN CONST CHAR16 *Map, IN CONST CHAR16 *SName ) argument
|
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_muralfbo.cpp | 64 CR_FBMAP Map; local 65 int rc = CrPMgrHlpGlblUpdateBegin(&Map); 77 CrPMgrHlpGlblUpdateEnd(&Map);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
H A D | PciRootBridgeIo.h | 244 Completes the Map() operation and releases any corresponding resources. 247 @param Mapping The mapping value returned from Map(). 250 @retval EFI_INVALID_PARAMETER Mapping is not a value that was returned by Map(). 421 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_MAP Map; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
H A D | Ata.c | 1535 VOID *Map; local 1675 Status = IdeDev->PciIo->Map ( 1681 &Map 1769 IdeDev->PciIo->Unmap (IdeDev->PciIo, Map); 1827 IdeDev->PciIo->Unmap (IdeDev->PciIo, Map);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/ |
H A D | Gcd.c | 99 /// Lookup table used to print GCD Memory Space Map 110 /// Lookup table used to print GCD I/O Space Map 132 Dump the entire contents if the GCD Memory Space Map using DEBUG() macros when 135 @param InitialMap TRUE if the initial GCD Memory Map is being dumped. Otherwise, FALSE. 154 DEBUG ((DEBUG_GCD, "GCD:Initial GCD Memory Space Map\n")); 174 Dump the entire contents if the GCD I/O Space Map using DEBUG() macros when 177 @param InitialMap TRUE if the initial GCD I/O Map is being dumped. Otherwise, FALSE. 196 DEBUG ((DEBUG_GCD, "GCD:Initial GCD I/O Space Map\n")); 445 @param Map Boundary. 455 IN LIST_ENTRY *Map 707 LIST_ENTRY *Map; local 1002 LIST_ENTRY *Map; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/ |
H A D | Ip4Impl.c | 1592 @param[in] Map The container of either user's transmit or receive 1605 IN NET_MAP *Map, 2137 will be deleted from the Map, and user's event signalled. 2141 @param[in] Map The IP4 child's transmit queue 2152 IN NET_MAP *Map, 2195 @param[in] Map The IP4 child's receive queue 2208 IN NET_MAP *Map, 2223 NetMapRemoveItem (Map, Item, NULL); 2441 @param[in] Map The IP4 child's transmit map. 2451 IN NET_MAP *Map, 1604 Ip4TokenExist( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument 2151 Ip4CancelTxTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument 2207 Ip4CancelRxTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument 2450 Ip4SentPacketTicking( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/ |
H A D | Udp4Impl.c | 98 This function cancels the token specified by Arg in the Map. This is a callback 101 @param[in] Map Pointer to the NET_MAP. 116 IN NET_MAP *Map, 883 This function checks whether the specified Token duplicates with the one in the Map. 885 @param[in] Map Pointer to the NET_MAP. 898 IN NET_MAP *Map, 1070 This function removes the multicast group specified by Arg from the Map. 1072 @param[in, out] Map Pointer to the NET_MAP. 1085 IN OUT NET_MAP *Map, 1105 NetMapRemoveItem (Map, Ite 897 Udp4TokenExist( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument 1084 Udp4LeaveGroup( IN OUT NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Arg OPTIONAL ) argument 1136 Udp4CancelTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Arg OPTIONAL ) argument [all...] |