Searched refs:QType (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Dns4.h | 193 UINT16 QType; member 426 IN UINT16 QType,
|
D | Dns6.h | 180 UINT16 QType; member 417 IN UINT16 QType,
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsImpl.h | 874 IN UINT16 QType, 1082 IN UINT16 QType,
|
D | DnsProtocol.c | 560 IN UINT16 QType, in Dns4GeneralLookUp() argument 631 Status = ConstructDNSQuery (Instance, QName, QType, QClass, &Packet); in Dns4GeneralLookUp() 1333 IN UINT16 QType, in Dns6GeneralLookUp() argument 1404 Status = ConstructDNSQuery (Instance, QName, QType, QClass, &Packet); in Dns6GeneralLookUp()
|
D | DnsImpl.c | 1375 Dns4RR[RRCount].QType = AnswerSection->Type; in ParseDnsResponse() 1400 Dns6RR[RRCount].QType = AnswerSection->Type; in ParseDnsResponse()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrUtilityLib.cpp | 3079 OUT EFI_QUESION_TYPE *QType in GetQuestionId() argument 3086 if (QType != NULL) { in GetQuestionId() 3087 *QType = QUESTION_NORMAL; in GetQuestionId() 3109 if (QType != NULL) { in GetQuestionId() 3110 *QType = pNode->mQtype; in GetQuestionId()
|
D | VfrSyntax.g | 1123 vfrQuestionHeader[CIfrQuestionHeader & QHObj, EFI_QUESION_TYPE QType = QUESTION_NORMAL]: 1149 switch (QType) { 4206 EFI_QUESION_TYPE QType = QUESTION_NORMAL; 4219 … mCVfrQuestionDB.GetQuestionId (NULL, VarIdStr, QId, Mask, &QType); 4220 … if (QId == EFI_QUESTION_ID_INVALID || Mask == 0 || QType == QUESTION_NORMAL) { 4223 if (QType == QUESTION_DATE) { 4225 } else if (QType == QUESTION_TIME) { 4379 EFI_QUESION_TYPE QType = QUESTION_NORMAL; 4394 … mCVfrQuestionDB.GetQuestionId (NULL, VarIdStr, QId, Mask, &QType); 4395 … if (QId == EFI_QUESTION_ID_INVALID || Mask == 0 || QType == QUESTION_NORMAL) { [all …]
|
D | VfrUtilityLib.h | 367 … (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) {
|