Searched refs:MODEL_LEN (Results 1 – 2 of 2) sorted by relevance
18 #define MODEL_LEN 16 macro53 char model[MODEL_LEN + 1]; /* SCSI model string */
721 char model[MODEL_LEN + 1]; in dev_show_model()729 memcpy(model, drv->model, MODEL_LEN + 1); in dev_show_model()1889 memcpy(model, &inq_buf->data_byte[16], MODEL_LEN); in cciss_get_device_descr()1890 model[MODEL_LEN] = '\0'; in cciss_get_device_descr()2091 memcpy(h->drv[drv_index]->model, drvinfo->model, MODEL_LEN + 1); in cciss_update_drive_info()