/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/ |
H A D | sym.c | 96 if (bcmp(&stdinq->inq_pid[9], "SUN", 3) == 0) { 97 if ((stdinq->inq_pid[14] == 'G' || stdinq->inq_pid[15] == 'G' || 98 stdinq->inq_pid[14] == 'T' || stdinq->inq_pid[15] == 'T') &&
|
/illumos-gate/usr/src/cmd/fcinfo/ |
H A D | printAttrs.c | 319 inq->inq_pid[0], 320 inq->inq_pid[1], 321 inq->inq_pid[2], 322 inq->inq_pid[3], 323 inq->inq_pid[4], 324 inq->inq_pid[5], 325 inq->inq_pid[6], 326 inq->inq_pid[7], 327 inq->inq_pid[8], 328 inq->inq_pid[ [all...] |
H A D | fcinfo-list.c | 556 strcpy(inq.inq_pid, "Unknown"); 1109 memcpy(discoveredDevList->PID, inq.inq_pid, 1231 memcpy(newDevice->PID, inq.inq_pid,
|
/illumos-gate/usr/src/common/devid/ |
H A D | devid_scsi.c | 65 sizeof (((struct scsi_inquiry *)NULL)->inq_pid) + \ 203 (bcmp(inq_std->inq_pid, 216 (bcmp(inq_std->inq_pid, 229 (void) strncat(msg, inq_std->inq_pid, 230 sizeof (inq_std->inq_pid)); 952 *id_len += sizeof (inq_std->inq_pid); 960 bcopy(&inq_std->inq_pid, &(*id)[sizeof (inq_std->inq_vid)], 961 sizeof (inq_std->inq_pid)); 963 sizeof (inq_std->inq_pid)], inq80[3]); 1024 (bcmp(&inq_std->inq_pid[SCSI_INQUIRY_VID_PO [all...] |
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | sasinfo.h | 103 uchar_t inq_pid[16]; member in struct:targetPortMappingData
|
H A D | printAttrs.c | 492 for (count = sizeof (mapList->inq_pid), i = 0; 494 if (isprint(mapList->inq_pid[i])) 496 mapList->inq_pid[i]);
|
H A D | sasinfo-list.c | 46 uchar_t inq_pid[16]; member in struct:tgt_mapping 1806 TPMapData->inq_pid[0] = '\0'; 1863 TPMapData->inq_pid[0] = '\0'; 1870 (void *) memcpy(TPMapData->inq_pid, inq.inq_pid, 1871 sizeof (TPMapData->inq_pid)); 2393 (void *) memcpy(newDevice->PID, inq.inq_pid,
|
/illumos-gate/usr/src/uts/intel/io/amr/ |
H A D | amrvar.h | 104 sizeof (((struct scsi_inquiry *)(NULL))->inq_pid)
|
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 500 #define inq_serial inq_pid 501 #define inq_ackqreqq inq_pid
|
/illumos-gate/usr/src/uts/common/sys/scsi/generic/ |
H A D | inquiry.h | 98 char inq_pid[16]; /* product ID */ member in struct:scsi_inquiry 214 char inq_pid[16]; /* product ID */ member in struct:scsi_inquiry
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | diag.c | 100 if ((strncmp((char *)&inq.inq_pid[0], DAK_OFF_NAME, 102 (strncmp((char *)&inq.inq_pid[0], DAK_PROD_STR,
|
H A D | lux_util.c | 870 print_chars(inq.inq_pid, sizeof (inq.inq_pid), 0); 887 if (strstr((char *)inq.inq_pid, "SSA") != 0) { 1063 if (strstr((char *)inq.inq_pid, "SSA") != 0) { 1069 } else if ((strstr((char *)inq.inq_pid, "SUN") != 0) ||
|
H A D | g_adm.c | 657 (char *)inq.inq_pid)) { 663 } else if (strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) != NULL) { 668 print_chars(inq.inq_pid, sizeof (inq.inq_pid), 0); 683 for (i = 0; i < sizeof (inq.inq_pid); i++) { 684 (void) fprintf(stdout, "%c", inq.inq_pid[i]); 710 ((strstr((char *)ses_inq.inq_pid, ENCLOSURE_PROD_ID) 720 } else if (strstr((char *)inq.inq_pid, "SUN_SEN") != 0) { 730 print_chars(inq.inq_pid, sizeof (inq.inq_pid), [all...] |
H A D | common.h | 349 uchar_t inq_pid[16]; /* product ID */ member in struct:l_inquiry_struct
|
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_drive.c | 693 for (p = inq.inq_pid + sizeof (inq.inq_pid) - 1; p != inq.inq_pid; 702 if (strncmp(inq.inq_pid, META_SSA200_PID, sizeof (inq.inq_pid)) != 0) 818 ((i < sizeof (inq.inq_pid)) && (p < e)); ++i) 819 *p++ = inq.inq_pid[i];
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_init.c | 294 (void) strlcpy(ssd->sd_id, sd->inq_pid, 451 (void) strlcpy(ssd->sd_id, sd->inq_pid,
|
/illumos-gate/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 247 if ((s = rtrim_copy(inq.inq_pid, sizeof (inq.inq_pid))) != NULL) {
|
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | sbp2_driver.c | 207 (void) memset(inq->inq_pid, ' ', sizeof (inq->inq_pid)); 232 (uint32_t *)inq->inq_pid, 233 min(sizeof (inq->inq_pid) / 4, len));
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | gfc.h | 264 uchar_t inq_pid[16]; /* product ID */ member in struct:l_inquiry_struct
|
/illumos-gate/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 1205 if ((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) == 0) && 1331 if ((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) == 0) && 1394 if ((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) == 0) && 1554 if ((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) != NULL) || 1602 (char *)inq.inq_pid, 1603 sizeof (inq.inq_pid)); 1864 if (((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) == 0) || 1987 (char *)inq.inq_pid)) { 2021 (char *)inq.inq_pid)) { 2242 (char *)inq.inq_pid)) { [all...] |
H A D | diag.c | 642 if ((strncmp((char *)&inq.inq_pid[0], DAK_OFF_NAME, 644 (strncmp((char *)&inq.inq_pid[0], DAK_PROD_STR,
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_scsi.c | 697 print_buf(inq->inq_pid, sizeof (inq->inq_pid));
|
H A D | auto_sense.c | 810 print_buf(inquiry.inq_pid, sizeof (inquiry.inq_pid)); 2034 (void) memcpy(disk_name, (char *)&inquiry->inq_pid[9], 7); 2051 p = strcopy(p, inquiry->inq_pid, sizeof (inquiry->inq_pid));
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 128 bcopy(inq->inq_pid, ilp->lun_pid, sizeof (inq->inq_pid));
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 773 char *inq_vid, *inq_pid; local 790 "inquiry-product-id", &inq_pid) == 1) && 794 "%s %s", inq_vid, inq_pid);
|