Home
last modified time | relevance | path

Searched defs:Item (Results 1 – 25 of 50) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DParsing.py80 def GetLibraryClass(Item, ContainerFile, WorkspaceDir, LineNo= -1): argument
105 def GetLibraryClassOfInf(Item, ContainerFile, WorkspaceDir, LineNo= -1): argument
155 def GetPcd(Item, Type, ContainerFile, LineNo= -1): argument
182 def GetFeatureFlagPcd(Item, Type, ContainerFile, LineNo= -1): argument
206 def GetDynamicDefaultPcd(Item, Type, ContainerFile, LineNo= -1): argument
232 def GetDynamicHiiPcd(Item, Type, ContainerFile, LineNo= -1): argument
259 def GetDynamicVpdPcd(Item, Type, ContainerFile, LineNo= -1): argument
537 def GetSource(Item, ContainerFile, FileRelativePath, LineNo= -1): argument
562 def GetBinary(Item, ContainerFile, LineNo= -1): argument
586 def GetGuidsProtocolsPpisOfInf(Item): argument
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DParsing.py252 def GetLibraryClass(Item, ContainerFile, WorkspaceDir, LineNo = -1): argument
274 def GetLibraryClassOfInf(Item, ContainerFile, WorkspaceDir, LineNo = -1): argument
318 def GetPcd(Item, Type, ContainerFile, LineNo = -1): argument
343 def GetFeatureFlagPcd(Item, Type, ContainerFile, LineNo = -1): argument
364 def GetDynamicDefaultPcd(Item, Type, ContainerFile, LineNo = -1): argument
387 def GetDynamicHiiPcd(Item, Type, ContainerFile, LineNo = -1): argument
408 def GetDynamicVpdPcd(Item, Type, ContainerFile, LineNo = -1): argument
628 def GetSource(Item, ContainerFile, FileRelativePath, LineNo = -1): argument
650 def GetBinary(Item, ContainerFile, FileRelativePath, LineNo = -1): argument
678 def GetGuidsProtocolsPpisOfInf(Item, Type, ContainerFile, LineNo = -1): argument
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DCommonXml.py55 def FromXml(self, Item, Key): argument
89 def FromXml(self, Item, Key): argument
114 def FromXml(self, Item, Key): argument
135 def FromXml(self, Item, Key): argument
162 def FromXml(self, Item, Key, IsRequiredCheck=False, IsStandAlongModule=False): argument
262 def FromXml(self, Item, Key): argument
355 def FromXml(self, Item, Key, PackageObject2): argument
435 def FromXml(self, Item, Key): argument
467 def FromXml2(self, Item, Key): argument
602 def FromXml2(self, Item, Key): argument
[all …]
DModuleSurfaceAreaXml.py80 def FromXml(self, Item, Key): argument
210 def FromXml(self, Item, Key): argument
255 def FromXml(self, Item, Key): argument
305 def FromXml(self, Item, Key): argument
352 def FromXml(self, Item, Key): argument
395 def FromXml(self, Item, Key): argument
440 def FromXml(self, Item, Key): argument
487 def FromXml(self, Item, Key): argument
529 def FromXml(self, Item, Key, Header=None): argument
622 def FromXml2(self, Item, Module): argument
[all …]
DPackageSurfaceAreaXml.py49 def FromXml(self, Item, Key): argument
87 def FromXml(self, Item, Key): argument
134 def FromXml(self, Item, Key): argument
157 def FromXml(self, Item, Key): argument
DGuidProtocolPpiXml.py60 def FromXml(self, Item, Key): argument
122 def FromXml(self, Item, Key): argument
180 def FromXml(self, Item, Key): argument
239 def FromXml(self, Item, Key): argument
DPcdXml.py53 def FromXml(self, Item, Key): argument
279 def FromXml(self, Item, Key): argument
334 def FromXml2(self, Item, Key): argument
380 def FromXml3(self, Item, Key): argument
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c33 NET_MAP_ITEM *Item; in Dns4RemoveTokenEntry() local
68 NET_MAP_ITEM *Item; in Dns6RemoveTokenEntry() local
107 IN NET_MAP_ITEM *Item, in Dns4CancelTokens()
167 IN NET_MAP_ITEM *Item, in Dns6CancelTokens()
228 NET_MAP_ITEM *Item; in GetDns4TokenEntry() local
264 NET_MAP_ITEM *Item; in GetDns6TokenEntry() local
771 DNS4_CACHE *Item; in UpdateDns4Cache() local
862 DNS6_CACHE *Item; in UpdateDns6Cache() local
948 DNS4_SERVER_IP *Item; in AddDns4ServerIp() local
1003 DNS6_SERVER_IP *Item; in AddDns6ServerIp() local
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.c298 IN NET_MAP_ITEM *Item, in Ip6ConfigSignalEvent()
534 IP6_CONFIG_DATA_ITEM *Item; in Ip6ConfigGetIfInfo() local
775 IP6_CONFIG_DATA_ITEM *Item; in Ip6ManualAddrDadCallback() local
1202 IP6_CONFIG_DATA_ITEM *Item; in Ip6ConfigSetGateway() local
1335 IP6_CONFIG_DATA_ITEM *Item; in Ip6ConfigSetDnsServer() local
1480 IP6_CONFIG_DATA_ITEM *Item; in Ip6ConfigParseDhcpReply() local
2041 NET_MAP_ITEM *Item; in EfiIp6ConfigRegisterDataNotify() local
2105 NET_MAP_ITEM *Item; in EfiIp6ConfigUnregisterDataNotify() local
DIp6Impl.c1021 IN NET_MAP_ITEM *Item, in Ip6TokenExist()
1128 NET_MAP_ITEM *Item; in Ip6FreeTxToken() local
1571 IN NET_MAP_ITEM *Item, in Ip6CancelTxTokens()
1628 IN NET_MAP_ITEM *Item, in Ip6CancelRxTokens()
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpProto.c135 NET_MAP_ITEM *Item; in HttpTcpReceiveNotifyDpc() local
1586 IN NET_MAP_ITEM *Item, in HttpTokenExist()
1618 IN NET_MAP_ITEM *Item, in HttpTcpNotReady()
1649 IN NET_MAP_ITEM *Item, in HttpTcpTransmit()
1724 IN NET_MAP_ITEM *Item, in HttpTcpReceive()
DHttpImpl.c697 IN NET_MAP_ITEM *Item, in HttpCancelTokens()
948 NET_MAP_ITEM *Item; in HttpResponseWorker() local
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DHelper.c386 STR2INT *Item; in MapStringToInteger() local
411 STR2INT *Item; in MapIntegerToString() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c1226 NET_MAP_ITEM *Item; in NetMapClean() local
1317 NET_MAP_ITEM *Item; in NetMapAllocItem() local
1373 NET_MAP_ITEM *Item; in NetMapInsertHead() local
1417 NET_MAP_ITEM *Item; in NetMapInsertTail() local
1449 IN NET_MAP_ITEM *Item in NetItemInMap()
1486 NET_MAP_ITEM *Item; in NetMapFindKey() local
1525 IN OUT NET_MAP_ITEM *Item, in NetMapRemoveItem()
1568 NET_MAP_ITEM *Item; in NetMapRemoveHead() local
1613 NET_MAP_ITEM *Item; in NetMapRemoveTail() local
1665 NET_MAP_ITEM *Item; in NetMapIterate() local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Config2Impl.c171 IN NET_MAP_ITEM *Item, in Ip4Config2SignalEvent()
713 IP4_CONFIG2_DATA_ITEM *Item; in Ip4Config2SetDnsServerWorker() local
1067 IP4_CONFIG2_DATA_ITEM *Item; in Ip4Config2GetIfInfo() local
1464 IP4_CONFIG2_DATA_ITEM *Item; in Ip4Config2SetDnsServer() local
1762 NET_MAP_ITEM *Item; in EfiIp4Config2RegisterDataNotify() local
1826 NET_MAP_ITEM *Item; in EfiIp4Config2UnregisterDataNotify() local
DIp4Impl.c1341 IN NET_MAP_ITEM *Item, in Ip4TokenExist()
1515 NET_MAP_ITEM *Item; in Ip4FreeTxToken() local
1979 IN NET_MAP_ITEM *Item, in Ip4CancelTxTokens()
2035 IN NET_MAP_ITEM *Item, in Ip4CancelRxTokens()
2278 IN NET_MAP_ITEM *Item, in Ip4SentPacketTicking()
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
DUdp6Impl.c889 IN NET_MAP_ITEM *Item, in Udp6TokenExist()
955 NET_MAP_ITEM *Item; in Udp6RemoveToken() local
1077 IN NET_MAP_ITEM *Item, in Udp6LeaveGroup()
1133 IN NET_MAP_ITEM *Item, in Udp6CancelTokens()
1963 NET_MAP_ITEM *Item; in Udp6MapMultiCastAddr() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
DConsole.c216 UNICODE_WIDTH_ENTRY *Item; in GlueGetGlyphWidth() local
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DGenCfgOpt.py822 def CreateField (self, Item, Name, Length, Offset, Struct, BsfName, Help): argument
1070 def WriteBsfStruct (self, BsfFd, Item): argument
1092 def WriteBsfOption (self, BsfFd, Item): argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
DUdp4Impl.c904 IN NET_MAP_ITEM *Item, in Udp4TokenExist()
970 NET_MAP_ITEM *Item; in Udp4RemoveToken() local
1091 IN NET_MAP_ITEM *Item, in Udp4LeaveGroup()
1143 IN NET_MAP_ITEM *Item, in Udp4CancelTokens()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DGenCfgOpt.py875 def CreateField (self, Item, Name, Length, Offset, Struct, BsfName, Help, Option): argument
1241 def WriteBsfStruct (self, BsfFd, Item): argument
1266 def WriteBsfOption (self, BsfFd, Item): argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditMenuBar.c88 EDITOR_MENU_ITEM *Item; in MenuBarRefresh() local
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DException.py27 def FromXml(self, Item, Key): argument
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DConsole.c213 CONST UNICODE_WIDTH_ENTRY *Item; in GetGlyphWidth() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DStringFuncs.c145 UINTN Item; in SplitStringByWhitespace() local

12