Searched refs:tmp_index (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 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 …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | gitarchive.py | 61 tmp_index = os.path.join(repo.git_dir, 'index.oe-git-archive') 64 env_update = {'GIT_INDEX_FILE': tmp_index, 100 if os.path.exists(tmp_index): 101 os.unlink(tmp_index)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | externalsrc.bbclass | 224 with tempfile.NamedTemporaryFile(prefix='oe-devtool-index') as tmp_index: 226 shutil.copyfile(os.path.join(git_dir, 'index'), tmp_index.name) 229 env['GIT_INDEX_FILE'] = tmp_index.name
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1429 tmp_index = os.path.join(srctree, '.git', 'index.tmp.devtool') 1433 GIT_INDEX_FILE=tmp_index))
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | devlink.c | 5752 int tmp_index = index; in devlink_fmsg_snd() local 5768 else if (err != -EMSGSIZE || tmp_index == index) in devlink_fmsg_snd() 5799 int tmp_index = index; in devlink_fmsg_dumpit() local 5811 if ((err && err != -EMSGSIZE) || tmp_index == index) in devlink_fmsg_dumpit()
|