Searched refs:Item (Results 76 - 100 of 130) sorted by relevance

123456

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
H A DHttpProto.h419 @param[in] Item Current item to check against.
431 IN NET_MAP_ITEM *Item,
439 @param[in] Item Current item to check against.
450 IN NET_MAP_ITEM *Item,
476 @param[in] Item Current item to check against.
488 IN NET_MAP_ITEM *Item,
496 @param[in] Item Current item to check against.
508 IN NET_MAP_ITEM *Item,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
H A DParser.py215 for Item in SubDir:
216 if os.path.isfile(Item):
217 IncludeFileList.append(Item)
251 for Item in IncludeFileList:
252 if os.path.isfile(Item) and Item not in FileList:
253 FileList.append(Item)
254 for Item in SourceFileList:
255 if os.path.isfile(Item) and Item no
[all...]
H A DFvImage.py145 for Item in EotGlobalData.gArchProtocolGuids:
146 if Item.lower() not in EotGlobalData.gProtocolList:
164 Item = Depex.Expression[Index]
165 if Item == 0x00:
170 elif Item == 0x01:
175 elif Item == 0x02:
185 elif Item == 0x03 or Item == 0x04:
186 DepexStack.append(eval(str(DepexStack.pop()) + ' ' + Depex._OPCODE_STRING_[Item].lower() + ' ' + str(DepexStack.pop())))
187 DepexList.append(str(DepexList.pop()) + ' ' + Depex._OPCODE_STRING_[Item]
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsProtocol.c328 DNS4_CACHE *Item; local
340 Item = NULL;
386 Item = NET_LIST_USER_STRUCT (Entry, DNS4_CACHE, AllCacheLink);
387 if (StrCmp (HostName, Item->DnsCache.HostName) == 0) {
412 Item = NET_LIST_USER_STRUCT (Entry, DNS4_CACHE, AllCacheLink);
413 if ((UINT32)Index < Token->RspData.H2AData->IpCount && StrCmp (HostName, Item->DnsCache.HostName) == 0) {
414 CopyMem ((Token->RspData.H2AData->IpList) + Index, Item->DnsCache.IpAddress, sizeof (EFI_IPv4_ADDRESS));
1100 DNS6_CACHE *Item; local
1112 Item = NULL;
1158 Item
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
H A DInstallPkg.py660 for Item in MiscFile.GetFileList():
661 File = Item.GetURI()
669 Executable = Item.GetExecutable()
678 for Item in Module.GetSourceFileList():
679 File = Item.GetSourceFile()
695 for Item in Module.GetBinaryFileList():
696 FileNameList = Item.GetFileNameList()
744 for Item in CheckList:
745 if Item[0] == ToFile:
837 for Item i
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
H A DGenDepex.py336 for Item in self.PostfixNotation:
337 if Item in self.Opcode[self.Phase]:
338 Buffer.write(pack("B", self.Opcode[self.Phase][Item]))
339 elif Item in self.SupportedOpcode:
341 "Opcode [%s] is not expected in %s phase" % (Item, self.Phase),
344 Buffer.write(self.GetGuidValue(Item))
H A DAutoGen.py657 Item = PcdList[Count]
662 if (int(Item.TokenValue, 0) == int(ItemNext.TokenValue, 0)):
664 SameTokenValuePcdList.append(Item)
668 if int(PcdList[len(PcdList) - RemainPcdListLength + ValueSameCount].TokenValue, 0) == int(Item.TokenValue, 0):
697 Item = PcdList[Count]
702 if (Item.TokenSpaceGuidCName == ItemNext.TokenSpaceGuidCName) and (Item.TokenCName == ItemNext.TokenCName) and (int(Item.TokenValue, 0) != int(ItemNext.TokenValue, 0)):
707 % (Item.TokenValue, Item
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
H A DCommentParsing.py83 for Item in CommentList:
84 Line = Item[0]
85 LineNo = Item[1]
88 Logger.Error("\nUPT", FORMAT_INVALID, ST.ERR_INVALID_COMMENT_FORMAT, FileName, Item[1])
182 for Item in GenericComment:
183 CommentLine = Item[0]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DTargetTxtClassObject.py165 for Item in List:
166 print Item
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
H A DInfDefineSectionParser.py126 for Item in HeaderComments:
127 LineCommentContent += Item[0] + DT.END_OF_LINE
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuFwCfgLib/
H A DQemuFwCfgLib.c94 DEBUG ((EFI_D_INFO, "Select Item: 0x%x\n", (UINT16)(UINTN) QemuFwCfgItem));
250 @param[out] Item - Configuration item corresponding to the file, to be passed
263 OUT FIRMWARE_CONFIG_ITEM *Item,
290 *Item = SwapBytes16 (FileSelect);
261 QemuFwCfgFindFile( IN CONST CHAR8 *Name, OUT FIRMWARE_CONFIG_ITEM *Item, OUT UINTN *Size ) argument
/device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
H A DQemuFwCfgLib.h190 @param[out] Item - Configuration item corresponding to the file, to be passed
203 OUT FIRMWARE_CONFIG_ITEM *Item,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
H A DMetaDataParser.py121 for Item in CommentList:
122 Line = Item[0]
123 LineNo = Item[1]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
H A DBuildClassObject.py81 for Item in self.SkuInfoList.values():
82 Rtn = Rtn + 'SkuId=' + Item.SkuId + ', ' + 'SkuIdName=' + Item.SkuIdName
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c1009 @param[in] Item Current item to check against.
1021 IN NET_MAP_ITEM *Item,
1029 TokenInItem = (EFI_IP6_COMPLETION_TOKEN *) Item->Key;
1128 NET_MAP_ITEM *Item; local
1143 Item = NetMapFindKey (&Wrap->IpInstance->TxTokens, Wrap->Token);
1145 if (Item != NULL) {
1146 NetMapRemoveItem (&Wrap->IpInstance->TxTokens, Item, NULL);
1557 line, after Ip6CancelPacket returns, the Item has been freed.
1560 @param[in] Item The current transmitted packet to test.
1563 @retval EFI_SUCCESS Continue to check the next Item
1019 Ip6TokenExist( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
1569 Ip6CancelTxTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
1626 Ip6CancelRxTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfBinaryObject.py258 for Item in self.Binaries:
259 if Item.GetFileName() == InfBianryVerItemObj.GetFileName():
260 ItemSupArchList = Item.GetSupArchList()
293 for Item in CommonBinary:
295 ItemContent = Item[0]
296 ItemComment = Item[1]
297 CurrentLineOfItem = Item[2]
507 # for Item in self.Binaries:
508 # if Item.GetFileName() == InfBianryCommonItemObj.GetFileName():
509 # ItemSupArchList = Item
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c1404 @param[in] Item Current item to check against.
1416 IN NET_MAP_ITEM *Item,
1424 TokenInItem = (EFI_IP4_COMPLETION_TOKEN *) Item->Key;
1590 NET_MAP_ITEM *Item; local
1605 Item = NetMapFindKey (&Wrap->IpInstance->TxTokens, Wrap->Token);
1607 if (Item != NULL) {
1608 NetMapRemoveItem (&Wrap->IpInstance->TxTokens, Item, NULL);
2040 line, so, after Ip4CancelPacket returns, the Item has been freed.
2043 @param[in] Item The current transmitted packet to test.
2046 @retval EFI_SUCCESS Continue to check the next Item
1414 Ip4TokenExist( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
2052 Ip4CancelTxTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
2108 Ip4CancelRxTokens( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
2351 Ip4SentPacketTicking( IN NET_MAP *Map, IN NET_MAP_ITEM *Item, IN VOID *Context ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaIo.c439 EFI_ISA_ACPI_RESOURCE *Item; local
461 Item = IsaIoDevice->IsaIo.ResourceList->ResourceItem;
462 while (Item->Type != EfiIsaAcpiResourceEndOfList) {
463 if ((Type == IsaAccessTypeMem && Item->Type == EfiIsaAcpiResourceMemory) ||
464 (Type == IsaAccessTypeIo && Item->Type == EfiIsaAcpiResourceIo)) {
465 if (Offset >= Item->StartRange && (Offset + Count * (UINT32)(1 << Width)) - 1 <= Item->EndRange) {
469 if (Offset >= Item->StartRange && Offset <= Item->EndRange) {
474 Item
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c105 EFI_ISA_ACPI_RESOURCE *Item; local
127 Item = IsaIoDevice->IsaIo.ResourceList->ResourceItem;
128 while (Item->Type != EfiIsaAcpiResourceEndOfList) {
129 if ((Type == IsaAccessTypeMem && Item->Type == EfiIsaAcpiResourceMemory) ||
130 (Type == IsaAccessTypeIo && Item->Type == EfiIsaAcpiResourceIo)) {
131 if (Offset >= Item->StartRange && (Offset + Count * (UINT32)(1 << Width)) - 1 <= Item->EndRange) {
135 if (Offset >= Item->StartRange && Offset <= Item->EndRange) {
140 Item
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py461 for Item in Maps:
462 Map = Item[1]
469 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.FileList'), IniFile, LastIndex+1)
472 IniParseError(ST.ERR_KEYWORD_MANDATORY % (Item[0] + '.Name'), IniFile, LastIndex+1)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrUtilityLib.cpp475 SConfigItem *Item; local
483 for (Item = mItemListHead; Item != NULL; Item = Item->mNext) {
484 if (Item->mId != NULL || Item->mInfoStrList == NULL) {
487 fprintf (pFile, "\nunsigned char %s%sBlockName[] = {", BaseName, Item->mName);
490 for (Info = Item->mInfoStrList; Info != NULL; Info = Info->mNext) {
495 for (Info = Item
[all...]
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/QemuFwCfgLib/
H A DQemuFwCfgLib.c408 @param[out] Item Configuration item corresponding to the file, to be passed
421 OUT FIRMWARE_CONFIG_ITEM *Item,
446 *Item = (FIRMWARE_CONFIG_ITEM) SwapBytes16 (FileSelect);
419 QemuFwCfgFindFile( IN CONST CHAR8 *Name, OUT FIRMWARE_CONFIG_ITEM *Item, OUT UINTN *Size ) argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DInfPomAlignmentMisc.py179 for Item in BinaryData:
180 ItemObj = BinaryObj[Item][0][0]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpImpl.h234 Check whether the token specified by Arg matches the token in Item.
237 @param[in] Item Pointer to the NET_MAP_ITEM.
242 token in Item.
244 Item.
251 IN NET_MAP_ITEM *Item,
256 Cancel the token specified by Arg if it matches the token in Item.
259 @param[in, out] Item Pointer to the NET_MAP_ITEM.
263 @retval EFI_SUCCESS The Arg is NULL, and the token in Item is cancelled,
264 or the Arg isn't NULL, and the token in Item is
266 @retval EFI_ABORTED The Arg isn't NULL, the token in Item mathce
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.h561 @param[in] Item Pointer to the NET_MAP_ITEM contain the pointer to
566 one in the Item.
567 @retval EFI_ACCESS_DENIED The Token duplicates with the one in the Item.
574 IN NET_MAP_ITEM *Item,
615 @param[in] Item Pointer to the NET_MAP_ITEM.
628 IN NET_MAP_ITEM *Item,

Completed in 489 milliseconds

123456