Searched refs:tmp_index (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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() 726 loff_t tmp_index; in nvram_write_header() local 733 tmp_index = part->index; in nvram_write_header() [all …]
|
/Linux-v5.4/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.4/tools/testing/selftests/bpf/ |
D | test_select_reuseport.c | 475 int err, tmp_index = 1; in test_syncookie() local 499 &tmp_index, BPF_ANY); in test_syncookie() 504 &tmp_index); in test_syncookie() 505 CHECK(err == -1 || tmp_index != -1, in test_syncookie() 508 err, errno, tmp_index); in test_syncookie()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_int.c | 1254 u32 tmp_index = sb_info->sb_ack; in qed_int_sp_dpc() local 1259 tmp_index, sb_info->sb_ack); in qed_int_sp_dpc() 1266 u16 tmp_index = sb_attn->index; in qed_int_sp_dpc() local 1271 tmp_index, sb_attn->index); in qed_int_sp_dpc()
|
/Linux-v5.4/net/core/ |
D | devlink.c | 4539 int tmp_index = index; in devlink_fmsg_snd() local 4555 else if (err != -EMSGSIZE || tmp_index == index) in devlink_fmsg_snd() 4586 int tmp_index = index; in devlink_fmsg_dumpit() local 4598 if ((err && err != -EMSGSIZE) || tmp_index == index) in devlink_fmsg_dumpit()
|