| /freebsd/stand/efi/include/ |
| H A D | efi.h | 64 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) 67 #define DevicePathSubType(a) ( (a)->SubType ) 72 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) 84 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
|
| /freebsd/lib/libefivar/ |
| H A D | uefi-dputil.c | 194 return ((const EFI_DEVICE_PATH_PROTOCOL *)(Node))->SubType; in DevicePathSubType() 678 TempDevicePath->SubType = END_INSTANCE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibAppendDevicePathInstance() 752 Temp = DevPath->SubType; in UefiDevicePathLibGetNextDevicePathInstance() 753 DevPath->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibGetNextDevicePathInstance() 755 DevPath->SubType = Temp; in UefiDevicePathLibGetNextDevicePathInstance() 810 DevicePath->SubType = NodeSubType; in CreateDeviceNode() 901 FilePath->Header.SubType = MEDIA_FILEPATH_DP; in FileDevicePath()
|
| H A D | uefi-dplib.h | 91 UINT8 SubType; member
|
| H A D | efivar-dp-format.c | 2474 (DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDeviceNodeToText() 2538 (DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDevicePathToText()
|
| H A D | efivar-dp-parse.c | 622 IN UINT8 SubType in ConvertFromTextVendor() argument 641 SubType, in ConvertFromTextVendor() 4024 DeviceNode->SubType = END_INSTANCE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibConvertTextToDevicePath()
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | EFI_DEVICE_PATH_PROTOCOL.h | 19 uint8_t SubType; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Architecture.h | 29 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 334 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local 336 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables() 346 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables() 667 uint32_t SubType, SubSectionSize; in traverseSymbolSection() local 668 if (Error E = consume(Data, SubType)) in traverseSymbolSection() 674 SubType &= ~SubsectionIgnoreFlag; in traverseSymbolSection() 690 switch (DebugSubsectionKind(SubType)) { in traverseSymbolSection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1146 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local 1148 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables() 1158 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables() 1206 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local 1207 if (Error E = consume(Data, SubType)) in printCodeViewSymbolSection() 1214 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection() 1215 W.printHex("IgnoredSubsectionKind", SubType); in printCodeViewSymbolSection() 1216 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection() 1218 W.printEnum("SubSectionType", SubType, ArrayRef(SubSectionTypes)); in printCodeViewSymbolSection() 1243 switch (DebugSubsectionKind(SubType)) { in printCodeViewSymbolSection()
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 51 UINT8 SubType; ///< Varies by Type member
|
| /freebsd/stand/efi/libefi/ |
| H A D | devpath.c | 586 devpath->SubType == END_INSTANCE_DEVICE_PATH_SUBTYPE) { in efi_devpath_next_instance()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 1140 const RecTy *SubType = ParseType(); in ParseType() local 1141 if (!SubType) return nullptr; in ParseType() 1147 return ListRecTy::get(SubType); in ParseType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 10147 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument 10151 CXXRecordDecl *SubRD = SubType->getAsCXXRecordDecl(); in checkTrivialSubobjectCall() 10156 if (findTrivialSpecialMember(S, SubRD, CSM, SubType.getCVRQualifiers(), in checkTrivialSubobjectCall() 10162 SubType.addConst(); in checkTrivialSubobjectCall() 10166 << Kind << SubType.getUnqualifiedType(); in checkTrivialSubobjectCall() 10171 << Kind << SubType.getUnqualifiedType() << CSM << SubType; in checkTrivialSubobjectCall() 10175 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall() 10178 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall() 10184 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
|
| H A D | SemaTemplate.cpp | 1349 QualType SubType; in RequireStructuralType() local 1356 SubType = T; in RequireStructuralType() 1367 SubType = T; in RequireStructuralType() 1376 << T << Kind << SubType; in RequireStructuralType() 1377 T = SubType; in RequireStructuralType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5273 unsigned SubType = 0; in parseFunctionBody() local 5279 SubType = IdxC->getZExtValue(); in parseFunctionBody() 5281 ResTypeID = getContainedTypeID(ResTypeID, SubType); in parseFunctionBody()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 11284 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument 11292 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()
|