Home
last modified time | relevance | path

Searched refs:vendor_labels (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dch.c82 static const char * vendor_labels[CH_TYPES-4] = { variable
85 // module_param_string_array(vendor_labels, NULL, 0444);
350 if (NULL == vendor_labels[i]) in ch_readconfig()
356 vendor_labels[i]); in ch_readconfig()
654 strncpy(vparams.cvp_label1,vendor_labels[0],16); in ch_ioctl()
658 strncpy(vparams.cvp_label2,vendor_labels[1],16); in ch_ioctl()
662 strncpy(vparams.cvp_label3,vendor_labels[2],16); in ch_ioctl()
666 strncpy(vparams.cvp_label4,vendor_labels[3],16); in ch_ioctl()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dch.c82 static const char * vendor_labels[CH_TYPES-4] = { variable
85 // module_param_string_array(vendor_labels, NULL, 0444);
352 if (NULL == vendor_labels[i]) in ch_readconfig()
358 vendor_labels[i]); in ch_readconfig()
662 strncpy(vparams.cvp_label1,vendor_labels[0],16); in ch_ioctl()
666 strncpy(vparams.cvp_label2,vendor_labels[1],16); in ch_ioctl()
670 strncpy(vparams.cvp_label3,vendor_labels[2],16); in ch_ioctl()
674 strncpy(vparams.cvp_label4,vendor_labels[3],16); in ch_ioctl()

Completed in 3 milliseconds