Searched refs:tmp_index (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A 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() 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() 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() 850 loff_t tmp_index; in nvram_create_partition() local 931 tmp_index < ((size - 1) * NVRAM_BLOCK_LEN); in nvram_create_partition() [all …]
|
/linux/arch/powerpc/platforms/pseries/ |
H A 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/tools/testing/selftests/bpf/prog_tests/ |
H A D | select_reuseport.c | 487 int err, tmp_index = 1; in test_syncookie() local 507 &tmp_index, BPF_ANY); in test_syncookie() 512 &tmp_index); in test_syncookie() 513 RET_IF(err < 0 || tmp_index >= 0, in test_syncookie() 516 err, errno, tmp_index); in test_syncookie()
|
/linux/net/devlink/ |
H A D | health.c | 1042 int tmp_index = index; in devlink_fmsg_snd() local 1058 else if (err != -EMSGSIZE || tmp_index == index) in devlink_fmsg_snd() 1090 int tmp_index = index; in devlink_fmsg_dumpit() local 1105 if ((err && err != -EMSGSIZE) || tmp_index == index) in devlink_fmsg_dumpit()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_int.c | 1280 u32 tmp_index = sb_info->sb_ack; in qed_int_sp_dpc() local 1285 tmp_index, sb_info->sb_ack); in qed_int_sp_dpc() 1292 u16 tmp_index = sb_attn->index; in qed_int_sp_dpc() local 1297 tmp_index, sb_attn->index); in qed_int_sp_dpc()
|