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/debug/kdb/
A Dkdb_io.c245 int len_tmp; in kdb_read() local
371 len_tmp = strlen(tmpbuffer) - len; in kdb_read()
372 if (lastchar + len_tmp >= bufend) in kdb_read()
373 len_tmp = bufend - lastchar; in kdb_read()
375 if (len_tmp) { in kdb_read()
377 memmove(cp+len_tmp, cp, (lastchar-cp) + 1); in kdb_read()
378 memcpy(cp, tmpbuffer+len, len_tmp); in kdb_read()
380 cp += len_tmp; in kdb_read()
381 lastchar += len_tmp; in kdb_read()
/linux/kernel/
A Dauditsc.c1133 long len_tmp; in audit_log_execve_info() local
1206 p += len_tmp; in audit_log_execve_info()
1211 buf, len_tmp); in audit_log_execve_info()
1215 len_tmp * 2 : len_tmp); in audit_log_execve_info()
1216 p += len_tmp + 1; in audit_log_execve_info()
1241 len_tmp = 0; in audit_log_execve_info()
1245 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()
1250 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()
1254 len_tmp += snprintf(&abuf[len_tmp], in audit_log_execve_info()
1263 len_tmp = len_buf; in audit_log_execve_info()
[all …]

Completed in 13 milliseconds