Searched refs:to_length (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_devinfo.c | 288 static void scsi_strcpy_devinfo(char *name, char *to, size_t to_length, in scsi_strcpy_devinfo() argument 295 strncpy(to, from, to_length); in scsi_strcpy_devinfo() 296 if (from_length < to_length && !compatible) { in scsi_strcpy_devinfo() 300 memset(&to[from_length], ' ', to_length - from_length); in scsi_strcpy_devinfo() 302 if (from_length > to_length) in scsi_strcpy_devinfo()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_devinfo.c | 290 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()
|
Completed in 3 milliseconds