Searched refs:vendor (Results 26 - 50 of 391) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp185 // $cputype:16777223;cpusubtype:3;ostype:Darwin;vendor:apple;endian:little;ptrsize:8;#00
201 // For parity with debugserver, we'll include the vendor key.
202 response.PutCString("vendor:apple;");
1231 const std::string vendor = proc_triple.getVendorName(); local
1232 if (!vendor.empty())
1233 response.Printf("vendor:%s;", vendor.c_str());
H A DGDBRemoteCommunicationClient.cpp1190 } else if (name.equals("vendor")) {
1894 std::string vendor;
1958 } else if (name.equals("vendor")) {
1959 vendor = value;
1965 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) {
1966 if (vendor == "apple") {
1970 llvm::StringRef(vendor));
2054 } else if (name.equals("vendor")) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp516 llvm::Triple::VendorType vendor; local
524 // SetArchitecture should have set the vendor to unknown
525 vendor = spec.GetArchitecture().GetTriple().getVendor();
526 assert(vendor == llvm::Triple::UnknownVendor);
527 UNUSED_IF_ASSERT_DISABLED(vendor);
1036 // Set the elf OS version to FreeBSD. Also clear the vendor.
1149 // Set the elf OS version to NetBSD. Also clear the vendor.
1158 // Set the elf OS version to NetBSD. Also clear the vendor.
1164 // Set the elf OS version to OpenBSD. Also clear the vendor.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp478 if (auto *vendor = GetDeclVendor()) {
479 auto types = vendor->FindTypes(class_name, /*max_matches*/ 1);
2158 // missing, use the non-extended vendor
H A DAppleObjCDeclVendor.h26 static bool classof(const DeclVendor *vendor) { argument
27 return vendor->GetKind() == eAppleObjCDeclVendor;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h30 static bool classof(const DeclVendor *vendor) { argument
31 return vendor->GetKind() == eClangModuleDeclVendor;
H A DClangDeclVendor.h29 static bool classof(const DeclVendor *vendor) { argument
30 return vendor->GetKind() >= eClangDeclVendor &&
31 vendor->GetKind() < eLastClangDeclVendor;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1849 if (auto vendor = runtime->GetDeclVendor()) {
1850 auto types = vendor->FindTypes(const_typename, /*max_matches*/ 1);
1903 if (auto *vendor = runtime->GetDeclVendor()) {
1905 vendor->FindTypes(const_typename, /*max_matches*/ UINT32_MAX);
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c479 ((u64 *) pmd_port0->vendor)[0] = vxge_os_ntohll(data1);
482 ((u64 *) pmd_port0->vendor)[1] = vxge_os_ntohll(data2);
552 ((u64 *) pmd_port1->vendor)[0] = vxge_os_ntohll(data1);
555 ((u64 *) pmd_port1->vendor)[1] = vxge_os_ntohll(data2);
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c40 * Retrieve information such as PCI device and vendor IDs, board
66 &about_info->vendor);
/freebsd-11-stable/contrib/file/
H A Dconfig.sub649 vendor=winbond
653 vendor=oki
657 vendor=oki
661 vendor=ibm
665 vendor=highlevel
669 vendor=apple
673 vendor=apple
680 vendor=att
684 vendor=att
688 vendor
[all...]
/freebsd-11-stable/sys/dev/evdev/
H A Dcdev.c448 debugf(client, "EVIOCGID: bus=%d vendor=0x%04x product=0x%04x",
449 evdev->ev_id.bustype, evdev->ev_id.vendor,
/freebsd-11-stable/sys/dev/ciss/
H A Dciss.c3416 padstr(inq->vendor, "HP",
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c94 uint16_t vendor; local
99 vendor = pci_get_vendor(dev);
106 for (id = pdrv->id_table; id->vendor != 0; id++) {
107 if (vendor == id->vendor &&
167 pdev->vendor = dinfo->cfg.vendor;
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c186 uint16_t vendor; member in struct:__anon3
1091 uint16_t vendor; local
1096 device_printf(dev, "PCI card vendor: 0x%04x, device: 0x%04x\n",
1157 vendor = pci_get_vendor(dev);
1158 if (vendor == INTEL_VENDORID) {
1179 * config is pretty much vendor specific, there are no
1187 if (hdac_pcie_snoop[i].vendor != vendor)
1218 device_printf(dev, "DMA Coherency: %s / vendor=0x%04x\n",
1220 "Uncacheable" : "PCIe snoop", vendor);
[all...]
H A Dhdac.h39 #define HDA_MODEL_CONSTRUCT(vendor, model) \
40 (((uint32_t)(model) << 16) | ((vendor##_VENDORID) & 0xffff))
288 * Apple Intel MacXXXX seems using Sigmatel codec/vendor id
337 #define HDA_CODEC_CONSTRUCT(vendor, id) \
338 (((uint32_t)(vendor##_VENDORID) << 16) | ((id) & 0xffff))
/freebsd-11-stable/sys/dev/acpica/
H A Dacpivar.h480 int acpi_PkgFFH_IntelCpu(ACPI_OBJECT *res, int idx, int *vendor,
H A Dacpi_package.c136 acpi_PkgFFH_IntelCpu(ACPI_OBJECT *res, int idx, int *vendor, int *class, argument
150 *vendor = gas.BitWidth;
H A Dacpi_cpu.c823 int vendor, class, accsize; local
881 if (acpi_PkgFFH_IntelCpu(pkg, 0, &vendor, &class, &address,
882 &accsize) == 0 && vendor == CST_FFH_VENDOR_INTEL) {
932 if (acpi_PkgFFH_IntelCpu(pkg, 0, &vendor, &class, &address,
933 &accsize) == 0 && vendor == CST_FFH_VENDOR_INTEL &&
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub1540 # The value should be what the vendor currently ships out the door with their
1727 vendor=unknown
1732 vendor=acorn
1735 vendor=sun
1738 vendor=ibm
1741 vendor=be
1744 vendor=hp
1747 vendor=hp
1750 vendor=hitachi
1753 vendor
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_pci.c65 uint16_t vendor; member in struct:pci_id
169 uint16_t device, subdev, subven, vendor; local
171 vendor = pci_get_vendor(dev);
173 while (id->vendor != 0xffff &&
174 (id->vendor != vendor || id->device != device))
176 if (id->vendor == 0xffff)
182 while (id->vendor == vendor && id->device == device &&
185 return ((id->vendor
[all...]
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c76 if (pcbh->vendor != LIBUSB_HOTPLUG_MATCH_ANY &&
77 pcbh->vendor != libusb20_dev_get_device_desc(dev->os_priv)->idVendor)
212 handle->vendor = vendor_id;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-openflow.c63 of_vendor_name(const uint32_t vendor) argument
65 const struct tok *table = (vendor & 0xff000000) == 0 ? oui_values : onf_exp_str;
66 return tok2str(table, "unknown", vendor);
H A Dconfig.sub1535 # The value should be what the vendor currently ships out the door with their
1725 vendor=unknown
1730 vendor=acorn
1733 vendor=sun
1736 vendor=ibm
1739 vendor=be
1742 vendor=hp
1745 vendor=hp
1748 vendor=hitachi
1751 vendor
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub1535 # The value should be what the vendor currently ships out the door with their
1725 vendor=unknown
1730 vendor=acorn
1733 vendor=sun
1736 vendor=ibm
1739 vendor=be
1742 vendor=hp
1745 vendor=hp
1748 vendor=hitachi
1751 vendor
[all...]

Completed in 330 milliseconds

1234567891011>>