/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | ids.c | 116 ids_find_pci (int vendor_id, int product_id, in ids_find_pci() argument 137 snprintf (rep_pi, 8, "%04x", product_id); in ids_find_pci() 213 if (product_id != 0) { in ids_find_pci() 388 ids_find_usb (int vendor_id, int product_id, in ids_find_usb() argument 402 snprintf (rep_pi, 8, "%04x", product_id); in ids_find_usb() 454 if (product_id != 0) { in ids_find_usb()
|
H A D | ids.h | 34 ids_find_pci (int vendor_id, int product_id, 40 ids_find_usb (int vendor_id, int product_id,
|
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 807 (void) strncpy(lib_param->product_id, expander->slt_pid, MAXNAMELEN); in get_log() 956 char *product_id = NULL; in slt_process_ses_log() local 965 &product_id, &err) != 0) { in slt_process_ses_log() 972 if (platform_supported(product_id) == 0) { in slt_process_ses_log() 974 product_id); in slt_process_ses_log() 975 topo_hdl_strfree(thp, product_id); in slt_process_ses_log() 983 (void) snprintf(expander->slt_pid, MAXNAMELEN, "%s", product_id); in slt_process_ses_log() 984 topo_hdl_strfree(thp, product_id); in slt_process_ses_log()
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | device.c | 72 char product_id[17]; in is_old_sun_drive() local 77 (void) strncpy(product_id, (const char *)&dev->d_inq[16], 16); in is_old_sun_drive() 78 product_id[16] = 0; in is_old_sun_drive() 79 if (strstr(product_id, "SUN") != NULL) in is_old_sun_drive()
|
/illumos-gate/usr/src/lib/fm/libseslog/common/ |
H A D | libseslog.h | 139 char product_id[MAXNAMELEN]; /* product id of expander, passed in */ member
|
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath.c | 120 uint16_t product_id; member 321 uath_lookup(uint16_t vendor_id, uint16_t product_id) in uath_lookup() argument 329 (product_id == uath_devs[i].dev.product_id)) in uath_lookup() 2144 uint16_t vendor_id, product_id; in uath_reconnect() local 2193 product_id = sc->sc_udev->dev_descr->idProduct; in uath_reconnect() 2194 sc->dev_flags = uath_lookup(vendor_id, product_id); in uath_reconnect() 2202 vendor_id, product_id, sc->dev_flags); in uath_reconnect() 3012 uint16_t vendor_id, product_id; in uath_attach() local 3058 product_id = sc->sc_udev->dev_descr->idProduct; in uath_attach() 3059 sc->dev_flags = uath_lookup(vendor_id, product_id); in uath_attach() [all …]
|
/illumos-gate/usr/src/contrib/bhyve/x86/ |
H A D | mptable.h | 68 uint8_t product_id[12]; member
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 1430 lookup_bay_override(const char *product_id) in lookup_bay_override() argument 1433 if (strcmp(product_id, in lookup_bay_override() 3697 char *label = NULL, *product_id; in smci_4u36_bay_label() local 3717 nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT, &product_id) != in smci_4u36_bay_label() 3726 if (strcmp(product_id, SMCI4U36_FRONT_EXPANDER_PID1) == 0 || in smci_4u36_bay_label() 3727 strcmp(product_id, SMCI4U36_FRONT_EXPANDER_PID2) == 0 || in smci_4u36_bay_label() 3728 strcmp(product_id, SMCI4U36_FRONT_EXPANDER_PID3) == 0) { in smci_4u36_bay_label() 3731 } else if (strcmp(product_id, SMCI4U36_REAR_EXPANDER_PID1) == 0 || in smci_4u36_bay_label() 3732 strcmp(product_id, SMCI4U36_REAR_EXPANDER_PID2) == 0) { in smci_4u36_bay_label() 3737 __func__, product_id); in smci_4u36_bay_label()
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd.h | 255 uint16_t product_id; member
|
H A D | zyd_usb.c | 103 product == usb_ids[i].product_id) in zyd_usb_mac_rev()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | disks_private.h | 103 char *product_id; member
|
H A D | drive.c | 913 if (diskp->product_id != NULL) { in get_attrs() 914 if (nvlist_add_string(attrs, DM_PRODUCT_ID, diskp->product_id) in get_attrs()
|
H A D | findevs.c | 988 if ((diskp->product_id = strdup(prod_id)) == NULL) { in create_disk() 995 if ((diskp->product_id = strdup(prod_id)) == NULL) { in create_disk()
|
H A D | cache.c | 266 free(dp->product_id); in cache_free_disk()
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | mptbl.c | 120 memcpy(mpch->product_id, MPCH_PRODID, MPCH_PRODID_LEN); in mpt_build_mpch()
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_def.h | 263 uint8_t product_id; member
|
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/ |
H A D | Atapi.h | 265 UINT8 product_id[16]; member
|
/illumos-gate/usr/src/contrib/bhyve/sys/ |
H A D | ata.h | 289 /*170*/ u_int8_t product_id[8]; /* Additional Product Identifier */ member
|