Searched refs:Map (Results 1 - 25 of 73) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py81 # @param Map: Map
85 def ParseFileList(Line, Map, CurrentKey, PathFunc):
114 Map[CurrentKey].append(FileList)
145 # @param Map: Map
149 def CreateToolsXml(Map, Root, Tag):
153 for Key in Map:
154 if len(Map[Key]) > 0:
159 NodeList = [['Name', Map['Nam
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DHelper.h29 @param[in] Map The pointer to the STR2INT table.
45 IN STR2INT *Map,
119 @param[in] Map The pointer to the map table.
126 IN STR2INT *Map
133 @param[in] Map The pointer to the map table.
140 IN STR2INT *Map
H A DHelper.c26 @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/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c1072 Initialize the forward and backward links of two head nodes donated by Map->Used
1073 and Map->Recycled of two doubly linked lists.
1076 If Map is NULL, then ASSERT().
1077 If the address of Map->Used is NULL, then ASSERT().
1078 If the address of Map->Recycled is NULl, then ASSERT().
1080 @param[in, out] Map The netmap to initialize.
1086 IN OUT NET_MAP *Map
1089 ASSERT (Map != NULL);
1091 InitializeListHead (&Map->Used);
1092 InitializeListHead (&Map
1256 NetMapInsertHead( IN OUT NET_MAP *Map, IN VOID *Key, IN VOID *Value OPTIONAL ) argument
1300 NetMapInsertTail( IN OUT NET_MAP *Map, IN VOID *Key, IN VOID *Value OPTIONAL ) argument
1336 NetItemInMap( IN NET_MAP *Map, IN NET_MAP_ITEM *Item ) argument
1369 NetMapFindKey( IN NET_MAP *Map, IN VOID *Key ) argument
1412 NetMapRemoveItem( IN OUT NET_MAP *Map, IN OUT NET_MAP_ITEM *Item, OUT VOID **Value OPTIONAL ) argument
1452 NetMapRemoveHead( IN OUT NET_MAP *Map, OUT VOID **Value OPTIONAL ) argument
1497 NetMapRemoveTail( IN OUT NET_MAP *Map, OUT VOID **Value OPTIONAL ) argument
1544 NetMapIterate( IN NET_MAP *Map, IN NET_MAP_CALLBACK CallBack, IN VOID *Arg OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dvboxext.h115 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 Dvboxext.h111 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/Additions/solaris/SharedFolders/
H A Dvboxfs.h60 VBSFMAP Map; member in struct:vboxvfs_globinfo
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c99 /// 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/Bus/Pci/UhciDxe/
H A DUhciQueue.c20 Map address of request structure buffer.
25 @param Map Identificaion of this mapping to return.
36 OUT VOID **Map
44 Status = Uhc->PciIo->Map (
50 Map
62 Map address of user data buffer.
70 @param Map Identificaion of this mapping to return.
84 OUT VOID **Map
98 Status = Uhc->PciIo->Map (
104 Map
[all...]
H A DUhciQueue.h130 Map address of request structure buffer.
135 @param Map Identificaion of this mapping to return.
146 OUT VOID **Map
151 Map address of user data buffer.
159 @param Map Identificaion of this mapping to return.
173 OUT VOID **Map
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c566 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;
H A DEhciSched.c116 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;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvboxext.h111 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/Bus/Usb/UsbBusDxe/
H A DUsbHub.c866 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/MdePkg/Include/Protocol/
H A DDeviceIo.h162 Completes the Map() operation and releases any corresponding resources.
258 EFI_IO_MAP Map; member in struct:_EFI_DEVICE_IO_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c111 VOID *Map; local
133 Map = NULL;
136 Ehc->PeriodFrameMap = Map;
H A DEhciUrb.c533 VOID *Map; local
536 Map = NULL;
575 // Map the request and user data
585 Urb->RequestMap = Map;
596 Urb->DataMap = Map;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h687 Initialize the forward and backward links of two head nodes donated by Map->Used
688 and Map->Recycled of two doubly linked lists.
691 If Map is NULL, then ASSERT().
692 If the address of Map->Used is NULL, then ASSERT().
693 If the address of Map->Recycled is NULl, then ASSERT().
695 @param[in, out] Map The netmap to initialize.
701 IN OUT NET_MAP *Map
711 If Map is NULL, then ASSERT().
713 @param[in, out] Map The netmap to clean up.
719 IN OUT NET_MAP *Map
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c98 This function cancle the token specified by Arg in the Map.
100 @param[in] Map Pointer to the NET_MAP.
103 the tokens in this Map will be cancelled.
116 IN NET_MAP *Map,
257 @param[in] Map The netmap to search within.
265 IN NET_MAP *Map,
869 This function checks whether the specified Token duplicates the one in the Map.
871 @param[in] Map Pointer to the NET_MAP.
884 IN NET_MAP *Map,
1056 This function removes the multicast group specified by Arg from the Map
883 Udp6TokenExist( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
1071 Udp6LeaveGroup( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Arg OPTIONAL ) argument
1127 Udp6CancelTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Arg OPTIONAL ) argument
2112 Udp6MapMultiCastAddr( IN NET_MAP *Map, IN VOID *Key ) argument
[all...]
H A DUdp6Impl.h491 This function checks whether the specified Token duplicates with the one in the Map.
493 @param[in] Map Pointer to the NET_MAP.
506 IN NET_MAP *Map,
546 This function removes the multicast group specified by Arg from the Map.
548 @param[in] Map Pointer to the NET_MAP.
562 IN NET_MAP *Map,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/
H A DIsaIo.h56 #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/libs/zlib-1.2.6/nintendods/
H A DMakefile38 LDFLAGS = -specs=ds_arm9.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c684 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/Universal/Network/MnpDxe/
H A DMnpImpl.h225 @param[in] Map Pointer to the NET_MAP.
239 IN NET_MAP *Map,
247 @param[in, out] Map Pointer to the NET_MAP.
262 IN OUT NET_MAP *Map,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.h552 This function checks whether the specified Token duplicates with the one in the Map.
554 @param[in] Map Pointer to the NET_MAP.
567 IN NET_MAP *Map,
606 This function removes the multicast group specified by Arg from the Map.
608 @param[in, out] Map Pointer to the NET_MAP.
621 IN OUT NET_MAP *Map,

Completed in 93 milliseconds

123