Searched refs:len_tmp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | ibmphp_res.c | 958 u32 len_cur = 0, start_cur = 0, len_tmp = 0; in ibmphp_check_resource() local 1022 len_tmp = res_cur->start - 1 - range->start; in ibmphp_check_resource() 1024 if ((res_cur->start != range->start) && (len_tmp >= res->len)) { in ibmphp_check_resource() 1025 debug("len_tmp = %x\n", len_tmp); in ibmphp_check_resource() 1027 if ((len_tmp < len_cur) || (len_cur == 0)) { in ibmphp_check_resource() 1032 len_cur = len_tmp; in ibmphp_check_resource() 1039 while ((len_tmp = res_cur->start - 1 - tmp_start) >= res->len) { in ibmphp_check_resource() 1042 len_cur = len_tmp; in ibmphp_check_resource() 1064 len_tmp = range->end - (res_cur->end + 1); in ibmphp_check_resource() 1066 if ((range->end != res_cur->end) && (len_tmp >= res->len)) { in ibmphp_check_resource() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | auditsc.c | 1024 long len_tmp; in audit_log_execve_info() local 1082 len_tmp = strncpy_from_user(&buf_head[len_buf], p, in audit_log_execve_info() 1084 if (len_tmp == -EFAULT) { in audit_log_execve_info() 1088 } else if (len_tmp == (len_max - len_buf)) { in audit_log_execve_info() 1097 p += len_tmp; in audit_log_execve_info() 1102 buf, len_tmp); in audit_log_execve_info() 1106 len_tmp * 2 : len_tmp); in audit_log_execve_info() 1107 p += len_tmp + 1; in audit_log_execve_info() 1109 len_buf += len_tmp; in audit_log_execve_info() 1132 len_tmp = 0; in audit_log_execve_info() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_io.c | 206 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()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_dbg.h | 69 u32 len_tmp = 0; \ 71 len_tmp = _os_snprintf(buff_addr, remain_len, fmt, ##__VA_ARGS__); \ 73 *used_len_tmp += len_tmp; \
|
| H A D | halbb_ch_info.c | 226 u32 len_tmp = 0; in halbb_ch_info_parsing() local 309 len_tmp = drv->raw_data_len; in halbb_ch_info_parsing() 313 drv->raw_data_len, len_tmp, ch_rpt->phy_info_len); in halbb_ch_info_parsing()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_dbg.h | 69 u32 len_tmp = 0; \ 71 len_tmp = _os_snprintf(buff_addr, remain_len, fmt, ##__VA_ARGS__); \ 73 *used_len_tmp += len_tmp; \
|
| H A D | halbb_ch_info.c | 226 u32 len_tmp = 0; in halbb_ch_info_parsing() local 309 len_tmp = drv->raw_data_len; in halbb_ch_info_parsing() 313 drv->raw_data_len, len_tmp, ch_rpt->phy_info_len); in halbb_ch_info_parsing()
|