Home
last modified time | relevance | path

Searched refs:Vendor (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-14-stable/sys/contrib/dev/acpica/components/resources/
HDrsmemory.c274 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
280 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
300 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
306 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
328 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
332 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
348 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
352 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
HDrsxface.c648 ACPI_RESOURCE_VENDOR_TYPED *Vendor; in ACPI_EXPORT_SYMBOL() local
660 Vendor = &Resource->Data.VendorTyped; in ACPI_EXPORT_SYMBOL()
669 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) || in ACPI_EXPORT_SYMBOL()
670 (Vendor->UuidSubtype != Info->Uuid->Subtype) || in ACPI_EXPORT_SYMBOL()
671 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH))) in ACPI_EXPORT_SYMBOL()
HDrscalc.c390 if (Resource->Data.Vendor.ByteLength > 7) in AcpiRsGetAmlLength()
400 (TotalSize + Resource->Data.Vendor.ByteLength); in AcpiRsGetAmlLength()
HDrsdumpinfo.c231 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", …
232 …{ACPI_RSD_LONGLIST, ACPI_RSD_OFFSET (Vendor.ByteData[0]), "Vendor Data", …
/freebsd-14-stable/lib/libefivar/
HDefivar-dp-format.c227 VENDOR_DEVICE_PATH *Vendor; in DevPathToTextVendor() local
234 Vendor = (VENDOR_DEVICE_PATH *)DevPath; in DevPathToTextVendor()
235 switch (DevicePathType (&Vendor->Header)) { in DevPathToTextVendor()
243 if (CompareGuid (&Vendor->Guid, &gEfiPcAnsiGuid)) { in DevPathToTextVendor()
246 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100Guid)) { in DevPathToTextVendor()
249 } else if (CompareGuid (&Vendor->Guid, &gEfiVT100PlusGuid)) { in DevPathToTextVendor()
252 } else if (CompareGuid (&Vendor->Guid, &gEfiVTUTF8Guid)) { in DevPathToTextVendor()
255 } else if (CompareGuid (&Vendor->Guid, &gEfiUartDevicePathGuid)) { in DevPathToTextVendor()
256 FlowControlMap = (((UART_FLOW_CONTROL_DEVICE_PATH *)Vendor)->FlowControlMap); in DevPathToTextVendor()
275 } else if (CompareGuid (&Vendor->Guid, &gEfiSasDevicePathGuid)) { in DevPathToTextVendor()
[all …]
HDefivar-dp-parse.c624 VENDOR_DEVICE_PATH *Vendor; in ConvertFromTextVendor() local
635 Vendor = (VENDOR_DEVICE_PATH *)CreateDeviceNode ( in ConvertFromTextVendor()
641 StrToGuid (GuidStr, &Vendor->Guid); in ConvertFromTextVendor()
642 StrHexToBytes (DataStr, Length * 2, (UINT8 *)(Vendor + 1), Length); in ConvertFromTextVendor()
644 return (EFI_DEVICE_PATH_PROTOCOL *)Vendor; in ConvertFromTextVendor()
1433 VENDOR_DEVICE_PATH *Vendor; in DevPathFromTextVenPcAnsi() local
1435 Vendor = (VENDOR_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextVenPcAnsi()
1440 CopyGuid (&Vendor->Guid, &gEfiPcAnsiGuid); in DevPathFromTextVenPcAnsi()
1442 return (EFI_DEVICE_PATH_PROTOCOL *)Vendor; in DevPathFromTextVenPcAnsi()
1459 VENDOR_DEVICE_PATH *Vendor; in DevPathFromTextVenVt100() local
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCELFStreamer.h118 void emitAttributesSection(StringRef Vendor, const Twine &Section, in emitAttributesSection() argument
120 createAttributesSection(Vendor, Section, Type, AttributeSection, Contents); in emitAttributesSection()
126 void createAttributesSection(StringRef Vendor, const Twine &Section,
/freebsd-14-stable/contrib/libxo/packaging/
HDlibxo.spec.in8 Vendor: Juniper Networks, Inc.
/freebsd-14-stable/contrib/file/magic/Magdir/
HDpci_ids7 # Vendor identification (ID) https://pci-ids.ucw.cz/v2.2/pci.ids
109 # device does not fit any defined class; Unassigned Class (Vendor specific)
HDintel156 # show PnP Vendor identification in human readable text form instead of numeric
220 # Vendor identification (ID) https://pci-ids.ucw.cz/v2.2/pci.ids
222 # show Vendor identification in human readable text form instead of numeric
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDTriple.h326 VendorType Vendor{};
352 Vendor == Other.Vendor && OS == Other.OS &&
385 VendorType getVendor() const { return Vendor; } in getVendor()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
HDx86.c1157 unsigned Vendor; in __cpu_indicator_init() local
1168 getX86CpuIDAndInfo(0, &MaxLeaf, &Vendor, &ECX, &EDX) || MaxLeaf < 1) { in __cpu_indicator_init()
1184 if (Vendor == SIG_INTEL) { in __cpu_indicator_init()
1190 } else if (Vendor == SIG_AMD) { in __cpu_indicator_init()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp89 void switchVendor(StringRef Vendor) override;
184 void ARMTargetAsmStreamer::switchVendor(StringRef Vendor) {} in switchVendor() argument
410 void switchVendor(StringRef Vendor) override;
777 void ARMTargetELFStreamer::switchVendor(StringRef Vendor) { in switchVendor() argument
778 assert(!Vendor.empty() && "Vendor cannot be empty."); in switchVendor()
780 if (CurrentVendor == Vendor) in switchVendor()
788 CurrentVendor = Vendor; in switchVendor()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDTriple.cpp984 Vendor(UnknownVendor), OS(UnknownOS), Environment(UnknownEnvironment), in Triple()
993 Vendor = parseVendor(Components[1]); in Triple()
1026 Vendor(parseVendor(VendorStr.str())), in Triple()
1043 Vendor(parseVendor(VendorStr.str())), in Triple()
1114 VendorType Vendor = UnknownVendor; in normalize() local
1116 Vendor = parseVendor(Components[1]); in normalize()
1134 Found[1] = Vendor != UnknownVendor; in normalize()
1160 Vendor = parseVendor(Comp); in normalize()
1161 Valid = Vendor != UnknownVendor; in normalize()
1261 if (Vendor == Triple::SUSE && Environment == llvm::Triple::GNUEABI) in normalize()
HDHost.cpp1380 const VendorSignatures Vendor = getVendorSignature(&MaxLeaf); in getHostCPUName() local
1381 if (Vendor == VendorSignatures::UNKNOWN) in getHostCPUName()
1399 if (Vendor == VendorSignatures::GENUINE_INTEL) { in getHostCPUName()
1402 } else if (Vendor == VendorSignatures::AUTHENTIC_AMD) { in getHostCPUName()
/freebsd-14-stable/stand/efi/include/
HDefidevp.h395 VENDOR_DEVICE_PATH Vendor; member
429 VENDOR_DEVICE_PATH *Vendor; member
/freebsd-14-stable/sys/contrib/edk2/Include/Protocol/
HDDevicePath.h1261 VENDOR_DEVICE_PATH Vendor; member
1319 VENDOR_DEVICE_PATH *Vendor; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCELFStreamer.cpp726 StringRef Vendor, const Twine &Section, unsigned Type, in createAttributesSection() argument
748 const size_t VendorHeaderSize = 4 + Vendor.size() + 1; in createAttributesSection()
756 emitBytes(Vendor); in createAttributesSection()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.def221 // Vendor extensions:
414 // Vendor extensions:
864 // Vendor extensions:
890 // (1) An unsigned LEB128 "LLVM Vendor Extension Opcode".
897 // "LLVM Vendor Extension" operations under the DW_OP_LLVM_user encoding
972 // Vendor extensions:
1093 // Vendor extensions:
1238 // Vendor extensions:
1312 // Vendor extensions.
/freebsd-14-stable/contrib/openbsm/
HDFREEBSD-upgrade22 - Vendor import of OpenBSM into src/contrib.
/freebsd-14-stable/share/misc/
HDorganization.dot57 vendorrelations [label="Vendor Relations\nvendor-relations@FreeBSD.org\ncore, FreeBSD Foundation"]
HDscsi_modes201 {Vendor Specific} t2
493 0x00 "Vendor-Specific";
/freebsd-14-stable/sys/contrib/device-tree/Bindings/usb/
HDusb251xb.txt17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
/freebsd-14-stable/crypto/openssl/
HDFREEBSD-upgrade39 $ git commit -m "openssl: Vendor import of OpenSSL X.Y.Z"
/freebsd-14-stable/sys/contrib/dev/ipw/
HDLICENSE16 Vendor (IHV), or Independent Software Vendor (ISV), this complete Agreement

12