Searched refs:dst_node (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/fs/ext2fs/ |
| H A D | ext2_htree.c | 777 struct ext2fs_htree_node *dst_node; in ext2_htree_add_entry() local 804 dst_node = (struct ext2fs_htree_node *)newidxblock; in ext2_htree_add_entry() 805 memset(&dst_node->h_fake_dirent, 0, in ext2_htree_add_entry() 806 sizeof(dst_node->h_fake_dirent)); in ext2_htree_add_entry() 807 dst_node->h_fake_dirent.e2d_reclen = blksize; in ext2_htree_add_entry() 820 dst_node = (struct ext2fs_htree_node *)dst_bp->b_data; in ext2_htree_add_entry() 821 dst_entries = dst_node->h_entries; in ext2_htree_add_entry()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | dsl_synctask.h | 98 txg_node_t dst_node; member
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-inline.c | 731 cgraph_clone_edge (edge, id->dst_node, stmt, in copy_bb() 736 for (node = id->dst_node->next_clone; in copy_bb() 747 edge = cgraph_edge (id->dst_node, orig_stmt); in copy_bb() 1975 if (!id->dst_node->analyzed) in expand_call_inline() 1978 cg_edge = cgraph_edge (id->dst_node, stmt); in expand_call_inline() 1991 cgraph_create_edge (id->dst_node, dest, stmt, in expand_call_inline() 2024 if (cg_edge->callee->decl != id->dst_node->decl) in expand_call_inline() 2229 id.src_node = id.dst_node = cgraph_node (fn); in optimize_inline_calls() 2266 verify_cgraph_node (id.dst_node); in optimize_inline_calls() 2269 for (e = id.dst_node->callees; e; e = e->next_callee) in optimize_inline_calls() [all …]
|
| H A D | tree-inline.h | 42 struct cgraph_node *dst_node; member
|
| H A D | omp-low.c | 842 ctx->cb.dst_node = ctx->cb.src_node; in new_omp_context()
|
| H A D | ChangeLog-2000 | 31994 * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regexec.c | 100 int dst_node, int dst_idx, int src_node, 1911 int dst_node, int dst_idx, int src_node, int src_idx) in check_dst_limits() argument 1926 subexp_idx, dst_node, dst_idx, in check_dst_limits() 2178 int dst_node; in sift_states_bkref() local 2186 dst_node = (subexp_len ? dfa->nexts[node] in sift_states_bkref() 2191 || !STATE_NODE_CONTAINS (sctx->sifted_states[to_idx], dst_node) in sift_states_bkref() 2193 str_idx, dst_node, to_idx)) in sift_states_bkref()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dsl_pool.c | 303 offsetof(dsl_sync_task_t, dst_node)); in dsl_pool_open_impl() 305 offsetof(dsl_sync_task_t, dst_node)); in dsl_pool_open_impl()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | tree.c | 4441 dag_node_t *dst_node; in txn_body_history_prev() local 4450 SVN_ERR(svn_fs_base__dag_get_node(&dst_node, fs, in txn_body_history_prev() 4453 copy_dst = svn_fs_base__dag_get_created_path(dst_node); in txn_body_history_prev()
|