Home
last modified time | relevance | path

Searched refs:InterfaceType (Results 1 – 17 of 17) sorted by relevance

/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp31 auto [SymName, SymKind, InterfaceType] = parseSymbol(GR.getName()); in visitGlobal()
36 if (InterfaceType == ObjCIFSymbolKind::None) { in visitGlobal()
H A DRecordsSlice.cpp26 auto [APIName, SymKind, InterfaceType] = parseSymbol(Name); in addRecord()
32 return addObjCInterface(Name, Linkage, InterfaceType); in addRecord()
34 ObjCInterfaceRecord *Rec = addObjCInterface(Name, Linkage, InterfaceType); in addRecord()
/src/sys/contrib/dev/acpica/include/
H A Dactbl3.h256 UINT8 InterfaceType; /* 0=full 16550, 1=subset of 16550 */ member
304 UINT8 InterfaceType; member
H A Dactbl2.h371 UINT32 InterfaceType; member
2230 UINT8 InterfaceType; member
2348 UINT8 InterfaceType; member
/src/sys/dev/uart/
H A Duart_cpu_acpi.c153 cd = uart_cpu_acpi_scan(spcr->InterfaceType); in uart_cpu_acpi_spcr()
/src/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c247 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (InterfaceType), "Interface Type", 0},
283 {ACPI_DMT_UINT8, ACPI_SPMI_OFFSET (InterfaceType), "Interface Type", 0},
H A Ddmtbinfo2.c1291 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (InterfaceType), "Interface Type", 0},
1320 {ACPI_DMT_UINT8, ACPI_MPAM0_OFFSET (InterfaceType), "Interface type", 0},
H A Ddmtbinfo1.c304 {ACPI_DMT_AEST_GIC, ACPI_AEST4_OFFSET (InterfaceType), "GIC Interface Type", 0},
/src/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h180 UINT8 InterfaceType; member
/src/stand/efi/loader/
H A Dmain.c910 dt = acpi_uart_type(spcr->InterfaceType); in check_acpi_spcr()
912 printf("UART Type %d not known\n", spcr->InterfaceType); in check_acpi_spcr()
/src/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1231 IN EFI_INTERFACE_TYPE InterfaceType,
/src/usr.sbin/bhyve/
H A Dacpi.c758 spcr.InterfaceType = ACPI_DBG2_16550_COMPATIBLE; in build_spcr()
/src/usr.sbin/acpi/acpidump/
H A Dacpi.c1546 printf ("\tInterfaceType=%d (%s)\n", spcr->InterfaceType, in acpi_handle_spcr()
1547 spcr_interface_type(spcr->InterfaceType)); in acpi_handle_spcr()
/src/lib/libefivar/
H A Defivar-dp-format.c391 Bmc->InterfaceType, in DevPathToTextBmc()
H A Defivar-dp-parse.c732 BmcDp->InterfaceType = (UINT8)Strtoi (InterfaceTypeStr); in DevPathFromTextBmc()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4267 auto *InterfaceType = cast<llvm::DICompositeType>(It->second); in getObjCMethodDeclaration() local
4269 InterfaceType, getObjCMethodName(OMD), StringRef(), in getObjCMethodDeclaration()
4270 InterfaceType->getFile(), LineNo, FnType, LineNo, Flags, SPFlags); in getObjCMethodDeclaration()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11545 QualType InterfaceType = Type->getPointeeType(); in hasIsEqualMethod() local
11554 S.ObjC().LookupMethodInObjectType(IsEqualSel, InterfaceType, in hasIsEqualMethod()