/openbsd/lib/libfido2/src/ |
H A D | hid.c | 128 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 D | hid_openbsd.c | 74 (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 D | sdmmc_cis.c | 98 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 D | sdmmc_io.c | 321 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 D | sdmmcvar.h | 124 u_int16_t manufacturer; member
|
H A D | sdmmc.c | 533 sf->cis.manufacturer = SDMMC_VENDOR_INVALID; in sdmmc_function_alloc()
|
/openbsd/sys/dev/pcmcia/ |
H A D | pcmcia_cis_quirks.c | 223 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 D | pcmciavar.h | 147 u_int16_t manufacturer; member 179 u_int16_t manufacturer; member 187 u_int16_t manufacturer; member
|
H A D | aic_pcmcia.c | 89 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 D | pcmcia.c | 213 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 D | if_sm_pcmcia.c | 108 if (pa->manufacturer == sm_pcmcia_prod[i].spp_vendor && in sm_pcmcia_match() 175 switch (pa->manufacturer) { in sm_pcmcia_attach()
|
H A D | if_ne_pcmcia.c | 96 u_int16_t manufacturer; member 577 ((((((card)->manufacturer != PCMCIA_VENDOR_INVALID) && \ 578 ((card)->manufacturer == ne2000devs[(n)].manufacturer) && \
|
H A D | if_wi_pcmcia.c | 348 if (pa->manufacturer != PCMCIA_VENDOR_INVALID && in wi_lookup() 349 pa->manufacturer == pp->pp_vendor && in wi_lookup()
|
H A D | if_an_pcmcia.c | 78 switch (pa->manufacturer) { in an_pcmcia_match()
|
H A D | pcmcia_cis.c | 99 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 D | com_pcmcia.c | 293 if (psc->sc_pf->sc->card.manufacturer == PCMCIA_VENDOR_AUDIOVOX && in com_pcmcia_attach()
|
H A D | if_ep_pcmcia.c | 160 if (pa->manufacturer != PCMCIA_VENDOR_3COM) in ep_pcmcia_match()
|
H A D | wdc_pcmcia.c | 179 pa->manufacturer == wpp->wpp_vendor) && in wdc_pcmcia_lookup()
|
/openbsd/sys/dev/acpi/ |
H A D | acpisbs.c | 110 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 D | acpidev.h | 414 char manufacturer[SMBUS_DATA_SIZE]; member
|
/openbsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.h | 77 u_char manufacturer [ISODCL(0x04,0x1B)]; member
|
/openbsd/sys/dev/cardbus/ |
H A D | cardbusvar.h | 174 int32_t manufacturer; member
|
H A D | cardbus.c | 289 cis->manufacturer = tuple[2] | (tuple[3] << 8); in parse_tuple()
|
/openbsd/lib/libfido2/src/fido/ |
H A D | types.h | 242 char *manufacturer; /* manufacturer string */ member
|
/openbsd/share/snmp/ |
H A D | HOST-RESOURCES-MIB.txt | 123 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
|