Home
last modified time | relevance | path

Searched refs:manufacturer (Results 1 – 25 of 57) sorted by relevance

123

/openbsd/lib/libfido2/src/
H A Dhid.c128 free(di->manufacturer); in fido_dev_info_reset()
157 const char *path, const char *manufacturer, const char *product, in fido_dev_info_set() argument
163 if (path == NULL || manufacturer == NULL || product == NULL || in fido_dev_info_set()
170 (manu_copy = strdup(manufacturer)) == NULL || in fido_dev_info_set()
178 devlist[i].manufacturer = manu_copy; in fido_dev_info_set()
214 return (di->manufacturer); in fido_dev_info_manufacturer_string()
H A Dhid_openbsd.c74 (di->manufacturer = strdup(udi.udi_vendor)) == NULL || in fido_hid_manifest()
77 free(di->manufacturer); in fido_hid_manifest()
/openbsd/sys/dev/sdmmc/
H A Dsdmmc_cis.c98 cis->manufacturer = sdmmc_io_read_1(sf0, reg++); in sdmmc_read_cis()
99 cis->manufacturer |= sdmmc_io_read_1(sf0, reg++) << 8; in sdmmc_read_cis()
164 DEVNAME(sf->sc), cis->manufacturer, cis->product); in sdmmc_print_cis()
181 if (sf->cis.manufacturer == SDMMC_VENDOR_SPECTEC && in sdmmc_check_cis_quirks()
H A Dsdmmc_io.c321 if (cis->manufacturer != SDMMC_VENDOR_INVALID || in sdmmc_print()
324 if (cis->manufacturer != SDMMC_VENDOR_INVALID) in sdmmc_print()
326 cis->manufacturer, in sdmmc_print()
H A Dsdmmcvar.h124 u_int16_t manufacturer; member
H A Dsdmmc.c533 sf->cis.manufacturer = SDMMC_VENDOR_INVALID; in sdmmc_function_alloc()
/openbsd/sys/dev/pcmcia/
H A Dpcmcia_cis_quirks.c223 if ((sc->card.manufacturer == pcmcia_cis_quirks[i].manufacturer) && in pcmcia_check_cis_quirks()
225 (((sc->card.manufacturer != PCMCIA_VENDOR_INVALID) && in pcmcia_check_cis_quirks()
227 ((sc->card.manufacturer == PCMCIA_VENDOR_INVALID) && in pcmcia_check_cis_quirks()
H A Dpcmciavar.h147 u_int16_t manufacturer; member
179 u_int16_t manufacturer; member
187 u_int16_t manufacturer; member
H A Daic_pcmcia.c89 if (pa->manufacturer == aic_pcmcia_prod[i].app_vendor && in aic_pcmcia_match()
117 if (pa->manufacturer == PCMCIA_VENDOR_NEWMEDIA && in aic_pcmcia_attach()
H A Dpcmcia.c213 paa.manufacturer = sc->card.manufacturer; in pcmcia_card_attach()
321 if (card->manufacturer != PCMCIA_VENDOR_INVALID && in pcmcia_print()
326 if (card->manufacturer != PCMCIA_VENDOR_INVALID) in pcmcia_print()
328 card->manufacturer, in pcmcia_print()
H A Dif_sm_pcmcia.c108 if (pa->manufacturer == sm_pcmcia_prod[i].spp_vendor && in sm_pcmcia_match()
175 switch (pa->manufacturer) { in sm_pcmcia_attach()
H A Dif_ne_pcmcia.c96 u_int16_t manufacturer; member
577 ((((((card)->manufacturer != PCMCIA_VENDOR_INVALID) && \
578 ((card)->manufacturer == ne2000devs[(n)].manufacturer) && \
H A Dif_wi_pcmcia.c348 if (pa->manufacturer != PCMCIA_VENDOR_INVALID && in wi_lookup()
349 pa->manufacturer == pp->pp_vendor && in wi_lookup()
H A Dif_an_pcmcia.c78 switch (pa->manufacturer) { in an_pcmcia_match()
H A Dpcmcia_cis.c99 state.card->manufacturer = PCMCIA_VENDOR_INVALID; in pcmcia_read_cis()
559 sc->dev.dv_xname, card->manufacturer, card->product); in pcmcia_print_cis()
852 state->card->manufacturer = pcmcia_tuple_read_2(tuple, 0); in pcmcia_parse_cis_tuple()
H A Dcom_pcmcia.c293 if (psc->sc_pf->sc->card.manufacturer == PCMCIA_VENDOR_AUDIOVOX && in com_pcmcia_attach()
H A Dif_ep_pcmcia.c160 if (pa->manufacturer != PCMCIA_VENDOR_3COM) in ep_pcmcia_match()
H A Dwdc_pcmcia.c179 pa->manufacturer == wpp->wpp_vendor) && in wdc_pcmcia_lookup()
/openbsd/sys/dev/acpi/
H A Dacpisbs.c110 CHECK(BLOCK, MANUFACTURER_NAME, manufacturer, -1,
208 if (sc->sc_battery.manufacturer[0]) in acpisbs_attach()
209 printf(" oem \"%s\"", sc->sc_battery.manufacturer); in acpisbs_attach()
H A Dacpidev.h413 char manufacturer[SMBUS_DATA_SIZE]; member
/openbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h77 u_char manufacturer [ISODCL(0x04,0x1B)]; member
/openbsd/sys/dev/cardbus/
H A Dcardbusvar.h174 int32_t manufacturer; member
H A Dcardbus.c289 cis->manufacturer = tuple[2] | (tuple[3] << 8); in parse_tuple()
/openbsd/lib/libfido2/src/fido/
H A Dtypes.h242 char *manufacturer; /* manufacturer string */ member
/openbsd/share/snmp/
H A DHOST-RESOURCES-MIB.txt123 manufacturer, model, and version of a specific
126 products from a particular manufacturer are registered
127 under a subtree distinct to that manufacturer. In
131 determine the manufacturer and/or model of a product
489 device's manufacturer and revision, and optionally,
1141 software, including the manufacturer, revision, and
1353 software, including the manufacturer, revision, the

123