Searched refs:len_buf (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/usb/serial/ |
D | mxuport.c | 575 u8 *len_buf; in mxuport_tx_empty() local 578 len_buf = kzalloc(4, GFP_KERNEL); in mxuport_tx_empty() 579 if (!len_buf) in mxuport_tx_empty() 583 port->port_number, len_buf, 4); in mxuport_tx_empty() 587 txlen = get_unaligned_be32(len_buf); in mxuport_tx_empty() 594 kfree(len_buf); in mxuport_tx_empty()
|
/linux-6.1.9/kernel/ |
D | auditsc.c | 1123 long len_buf; in audit_log_execve_info() local 1157 len_buf = 0; in audit_log_execve_info() 1178 memmove(buf_head, buf, len_buf); in audit_log_execve_info() 1183 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info() 1184 len_max - len_buf); in audit_log_execve_info() 1189 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info() 1210 len_buf += len_tmp; in audit_log_execve_info() 1211 buf_head[len_buf] = '\0'; in audit_log_execve_info() 1214 len_abuf = (encode ? len_buf * 2 : len_buf + 2); in audit_log_execve_info() 1218 if (len_buf >= 0) { in audit_log_execve_info() [all …]
|
/linux-6.1.9/drivers/hid/ |
D | hid-logitech-hidpp.c | 967 u8 feature_index, u8 char_index, char *device_name, int len_buf) in hidpp_devicenametype_get_device_name() argument 999 if (len_buf < count) in hidpp_devicenametype_get_device_name() 1000 count = len_buf; in hidpp_devicenametype_get_device_name()
|