HomeSort by: relevance | last modified time | path
    Searched defs:vendor (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/sys/external/bsd/gnu-efi/dist/apps/
printenv.c 11 EFI_GUID vendor; local in function:efi_main
17 vendor = NullGuid;
25 status = uefi_call_wrapper(RT->GetNextVariableName, 3, &size, name, &vendor);
29 val = LibGetVariable(name, &vendor);
30 Print(fmt, &vendor, name, val);
route80h.c 100 uint16_t vendor; member in struct:efi_main::__anone0c1cc450208
110 for (i = 0; devices[i].vendor != 0; i++) {
111 rc = find_pci_device(devices[i].vendor, devices[i].device, &pciio);
  /src/sys/arch/arc/include/
platform.h 39 const char *vendor_id; /* vendor id from GetSystemId() */
42 const char *vendor; /* Vendor Name */ member in struct:platform
  /src/sys/arch/mac68k/nubus/
if_sn_nubus.c 259 int vendor = SN_VENDOR_UNKNOWN; local in function:sn_nb_card_vendor
264 vendor = SN_VENDOR_APPLE;
266 vendor = SN_VENDOR_APPLE16;
270 vendor = SN_VENDOR_ASANTELC;
272 vendor = SN_VENDOR_APPLE;
275 vendor = SN_VENDOR_APPLE;
281 vendor = SN_VENDOR_DAYNA;
284 vendor = SN_VENDOR_DAYNA;
288 return vendor;
if_ae_nubus.c 396 int vendor; local in function:ae_nb_card_vendor
403 vendor = DP8390_VENDOR_UNKNOWN;
406 vendor = DP8390_VENDOR_APPLE;
412 vendor = DP8390_VENDOR_UNKNOWN;
420 vendor = DP8390_VENDOR_CABLETRON;
422 vendor = DP8390_VENDOR_APPLE;
426 vendor = DP8390_VENDOR_ASANTE;
429 vendor = DP8390_VENDOR_FARALLON;
435 vendor = DP8390_VENDOR_INTERLAN;
440 vendor = DP8390_VENDOR_KINETICS
    [all...]
  /src/sys/dev/pci/
iop_pci.c 70 u_int product, vendor; local in function:iop_pci_match
88 vendor = PCI_VENDOR(pa->pa_id);
91 if (vendor == PCI_VENDOR_DPT &&
96 if (vendor == PCI_VENDOR_INTEL &&
amdccp_pci.c 55 pci_vendor_id_t vendor; member in struct:amdccp_pci_product
58 { .vendor = PCI_VENDOR_AMD,
61 { .vendor = PCI_VENDOR_AMD,
64 { .vendor = PCI_VENDOR_AMD,
67 { .vendor = PCI_VENDOR_AMD,
70 { .vendor = PCI_VENDOR_AMD,
73 { .vendor = PCI_VENDOR_AMD,
84 if (PCI_VENDOR(pa->pa_id) == amdccp_pci_products[i].vendor &&
ciss_pci.c 51 int vendor; member in struct:__anona9ca51520108
140 if ((PCI_VENDOR(pa->pa_id) == ciss_pci_devices[i].vendor &&
142 (PCI_VENDOR(reg) == ciss_pci_devices[i].vendor &&
169 if ((PCI_VENDOR(pa->pa_id) == ciss_pci_devices[i].vendor &&
171 (PCI_VENDOR(reg) == ciss_pci_devices[i].vendor &&
  /src/sys/dev/pcmcia/
pcmciadevs_data.h 44 char *vendor; member in struct:pcmcia_knowndev::pcmcia_knowndev_cis
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/
nouveau_nvkm_subdev_pci_agp.c 156 uint16_t vendor = PCI_VENDOR(info.aki_info.ai_devid); local in function:nvkm_agp_ctor
159 uint16_t vendor = info.device->vendor;
162 if (vendor == quirk->hostbridge_vendor &&
165 pci->pdev->vendor == quirk->chip_vendor) &&
  /src/usr.sbin/hdaudioctl/
graph.c 59 uint16_t vendor, product; local in function:hdaudioctl_graph
86 prop_dictionary_get_uint16(response, "vendor-id", &vendor);
90 vendor, product);
  /src/usr.sbin/mlxctl/
util.c 166 mlx_scsi_inquiry(int chan, int targ, char **vendor, char **device,
196 *vendor = &dcdb_cmd.inq.vendor[0];
209 char *device, *vendor, *revision; local in function:mlx_print_phys_drv
259 if (!mlx_scsi_inquiry(chn, targ, &vendor, &device, &revision))
260 printf("'%8.8s' '%16.16s' '%4.4s'", vendor, device, revision);
  /src/sys/dev/nand/
nand_micron.c 136 const char *vendor = "Micron"; local in function:mt29fxgx_parameters
162 vendor, dp->name, chip->nc_size >> 20);
  /src/sys/arch/arm/footbridge/
footbridge.c 149 int vendor, device, rev; local in function:footbridge_attach
165 vendor = bus_space_read_2(sc->sc_iot, sc->sc_ioh, VENDOR_ID);
168 if (vendor != DC21285_VENDOR_ID && device != DC21285_DEVICE_ID)
  /src/sys/sys/
efiio.h 59 uint16_t * name; /* vendor's variable name */
61 struct uuid vendor; /* unique identifier for vendor */ member in struct:efi_var_ioc
  /src/sys/dev/usb/
usb_quirks.c 423 uint16_t vendor = UGETW(d->idVendor); local in function:usbd_find_quirk
428 if (t->idVendor == vendor &&
auvitek.c 64 uint16_t vendor; member in struct:__anon53f2cd6c0108
82 if (auvitek_devices[i].vendor == uaa->uaa_vendor &&
109 if (auvitek_devices[i].vendor == uaa->uaa_vendor &&
emdtvreg.h 34 uint16_t vendor; member in struct:emdtv_eeprom
  /src/sys/arch/ia64/ia64/
cpu.c 114 uint64_t vendor[3]; local in function:identifycpu
124 vendor[0] = ia64_get_cpuid(0);
125 vendor[1] = ia64_get_cpuid(1);
126 vendor[2] = '\0';
192 (char *)vendor, revision);
  /src/sys/arch/evbmips/loongson/
autoconf.h 58 const char *vendor; member in struct:platform
  /src/sys/arch/usermode/dev/
vatapi.c 201 char vendor[33], product[65], revision[17]; local in function:vatapi_probe_device
233 scsipi_strvis(vendor, 33, inqbuf.vendor, 8);
244 sa.sa_inqbuf.vendor = vendor;
252 aprint_verbose(": probedev on vendor '%s' product '%s' revision '%s'\n",
253 vendor, product, revision);
  /src/sys/dev/cardbus/
com_cardbus.c 85 int vendor; member in struct:csdev
110 if(cp->vendor == PCI_VENDOR(ca->ca_id) &&
184 aprint_error_dev(DEVICET(csc), "vendor 0x%x product 0x%x\n",
  /src/sys/dev/hdaudio/
eldreg.h 48 uint16_t vendor; member in struct:eld_baseline_block
50 /* monitor name string, CEA SADs, vendor data ... */
  /src/sys/dev/isa/
if_ep_isa.c 157 u_int16_t vendor, model, eeprom_addr_cfg; local in function:ep_isa_probe
200 vendor = bswap16(epreadeeprom(iot, ioh, EEPROM_MFG_ID));
201 if (vendor != MFG_ID)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_rootnv50.c 177 u8 *vendor, vendor_size; local in function:nv50_disp_root_mthd_
199 vendor = avi + avi_size;
210 vendor, vendor_size);

Completed in 52 milliseconds

1 2 3 4 5