Searched refs:ai_model (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.c | 1232 if (!ata_strncmp(nec_260, aidp->ai_model, sizeof (aidp->ai_model))) { in ata_init_drive() 1237 swab(aidp->ai_model, aidp->ai_model, in ata_init_drive() 1238 sizeof (aidp->ai_model)); in ata_init_drive() 1260 (void) strncpy(buf, aidp->ai_model, sizeof (aidp->ai_model)); in ata_init_drive() 1261 buf[sizeof (aidp->ai_model)-1] = '\0'; in ata_init_drive() 1262 for (i = sizeof (aidp->ai_model) - 2; buf[i] == ' '; i--) in ata_init_drive() 3198 if (!ata_strncmp(blp->b_model, aidp->ai_model, in ata_check_drive_blacklist() 3199 sizeof (aidp->ai_model))) in ata_check_drive_blacklist() 3299 sizeof (aidp->ai_model) + 1) 3317 for (i = 0; i < sizeof (aidp->ai_model); ++i) { in ata_check_revert_to_defaults() [all …]
|
H A D | ata_disk.c | 556 aidp->ai_model, aidp->ai_drvser); in ata_fix_large_disk_geometry() 999 rc = ata_copy_dk_ioc_string(arg, aidp->ai_model, in ata_disk_ioctl() 1000 sizeof (aidp->ai_model), flag); in ata_disk_ioctl() 1173 (void) strncpy(buf, aidp->ai_model, in ata_disk_ioctl() 1174 sizeof (aidp->ai_model)); in ata_disk_ioctl() 1175 buf[sizeof (aidp->ai_model)] = '\0'; in ata_disk_ioctl() 1176 for (i = sizeof (aidp->ai_model) - 1; in ata_disk_ioctl() 1199 aidp->ai_model, sizeof (aidp->ai_model)); in ata_disk_ioctl() 2696 (void) strncpy(inqp->inq_pid, ata_idp->ai_model, in ata_disk_fake_inquiry() 3197 swab(aidp->ai_model, aidp->ai_model, in ata_disk_id_update() [all …]
|
H A D | atapi.c | 1162 swab(aidp->ai_model, aidp->ai_model, in atapi_id_update() 1163 sizeof (aidp->ai_model)); in atapi_id_update()
|
H A D | ata_common.h | 346 char ai_model[40]; /* 27 Model # */ member
|
/titanic_50/usr/src/uts/common/sys/sata/ |
H A D | sata_defs.h | 180 char ai_model[40]; /* 27 Model # */ member
|
/titanic_50/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 2106 swab(sid->ai_model, model, SATA_ID_MODEL_LEN); in sata_scsi_tgt_init() 2109 bcopy(sid->ai_model, model, SATA_ID_MODEL_LEN); in sata_scsi_tgt_init() 3436 swab(sid->ai_model, inq->inq_pid, 16); /* Product ID */ in sata_identdev_to_inquiry() 3443 bcopy(sid->ai_model, inq->inq_pid, 16); /* Product ID */ in sata_identdev_to_inquiry() 3817 swab(sdinfo->satadrv_id.ai_model, in sata_txlt_inquiry() 3829 bcopy(sdinfo->satadrv_id.ai_model, in sata_txlt_inquiry() 12792 bcopy(&sdinfo->satadrv_id.ai_model, msg_buf, in sata_show_drive_info() 12793 sizeof (sdinfo->satadrv_id.ai_model)); in sata_show_drive_info() 12794 swab(msg_buf, msg_buf, sizeof (sdinfo->satadrv_id.ai_model)); in sata_show_drive_info() 12795 msg_buf[sizeof (sdinfo->satadrv_id.ai_model)] = '\0'; in sata_show_drive_info() [all …]
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 3197 swab(sid->ai_model, model, SATA_ID_MODEL_LEN); in mptsas_scsi_tgt_init()
|