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 */
737 char model[MODEL_LEN + 1]; in dev_show_model()745 memcpy(model, drv->model, MODEL_LEN + 1); in dev_show_model()1905 memcpy(model, &inq_buf->data_byte[16], MODEL_LEN); in cciss_get_device_descr()1906 model[MODEL_LEN] = '\0'; in cciss_get_device_descr()2107 memcpy(h->drv[drv_index]->model, drvinfo->model, MODEL_LEN + 1); in cciss_update_drive_info()