Searched refs:vendor (Results 51 - 75 of 391) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libefivar/
H A Defivar.c131 memset(&var->vendor, 0, sizeof(var->vendor));
179 var.vendor = guid;
247 var.vendor = **guid;
273 retguid = var.vendor;
373 var.vendor = guid;
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Damd10h.c53 char vendor[13]; local
65 ((uint32_t *)vendor)[0] = idargs.data[1];
66 ((uint32_t *)vendor)[1] = idargs.data[3];
67 ((uint32_t *)vendor)[2] = idargs.data[2];
68 vendor[12] = '\0';
69 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0)
H A Dintel.c58 char vendor[13]; local
69 ((uint32_t *)vendor)[0] = idargs.data[1];
70 ((uint32_t *)vendor)[1] = idargs.data[3];
71 ((uint32_t *)vendor)[2] = idargs.data[2];
72 vendor[12] = '\0';
73 if (strncmp(vendor, INTEL_VENDOR_ID, sizeof(INTEL_VENDOR_ID)) != 0)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c90 drm_find_description(int vendor, int device, const drm_pci_id_list_t *idlist) argument
94 for (i = 0; idlist[i].vendor != 0; i++) {
95 if ((idlist[i].vendor == vendor) &&
112 int vendor, device; local
114 vendor = pci_get_vendor(kdev);
122 id_entry = drm_find_description(vendor, device, idlist);
144 int vendor, device; local
149 vendor = pci_get_vendor(kdev);
151 dev->id_entry = drm_find_description(vendor, devic
[all...]
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_pci.c54 u_int16_t vendor; member in struct:ipmi_ident
63 ipmi_pci_match(uint16_t vendor, uint16_t device) argument
67 for (m = ipmi_identifiers; m->vendor != 0; m++)
68 if (m->vendor == vendor && m->device == device)
/freebsd-11-stable/stand/userboot/userboot/
H A Dbootinfo64.c137 int vendor[3];
146 /* Fetch the vendor string. */
148 vendor[0] = regs[1];
149 vendor[1] = regs[3];
150 vendor[2] = regs[2];
151 cpu_vendor = (char *)vendor;
/freebsd-11-stable/stand/i386/libi386/
H A Dbootinfo64.c141 int vendor[3]; local
151 /* Fetch the vendor string. */
153 vendor[0] = regs[1];
154 vendor[1] = regs[3];
155 vendor[2] = regs[2];
156 cpu_vendor = (char *)vendor;
/freebsd-11-stable/contrib/gcc/config/i386/
H A Ddriver-i386.c68 unsigned int vendor; local
101 vendor = ebx;
127 is_amd = vendor == *(unsigned int*)"Auth";
/freebsd-11-stable/sys/dev/mlx/
H A Dmlx_pci.c80 u_int16_t vendor; member in struct:mlx_ident
99 for (m = mlx_identifiers; m->vendor != 0; m++) {
100 if ((m->vendor == pci_get_vendor(dev)) &&
/freebsd-11-stable/sys/sys/
H A Defi.h186 int efi_var_get(uint16_t *name, struct uuid *vendor, uint32_t *attrib,
188 int efi_var_nextname(size_t *namesize, uint16_t *name, struct uuid *vendor);
189 int efi_var_set(uint16_t *name, struct uuid *vendor, uint32_t attrib,
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.h185 char vendor[8]; member in struct:hdmi_spd_infoframe
191 const char *vendor, const char *product);
315 * @vendor: union of all vendor infoframes
326 union hdmi_vendor_any_infoframe vendor; member in union:hdmi_infoframe
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_pci.c91 u_int16_t vendor; member in struct:aac_ident
117 for (m = aacraid_family_identifiers; m->vendor != 0; m++) {
118 if ((m->vendor == vendid) && (m->device == devid))
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c51 { .vendor = PCI_VENDOR_ID_##v, \
55 unsigned vendor; member in struct:__anon3783
275 unsigned vendor, device; local
278 if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
281 vendor = strtol(value, NULL, 16);
289 if (vendor == hca_table[i].vendor &&
/freebsd-11-stable/sys/dev/efidev/
H A Defirt.c401 efi_var_get(efi_char *name, struct uuid *vendor, uint32_t *attrib, argument
410 status = efi_runtime->rt_getvar(name, vendor, attrib, datasize, data);
417 efi_var_nextname(size_t *namesize, efi_char *name, struct uuid *vendor) argument
425 status = efi_runtime->rt_scanvar(namesize, name, vendor);
432 efi_var_set(efi_char *name, struct uuid *vendor, uint32_t attrib, argument
441 status = efi_runtime->rt_setvar(name, vendor, attrib, datasize, data);
/freebsd-11-stable/sys/x86/x86/
H A Ducode.c61 const char *vendor; member in struct:ucode_ops
66 .vendor = INTEL_VENDOR_ID,
321 char vendor[13]; member in union:__anon5531
335 cpuid.vendor[12] = '\0';
337 if (strcmp(cpuid.vendor, loaders[i].vendor) == 0) {
/freebsd-11-stable/sys/dev/bwn/
H A Dbwn_mac.c63 uint16_t vendor; member in struct:bwn_device
77 if (bhnd_get_vendor(dev) == id->vendor &&
/freebsd-11-stable/contrib/binutils/
H A Dconfig.sub1371 # The value should be what the vendor currently ships out the door with their
1546 vendor=unknown
1551 vendor=acorn
1554 vendor=sun
1557 vendor=ibm
1560 vendor=be
1563 vendor=hp
1566 vendor=hp
1569 vendor=hitachi
1572 vendor
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub1450 # The value should be what the vendor currently ships out the door with their
1625 vendor=unknown
1630 vendor=acorn
1633 vendor=sun
1636 vendor=ibm
1639 vendor=be
1642 vendor=hp
1645 vendor=hp
1648 vendor=hitachi
1651 vendor
[all...]
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c369 core->vendor = BCMA_EROM_GET_ATTR(entry, COREA_DESIGNER);
560 buffer[i].vendor = core.vendor;
568 if (buffer[i].vendor == buffer[j].vendor &&
762 if (core.vendor == prev_core.vendor &&
778 cfg = bcma_alloc_corecfg(core_index, core_unit, core.vendor,
794 bhnd_vendor_name(core.vendor),
795 bhnd_find_core_name(core.vendor, cor
[all...]
H A Dbcma_eromvar.h51 uint16_t vendor; /**< core's designer */ member in struct:bcma_erom_core
/freebsd-11-stable/sbin/dhclient/
H A Dclparse.c687 char *vendor; local
703 if ((vendor = strdup(val)) == NULL)
704 error("no memory for vendor information.");
717 free(vendor);
722 vendor. */
724 (unsigned char *)vendor, 0));
728 parse_warn("no vendor named %s.", vendor);
730 free(vendor);
736 val = vendor;
[all...]
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub1239 # The value should be what the vendor currently ships out the door with their
1396 vendor=unknown
1401 vendor=acorn
1404 vendor=sun
1407 vendor=ibm
1410 vendor=be
1413 vendor=hp
1416 vendor=hp
1419 vendor=hitachi
1422 vendor
[all...]
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.sub1270 # The value should be what the vendor currently ships out the door with their
1430 vendor=unknown
1435 vendor=acorn
1438 vendor=sun
1441 vendor=ibm
1444 vendor=be
1447 vendor=hp
1450 vendor=hp
1453 vendor=hitachi
1456 vendor
[all...]
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl_pci.c86 uint16_t vendor; member in struct:mwl_pci_ident
104 mwl_pci_lookup(int vendor, int device) argument
109 if (vendor == ident->vendor && device == ident->device)
/freebsd-11-stable/sys/dev/tdfx/
H A Dtdfx_vars.h87 int vendor; member in struct:tdfx_softc

Completed in 595 milliseconds

1234567891011>>