Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
Dscsi_devinfo.c290 static void scsi_strcpy_devinfo(char *name, char *to, size_t to_length, in scsi_strcpy_devinfo() argument
297 strncpy(to, from, to_length); in scsi_strcpy_devinfo()
298 if (from_length < to_length && !compatible) { in scsi_strcpy_devinfo()
302 memset(&to[from_length], ' ', to_length - from_length); in scsi_strcpy_devinfo()
304 if (from_length > to_length) in scsi_strcpy_devinfo()