/freebsd/sys/contrib/dev/acpica/components/resources/ |
H A D | rsmemory.c | 274 {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 D | rsxface.c | 648 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 D | rscalc.c | 390 if (Resource->Data.Vendor.ByteLength > 7) in AcpiRsGetAmlLength() 400 (TotalSize + Resource->Data.Vendor.ByteLength); in AcpiRsGetAmlLength()
|
H A D | rsdumpinfo.c | 231 …{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 D | efivar-dp-format.c | 227 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 D | efivar-dp-parse.c | 633 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 D | MCELFStreamer.h | 118 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 D | pci_ids | 7 # 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 D | intel | 156 # 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 D | x86.c | 1157 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 D | Triple.h | 326 VendorType Vendor{}; 352 Vendor == Other.Vendor && OS == Other.OS && 385 VendorType getVendor() const { return Vendor; } in getVendor()
|
/freebsd/contrib/libxo/packaging/ |
H A D | libxo.spec.in | 8 Vendor: Juniper Networks, Inc.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 89 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 D | Triple.cpp | 984 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 D | Host.cpp | 1380 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 D | efidevp.h | 395 VENDOR_DEVICE_PATH Vendor; member 429 VENDOR_DEVICE_PATH *Vendor; member
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 1261 VENDOR_DEVICE_PATH Vendor; member 1319 VENDOR_DEVICE_PATH *Vendor; member
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 726 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 D | Dwarf.def | 221 // 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 D | FREEBSD-upgrade | 22 - Vendor import of OpenBSM into src/contrib.
|
/freebsd/share/misc/ |
H A D | organization.dot | 57 vendorrelations [label="Vendor Relations\nvendor-relations@FreeBSD.org\ncore, FreeBSD Foundation"]
|
H A D | scsi_modes | 201 {Vendor Specific} t2 493 0x00 "Vendor-Specific";
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
|
/freebsd/crypto/openssl/ |
H A D | FREEBSD-upgrade | 39 $ git commit -m "openssl: Vendor import of OpenSSL X.Y.Z"
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | dts-coding-style.rst | 122 5. Vendor-specific properties
|