Home
last modified time | relevance | path

Searched refs:from_length (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/scsi/
Dscsi_devinfo.c289 size_t from_length; in scsi_strcpy_devinfo() local
291 from_length = strlen(from); in scsi_strcpy_devinfo()
294 if (from_length < to_length && !compatible) { in scsi_strcpy_devinfo()
298 memset(&to[from_length], ' ', to_length - from_length); in scsi_strcpy_devinfo()
300 if (from_length > to_length) in scsi_strcpy_devinfo()