Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
A Dibmphp_res.c1032 len_cur = len_tmp; in ibmphp_check_resource()
1042 len_cur = len_tmp; in ibmphp_check_resource()
1073 len_cur = len_tmp; in ibmphp_check_resource()
1083 len_cur = len_tmp; in ibmphp_check_resource()
1112 len_cur = len_tmp; in ibmphp_check_resource()
1122 len_cur = len_tmp; in ibmphp_check_resource()
1149 len_cur = len_tmp; in ibmphp_check_resource()
1159 len_cur = len_tmp; in ibmphp_check_resource()
1210 len_cur = len_tmp; in ibmphp_check_resource()
1220 len_cur = len_tmp; in ibmphp_check_resource()
[all …]
/linux/kernel/
A Dauditsc.c1141 long len_tmp; in audit_log_execve_info() local
1214 p += len_tmp; in audit_log_execve_info()
1219 buf, len_tmp); in audit_log_execve_info()
1223 len_tmp * 2 : len_tmp); in audit_log_execve_info()
1224 p += len_tmp + 1; in audit_log_execve_info()
1249 len_tmp = 0; in audit_log_execve_info()
1253 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()
1258 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()
1262 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()
1271 len_tmp = len_buf; in audit_log_execve_info()
[all …]
/linux/kernel/debug/kdb/
A Dkdb_io.c206 int len_tmp; in kdb_read() local
357 len_tmp = strlen(p_tmp); in kdb_read()
358 strncpy(p_tmp+len_tmp, cp, lastchar-cp+1); in kdb_read()
359 len_tmp = strlen(p_tmp); in kdb_read()
360 strncpy(cp, p_tmp+len, len_tmp-len + 1); in kdb_read()
361 len = len_tmp - len; in kdb_read()

Completed in 18 milliseconds