Home
last modified time | relevance | path

Searched refs:VendorID (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64BuildAttributes.h28 enum VendorID : unsigned { enum
34 VendorID getVendorID(StringRef const Vendor);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAArch64BuildAttributes.cpp28 VendorID AArch64BuildAttributes::getVendorID(StringRef Vendor) { in getVendorID()
29 return StringSwitch<VendorID>(Vendor) in getVendorID()
/freebsd/usr.sbin/mpsutil/
H A Dmps_flash.c205 if (le16toh(fwheader->VendorID) != MPI2_MFGPAGE_VENDORID_LSI) { in flash_update()
209 warnx(" Image Vendor ID: %04x", le16toh(fwheader->VendorID)); in flash_update()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_image.h209 U16 VendorID; /* 0x20 */ member
303 U16 VendorID; /* 0x02 */ member
H A Dmpi30_cnfg.h2166 U16 VendorID; /* 0x0C */ member
4057 U16 VendorID; /* 0x00 */ member
/freebsd/usr.sbin/mptutil/
H A Dmpt_drive.c307 cam_strvis(vendor, inq_data->VendorID, sizeof(inq_data->VendorID), in mpt_pd_inq_string()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp240 FixedSizeString<sizeof(Info.VendorID)> VendorID(Info.VendorID); in mapping() local
241 IO.mapRequired("Vendor ID", VendorID); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp181 unsigned VendorID = AArch64BuildAttributes::getVendorID(VendorName); in emitAttribute() local
183 switch (VendorID) { in emitAttribute()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsatypes.h105 bit16 VendorID; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h161 char VendorID[12]; // cpuid 0: ebx, edx, ecx member
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_ioc.h1155 U16 VendorID; /* 0x20 */ member
1357 U16 VendorID; /* 0x02 */ member
H A Dmpi2_cnfg.h928 U16 VendorID; /* 0x0C */ member
1430 U8 VendorID[8]; /* 0x00 */ member
/freebsd/contrib/libfido2/src/
H A Dhid_win.c118 *vendor_id = (int16_t)attr.VendorID; in get_id()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c488 {ACPI_DMT_UINT16, ACPI_SWFT_FILE_OFFSET (VendorID), "File Vendor ID", 0},
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h965 U16 VendorID; /* 0Ch */ member
2361 U8 VendorID[8]; /* 00h */ member
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h1348 U16 VendorID; /* 0x0C */ member
1896 U8 VendorID[8]; /* 0x00 */ member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DRISCV.cpp1064 Value *VendorID = loadRISCVCPUID(0); in EmitRISCVCpuIs() local
1066 Builder.CreateICmpEQ(VendorID, Builder.getInt32(Model.MVendorID)); in EmitRISCVCpuIs()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi60.h1488 UINT16 VendorID; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h4322 UINT16 VendorID; member
/freebsd/contrib/file/magic/Magdir/
H A Dwindows316 # VendorID
317 >>32 ulequad !0 \b, VendorID %#llx
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7919 AArch64BuildAttributes::VendorID SubsectionNameID; in parseDirectiveAeabiSubSectionHeader()