/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | RecordVisitor.cpp | 31 auto [SymName, SymKind, InterfaceType] = parseSymbol(GR.getName()); in visitGlobal() 36 if (InterfaceType == ObjCIFSymbolKind::None) { in visitGlobal()
|
H A D | RecordsSlice.cpp | 26 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()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl3.h | 256 UINT8 InterfaceType; /* 0=full 16550, 1=subset of 16550 */ member 304 UINT8 InterfaceType; member
|
H A D | actbl2.h | 365 UINT32 InterfaceType; member 1801 UINT8 InterfaceType; member 1919 UINT8 InterfaceType; member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo3.c | 247 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (InterfaceType), "Interface Type", 0}, 283 {ACPI_DMT_UINT8, ACPI_SPMI_OFFSET (InterfaceType), "Interface Type", 0},
|
H A D | dmtbinfo2.c | 1189 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (InterfaceType), "Interface Type", 0}, 1218 {ACPI_DMT_UINT8, ACPI_MPAM0_OFFSET (InterfaceType), "Interface type", 0},
|
H A D | dmtbinfo1.c | 304 {ACPI_DMT_AEST_GIC, ACPI_AEST4_OFFSET (InterfaceType), "GIC Interface Type", 0},
|
/freebsd/sys/dev/uart/ |
H A D | uart_cpu_acpi.c | 161 cd = uart_cpu_acpi_scan(spcr->InterfaceType); in uart_cpu_acpi_spcr()
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 181 UINT8 InterfaceType; member
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 865 dt = acpi_uart_type(spcr->InterfaceType); in check_acpi_spcr() 867 printf("UART Type %d not known\n", spcr->InterfaceType); in check_acpi_spcr()
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiSpec.h | 1175 IN EFI_INTERFACE_TYPE InterfaceType,
|
/freebsd/stand/efi/include/ |
H A D | efiapi.h | 467 IN EFI_INTERFACE_TYPE InterfaceType,
|
/freebsd/usr.sbin/bhyve/ |
H A D | acpi.c | 712 spcr.InterfaceType = ACPI_DBG2_16550_COMPATIBLE; in build_spcr()
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 1366 printf ("\tInterfaceType=%d (%s)\n", spcr->InterfaceType, in acpi_handle_spcr() 1367 spcr_interface_type(spcr->InterfaceType)); in acpi_handle_spcr()
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-format.c | 395 Bmc->InterfaceType, in DevPathToTextBmc()
|
H A D | efivar-dp-parse.c | 737 BmcDp->InterfaceType = (UINT8)Strtoi (InterfaceTypeStr); in DevPathFromTextBmc()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 4267 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()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 11545 QualType InterfaceType = Type->getPointeeType(); in hasIsEqualMethod() local 11554 S.ObjC().LookupMethodInObjectType(IsEqualSel, InterfaceType, in hasIsEqualMethod()
|