Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 139) sorted by relevance

123456

/f-stack/app/redis-5.0.5/deps/jemalloc/build-aux/
H A Dconfig.sub1745 vendor=unknown
1753 vendor=sun
1756 vendor=ibm
1759 vendor=be
1762 vendor=hp
1765 vendor=hp
1774 vendor=dg
1780 vendor=ns
1783 vendor=ibm
1786 vendor=ibm
[all …]
/f-stack/freebsd/arm64/iommu/
H A Dsmmu_quirks.c53 uint16_t vendor; member
78 for (i = 0; smmu_quirk_table[i].vendor != 0; i++) { in smmu_quirks_check()
80 if (ctx->vendor == q->vendor && in smmu_quirks_check()
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dexample-schema.yaml52 - vendor,soc4-ip
53 - vendor,soc3-ip
54 - vendor,soc2-ip
56 - vendor,soc1-ip
139 vendor,int-property:
144 vendor,bool-property:
178 # 'vendor,bool-property' is only allowed when 'vendor,string-array-property'
180 vendor,bool-property: [ 'vendor,string-array-property' ]
183 vendor,string-array-property: [ 'vendor,bool-property' ]
203 const: vendor,soc2-ip
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cpuinfo.c75 u_char *vendor; in ngx_cpuinfo() local
86 vendor = (u_char *) &vbuf[1]; in ngx_cpuinfo()
94 if (ngx_strcmp(vendor, "GenuineIntel") == 0) { in ngx_cpuinfo()
125 } else if (ngx_strcmp(vendor, "AuthenticAMD") == 0) { in ngx_cpuinfo()
/f-stack/freebsd/contrib/device-tree/Bindings/pci/
H A Dpci-iommu.txt57 compatible = "vendor,some-iommu";
63 compatible = "vendor,pcie-root-complex";
84 compatible = "vendor,some-iommu";
90 compatible = "vendor,pcie-root-complex";
112 compatible = "vendor,some-iommu";
118 compatible = "vendor,pcie-root-complex";
140 compatible = "vendor,some-iommu";
146 compatible = "vendor,some-iommu";
152 compatible = "vendor,some-iommu";
158 compatible = "vendor,pcie-root-complex";
H A Dpci-msi.txt68 compatible = "vendor,some-controller";
75 compatible = "vendor,pcie-root-complex";
96 compatible = "vendor,some-controller";
103 compatible = "vendor,pcie-root-complex";
125 compatible = "vendor,some-controller";
132 compatible = "vendor,pcie-root-complex";
155 compatible = "vendor,some-controller";
162 compatible = "vendor,pcie-root-complex";
185 compatible = "vendor,some-controller";
192 compatible = "vendor,some-controller";
[all …]
H A Dti,j721e-pci-host.yaml47 vendor-id:
65 - vendor-id
101 vendor-id = <0x104c>;
/f-stack/freebsd/contrib/edk2/
H A DFREEBSD-upgrade8 cp -r ../vendor/edk2/dist/MdePkg/Include sys/contrib/edk2
20 svn merge -c VendorRevision svn+ssh://repo.freebsd.org/base/vendor/edk2/dist/MdePkg/$i $i
23 svn+ssh://repo.freebsd.org/base/vendor/edk2/dist/MdePkg/MdePkg.dec MdePkg.dec
/f-stack/freebsd/arm/include/
H A Dasmacros.h43 #define ELFNOTE(section, type, vendor, desctype, descdata...) \ argument
49 1: .asciz vendor /* vendor name */ ; \
/f-stack/freebsd/x86/x86/
H A Ducode.c61 const char *vendor; member
66 .vendor = INTEL_VENDOR_ID,
321 char vendor[13]; in ucode_load_bsp() member
335 cpuid.vendor[12] = '\0'; in ucode_load_bsp()
337 if (strcmp(cpuid.vendor, loaders[i].vendor) == 0) { in ucode_load_bsp()
/f-stack/dpdk/usertools/
H A Ddpdk-pmdinfo.py121 def __init__(self, vendor, device, name): argument
125 self.vendorID = vendor
160 def report(self, vendor=None): argument
166 if vendor is not None:
167 self.vendors[vendor].report()
279 vendor = pcidb.find_vendor(i[0])
280 device = vendor.find_device(i[1])
283 (vendor.name, vendor.ID, device.name,
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dmsi.txt87 compatible = "vendor-a,some-controller";
94 compatible = "vendor-b,another-controller";
102 compatible = "vendor-b,another-controller";
110 compatible = "vendor-c,some-device";
118 compatible = "vendor-c,some-device";
128 compatible = "vendor-c,some-device";
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dulpi.txt13 compatible = "vendor,usb-controller";
17 compatible = "vendor,phy";
/f-stack/freebsd/arm/nvidia/drm2/
H A Dhdmi.c167 const char *vendor, const char *product) in hdmi_spd_infoframe_init() argument
175 strncpy(frame->vendor, vendor, sizeof(frame->vendor)); in hdmi_spd_infoframe_init()
217 memcpy(ptr, frame->vendor, sizeof(frame->vendor)); in hdmi_spd_infoframe_pack()
439 length = hdmi_vendor_any_infoframe_pack(&frame->vendor, in hdmi_infoframe_pack()
745 strncpy(buf, frame->vendor, 8); in hdmi_spd_infoframe_log()
973 hdmi_vendor_any_infoframe_log(&frame->vendor); in hdmi_infoframe_log()
1220 ret = hdmi_vendor_any_infoframe_unpack(&frame->vendor, buffer); in hdmi_infoframe_unpack()
H A Dhdmi.h184 char vendor[8]; member
190 const char *vendor, const char *product);
324 union hdmi_vendor_any_infoframe vendor; member
/f-stack/freebsd/x86/pci/
H A Dpci_early_quirks.c48 uint32_t vendor; member
245 uint32_t vendor, device, class; in intel_graphics_stolen() local
256 vendor = pci_cfgregread(bus, slot, func, PCIR_VENDOR, 2); in intel_graphics_stolen()
257 if (vendor != PCI_VENDOR_INTEL) in intel_graphics_stolen()
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dsbs_sbs-charger.txt5 - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part
6 number compatible string might be used in order to take care of vendor
H A Dsbs,sbs-manager.txt4 - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part
5 number compatible string might be used in order to take care of vendor
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-flash.c79 uint16_t vendor; /**< Vendor ID of Chip */ member
198 flash->vendor = __cvmx_flash_read_cmd16(chip_id, 0x13); in __cvmx_flash_queury_cfi()
241 switch (flash_info[chip_id].vendor) in __cvmx_flash_queury_cfi()
264 (unsigned int)flash->vendor, in __cvmx_flash_queury_cfi()
375 switch (flash_info[chip_id].vendor) in cvmx_flash_erase_block()
499 switch (flash_info[chip_id].vendor) in cvmx_flash_write_block()
/f-stack/freebsd/sys/
H A Defi.h190 int efi_var_get(uint16_t *name, struct uuid *vendor, uint32_t *attrib,
192 int efi_var_nextname(size_t *namesize, uint16_t *name, struct uuid *vendor);
193 int efi_var_set(uint16_t *name, struct uuid *vendor, uint32_t attrib,
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c86 unsigned int i, model, family, brand_id, vendor; in RTE_INIT_PRIO() local
96 vendor = ebx; in RTE_INIT_PRIO()
108 if (vendor == signature_intel_ebx) { in RTE_INIT_PRIO()
/f-stack/freebsd/net/
H A Diflib.h170 #define PVID(vendor, devid, name) {vendor, devid, 0, 0, 0, 0, name} argument
171 #define PVID_OEM(vendor, devid, svid, sdevid, revid, name) {vendor, devid, svid, sdevid, revid, 0, … argument
/f-stack/freebsd/contrib/device-tree/Bindings/eeprom/
H A Dat25.txt4 - compatible : Should be "<vendor>,<type>", and generic value "atmel,at25".
5 Example "<vendor>,<type>" values:
/f-stack/freebsd/i386/i386/
H A Dlocore.s358 movl $0x4778654e,cpu_vendor # store vendor string
407 movl $0x69727943,cpu_vendor # store vendor string
416 movl %ebx,cpu_vendor # store vendor string
/f-stack/freebsd/contrib/device-tree/Bindings/net/wireless/
H A Dqca,ath9k.txt11 where VVVV is the PCI vendor ID and DDDD is PCI device ID.
12 Typically QCA's PCI vendor ID 168c is used while the PCI device

123456