Searched refs:tmp_index (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ |
D | nvram_64.c | 186 loff_t tmp_index; in nvram_write_os_partition() local 198 tmp_index = part->index; in nvram_write_os_partition() 200 rc = ppc_md.nvram_write((char *)&info, sizeof(info), &tmp_index); in nvram_write_os_partition() 206 rc = ppc_md.nvram_write(buff, length, &tmp_index); in nvram_write_os_partition() 224 loff_t tmp_index; in nvram_read_partition() local 233 tmp_index = part->index; in nvram_read_partition() 236 rc = ppc_md.nvram_read((char *)&info, sizeof(info), &tmp_index); in nvram_read_partition() 243 rc = ppc_md.nvram_read(buff, length, &tmp_index); in nvram_read_partition() 724 loff_t tmp_index; in nvram_write_header() local 731 tmp_index = part->index; in nvram_write_header() [all …]
|
/Linux-v5.10/arch/powerpc/platforms/pseries/ |
D | nvram.c | 164 loff_t tmp_index; in nvram_clear_error_log() local 171 tmp_index = rtas_log_partition.index; in nvram_clear_error_log() 173 rc = ppc_md.nvram_write((char *)&clear_word, sizeof(int), &tmp_index); in nvram_clear_error_log()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 506 int err, tmp_index = 1; in test_syncookie() local 526 &tmp_index, BPF_ANY); in test_syncookie() 531 &tmp_index); in test_syncookie() 532 RET_IF(err == -1 || tmp_index != -1, in test_syncookie() 535 err, errno, tmp_index); in test_syncookie()
|
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_int.c | 1260 u32 tmp_index = sb_info->sb_ack; in qed_int_sp_dpc() local 1265 tmp_index, sb_info->sb_ack); in qed_int_sp_dpc() 1272 u16 tmp_index = sb_attn->index; in qed_int_sp_dpc() local 1277 tmp_index, sb_attn->index); in qed_int_sp_dpc()
|
/Linux-v5.10/net/core/ |
D | devlink.c | 5745 int tmp_index = index; in devlink_fmsg_snd() local 5761 else if (err != -EMSGSIZE || tmp_index == index) in devlink_fmsg_snd() 5792 int tmp_index = index; in devlink_fmsg_dumpit() local 5804 if ((err && err != -EMSGSIZE) || tmp_index == index) in devlink_fmsg_dumpit()
|