Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsmemory.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]),
H A Drsxface.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()
H A Drscalc.c390 if (Resource->Data.Vendor.ByteLength > 7) in AcpiRsGetAmlLength()
400 (TotalSize + Resource->Data.Vendor.ByteLength); in AcpiRsGetAmlLength()
H A Drsdumpinfo.c231 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", …
232 …{ACPI_RSD_LONGLIST, ACPI_RSD_OFFSET (Vendor.ByteData[0]), "Vendor Data", …
/freebsd/lib/libefivar/
H A Defivar-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 …]
H A Defivar-dp-parse.c633 VENDOR_DEVICE_PATH *Vendor; in ConvertFromTextVendor() local
644 Vendor = (VENDOR_DEVICE_PATH *)CreateDeviceNode ( in ConvertFromTextVendor()
650 if (Vendor != NULL) { in ConvertFromTextVendor()
651 StrToGuid (GuidStr, &Vendor->Guid); in ConvertFromTextVendor()
652 StrHexToBytes (DataStr, Length * 2, (UINT8 *)(Vendor + 1), Length); in ConvertFromTextVendor()
655 return (EFI_DEVICE_PATH_PROTOCOL *)Vendor; in ConvertFromTextVendor()
1485 VENDOR_DEVICE_PATH *Vendor; in DevPathFromTextVenPcAnsi() local
1487 Vendor = (VENDOR_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextVenPcAnsi()
1493 if (Vendor != NULL) { in DevPathFromTextVenPcAnsi()
1494 CopyGuid (&Vendor->Guid, &gEfiPcAnsiGuid); in DevPathFromTextVenPcAnsi()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.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/contrib/file/magic/Magdir/
H A Dpci_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)
H A Dintel156 # 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/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.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/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h326 VendorType Vendor{};
352 Vendor == Other.Vendor && OS == Other.OS &&
385 VendorType getVendor() const { return Vendor; } in getVendor()
/freebsd/contrib/libxo/packaging/
H A Dlibxo.spec.in8 Vendor: Juniper Networks, Inc.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.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/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.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()
H A DHost.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/stand/efi/include/
H A Defidevp.h395 VENDOR_DEVICE_PATH Vendor; member
429 VENDOR_DEVICE_PATH *Vendor; member
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1261 VENDOR_DEVICE_PATH Vendor; member
1319 VENDOR_DEVICE_PATH *Vendor; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.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/contrib/openbsm/
H A DFREEBSD-upgrade22 - Vendor import of OpenBSM into src/contrib.
/freebsd/share/misc/
H A Dorganization.dot57 vendorrelations [label="Vendor Relations\nvendor-relations@FreeBSD.org\ncore, FreeBSD Foundation"]
H A Dscsi_modes201 {Vendor Specific} t2
493 0x00 "Vendor-Specific";
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade39 $ git commit -m "openssl: Vendor import of OpenSSL X.Y.Z"
/freebsd/sys/contrib/device-tree/Bindings/
H A Ddts-coding-style.rst122 5. Vendor-specific properties

12