Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dscsi_devinfo.c288 size_t from_length; in scsi_strcpy_devinfo() local
290 from_length = strlen(from); in scsi_strcpy_devinfo()
293 if (from_length < to_length && !compatible) { in scsi_strcpy_devinfo()
297 memset(&to[from_length], ' ', to_length - from_length); in scsi_strcpy_devinfo()
299 if (from_length > to_length) in scsi_strcpy_devinfo()