Searched refs:QType (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Dns6.h | 180 UINT16 QType; member 417 IN UINT16 QType,
|
D | Dns4.h | 193 UINT16 QType; member 425 IN UINT16 QType,
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsImpl.h | 861 IN UINT16 QType, 1109 IN UINT16 QType,
|
D | DnsProtocol.c | 591 IN UINT16 QType, in Dns4GeneralLookUp() argument 662 Status = ConstructDNSQuery (Instance, QName, QType, QClass, &Packet); in Dns4GeneralLookUp() 1420 IN UINT16 QType, in Dns6GeneralLookUp() argument 1491 Status = ConstructDNSQuery (Instance, QName, QType, QClass, &Packet); in Dns6GeneralLookUp()
|
D | DnsImpl.c | 1365 Dns4RR[RRCount].QType = AnswerSection->Type; in ParseDnsResponse() 1391 Dns6RR[RRCount].QType = AnswerSection->Type; in ParseDnsResponse()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrUtilityLib.cpp | 3167 OUT EFI_QUESION_TYPE *QType in GetQuestionId() argument 3174 if (QType != NULL) { in GetQuestionId() 3175 *QType = QUESTION_NORMAL; in GetQuestionId() 3197 if (QType != NULL) { in GetQuestionId() 3198 *QType = pNode->mQtype; in GetQuestionId()
|
D | VfrSyntax.g | 1127 vfrQuestionHeader[CIfrQuestionHeader & QHObj, EFI_QUESION_TYPE QType = QUESTION_NORMAL]: 1153 switch (QType) { 4211 EFI_QUESION_TYPE QType = QUESTION_NORMAL; 4224 … mCVfrQuestionDB.GetQuestionId (NULL, VarIdStr, QId, Mask, &QType); 4225 … if (QId == EFI_QUESTION_ID_INVALID || Mask == 0 || QType == QUESTION_NORMAL) { 4228 if (QType == QUESTION_DATE) { 4230 } else if (QType == QUESTION_TIME) { 4384 EFI_QUESION_TYPE QType = QUESTION_NORMAL; 4399 … mCVfrQuestionDB.GetQuestionId (NULL, VarIdStr, QId, Mask, &QType); 4400 … if (QId == EFI_QUESTION_ID_INVALID || Mask == 0 || QType == QUESTION_NORMAL) { [all …]
|
D | VfrUtilityLib.h | 416 … (IN CHAR8 *, IN CHAR8 *, OUT EFI_QUESTION_ID &, OUT UINT32 &, OUT EFI_QUESION_TYPE *QType = NULL);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrSyntax.g | 712 vfrQuestionHeader[CIfrQuestionHeader & QHObj, EFI_QUESION_TYPE QType = QUESTION_NORMAL]: 733 switch (QType) {
|