Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_devinfo.c289 static void scsi_strcpy_devinfo(char *name, char *to, size_t to_length, in scsi_strcpy_devinfo() argument
301 strscpy_pad(to, from, to_length); in scsi_strcpy_devinfo()
303 memcpy_and_pad(to, to_length, from, from_length, ' '); in scsi_strcpy_devinfo()
305 if (from_length > to_length) in scsi_strcpy_devinfo()