Home
last modified time | relevance | path

Searched refs:len_buf (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dauditsc.c1022 long len_buf; in audit_log_execve_info() local
1056 len_buf = 0; in audit_log_execve_info()
1077 memmove(buf_head, buf, len_buf); in audit_log_execve_info()
1082 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info()
1083 len_max - len_buf); in audit_log_execve_info()
1088 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()
1109 len_buf += len_tmp; in audit_log_execve_info()
1110 buf_head[len_buf] = '\0'; in audit_log_execve_info()
1113 len_abuf = (encode ? len_buf * 2 : len_buf in audit_log_execve_info()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dauditsc.c1131 long len_buf; in audit_log_execve_info() local
1165 len_buf = 0; in audit_log_execve_info()
1186 memmove(buf_head, buf, len_buf); in audit_log_execve_info()
1191 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info()
1192 len_max - len_buf); in audit_log_execve_info()
1197 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info()
1218 len_buf += len_tmp; in audit_log_execve_info()
1219 buf_head[len_buf] = '\0'; in audit_log_execve_info()
1222 len_abuf = (encode ? len_buf * 2 : len_buf in audit_log_execve_info()
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dmxuport.c582 u8 *len_buf; in mxuport_tx_empty() local
585 len_buf = kzalloc(4, GFP_KERNEL); in mxuport_tx_empty()
586 if (!len_buf) in mxuport_tx_empty()
590 port->port_number, len_buf, 4); in mxuport_tx_empty()
594 txlen = get_unaligned_be32(len_buf); in mxuport_tx_empty()
601 kfree(len_buf); in mxuport_tx_empty()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dmxuport.c575 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()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c998 u8 feature_index, u8 char_index, char *device_name, int len_buf) in hidpp_devicenametype_get_device_name()
1030 if (len_buf < count) in hidpp_devicenametype_get_device_name()
1031 count = len_buf; in hidpp_devicenametype_get_device_name()
997 hidpp_devicenametype_get_device_name(struct hidpp_device *hidpp, u8 feature_index, u8 char_index, char *device_name, int len_buf) hidpp_devicenametype_get_device_name() argument
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-hidpp.c1088 u8 feature_index, u8 char_index, char *device_name, int len_buf) in hidpp_devicenametype_get_device_name()
1120 if (len_buf < count) in hidpp_devicenametype_get_device_name()
1121 count = len_buf; in hidpp_devicenametype_get_device_name()
1087 hidpp_devicenametype_get_device_name(struct hidpp_device *hidpp, u8 feature_index, u8 char_index, char *device_name, int len_buf) hidpp_devicenametype_get_device_name() argument

Completed in 20 milliseconds