Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/dragonfly/contrib/gcc-4.7/gcc/
H A Dvarpool.c84 varpool_node_name (struct varpool_node *node) in varpool_node_name()
131 struct varpool_node key, *node, **slot; in varpool_node() local
158 varpool_remove_node (struct varpool_node *node) in varpool_remove_node()
251 struct varpool_node *node; in dump_varpool() local
270 struct varpool_node *node; in varpool_node_for_asm() local
301 varpool_mark_needed_node (struct varpool_node *node) in varpool_mark_needed_node()
391 struct varpool_node *node = varpool_node (decl); in varpool_finalize_decl() local
424 struct varpool_node *node; in varpool_add_new_variable() local
539 assemble_aliases (struct varpool_node *node) in assemble_aliases()
555 varpool_assemble_decl (struct varpool_node *node) in varpool_assemble_decl()
[all …]
H A Dcgraph.c452 struct cgraph_node *node; in cgraph_allocate_node() local
537 struct cgraph_node *node; in cgraph_get_create_node() local
607 struct cgraph_node *node; in cgraph_add_thunk() local
703 struct cgraph_node *node; in cgraph_node_for_asm() local
856 struct cgraph_node *node; in cgraph_set_call_stmt_including_clones() local
898 struct cgraph_node *node; in cgraph_create_edge_including_clones() local
1279 struct cgraph_node *node; in cgraph_update_edges_for_call_stmt() local
1715 struct cgraph_node *node; in cgraph_local_info() local
1729 struct cgraph_node *node; in cgraph_global_info() local
1743 struct cgraph_node *node; in cgraph_rtl_info() local
[all …]
H A Dipa.c96 struct cgraph_node *node = ipa_ref_node (ref); in process_references() local
106 struct varpool_node *node = ipa_ref_varpool_node (ref); in process_references() local
135 cgraph_local_node_p (struct cgraph_node *node) in cgraph_local_node_p()
151 has_addr_references_p (struct cgraph_node *node, in has_addr_references_p()
173 struct cgraph_node *node, *next; in cgraph_remove_unreachable_nodes() local
541 struct varpool_node *node; in cgraph_address_taken_from_non_vtable_p() local
561 cgraph_comdat_can_be_unshared_p (struct cgraph_node *node) in cgraph_comdat_can_be_unshared_p()
586 cgraph_externally_visible_p (struct cgraph_node *node, in cgraph_externally_visible_p()
748 struct cgraph_node *node; in function_and_variable_visibility() local
994 struct cgraph_node *node; in whole_program_function_and_variable_visibility() local
[all …]
H A Dcgraphunit.c220 struct cgraph_node *node; in cgraph_process_new_functions() local
462 struct cgraph_node *node; in verify_edge_corresponds_to_fndecl() local
811 struct cgraph_node *node; in verify_cgraph() local
935 struct cgraph_node *node; in cgraph_process_same_body_aliases() local
992 struct cgraph_node *node; in process_function_and_variable_attributes() local
1355 struct cgraph_node *node; in cgraph_mark_functions_to_output() local
1883 struct cgraph_node *node; in cgraph_expand_all_functions() local
2118 struct cgraph_node *node; in output_weakrefs() local
2239 struct cgraph_node *node; in cgraph_optimize() local
2475 struct cgraph_node *node; in cgraph_redirect_edge_call_stmt_to_callee() local
[all …]
H A Dlto-cgraph.c107 struct cgraph_node *node) in lto_cgraph_encoder_encode()
133 struct cgraph_node *node) in lto_cgraph_encoder_lookup()
156 struct cgraph_node *node) in lto_cgraph_encoder_encode_body_p()
762 struct cgraph_node *node; in compute_ltrans_boundary() local
827 struct cgraph_node *node; in output_cgraph() local
972 struct cgraph_node *node; in input_node() local
1054 struct varpool_node *node; in input_varpool_node() local
1202 struct cgraph_node *node; in VEC() local
1365 struct cgraph_node *node; in merge_profile_summaries() local
1452 struct cgraph_node *node; in input_cgraph() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c558 handle_nocommon_attribute (tree *node, tree name, in handle_nocommon_attribute()
829 handle_noinline_attribute (tree *node, tree name, in handle_noinline_attribute()
857 handle_noclone_attribute (tree *node, tree name, in handle_noclone_attribute()
898 handle_noicf_attribute (tree *node, tree name, in handle_noicf_attribute()
976 handle_leaf_attribute (tree *node, tree name, in handle_leaf_attribute()
1022 handle_flatten_attribute (tree *node, tree name, in handle_flatten_attribute()
1067 tree node = *pnode; in handle_used_attribute() local
1133 tree node = *pnode; in handle_externally_visible_attribute() local
1164 tree node = *pnode; in handle_no_reorder_attribute() local
1989 handle_weak_attribute (tree *node, tree name, in handle_weak_attribute()
[all …]
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate()
115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd()
167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free()
182 xmlNodePtr node; in xml_node_from_buf() local
196 xml_node_t *node) in xml_node_get_localname()
245 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_detach()
262 xmlNodePtr node; in xml_node_create_root() local
284 xmlNodePtr node; in xml_node_create() local
295 xmlNodePtr node; in xml_node_create_text() local
306 xmlNodePtr node; in xml_node_create_text_ns() local
[all …]
H A Dxml-utils.c19 xml_node_t *node; in get_node_uri_iter() local
50 xml_node_t *node; in get_node_uri() local
67 xml_node_t *node; in get_node_iter() local
93 xml_node_t *node; in get_node() local
109 xml_node_t *node; in get_child_node() local
125 xml_node_t *node; in node_from_file() local
230 xml_node_t *node; in node_to_tnds() local
264 xml_node_t *node; in add_ddfname() local
281 xml_node_t *node; in mo_to_tnds() local
310 xml_node_t *node, in get_first_child_node()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dhash.h30 struct node struct
33 struct node *next; argument
34 struct node *prev; argument
35 struct node *hashnext; argument
36 struct node *hashprev; argument
39 void (*delproc) (struct node *); argument
/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_subr.c98 struct tmpfs_node **node) in tmpfs_alloc_node()
341 struct tmpfs_node *node; in tmpfs_free_dirent() local
530 struct tmpfs_node *node; in tmpfs_alloc_file() local
984 struct tmpfs_node *node; in tmpfs_reg_resize() local
1106 struct tmpfs_node *node; in tmpfs_chflags() local
1142 struct tmpfs_node *node; in tmpfs_chmod() local
1192 struct tmpfs_node *node; in tmpfs_chown() local
1239 struct tmpfs_node *node; in tmpfs_chsize() local
1295 struct tmpfs_node *node; in tmpfs_chtimes() local
1333 struct tmpfs_node *node; in tmpfs_itimes() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlto-cgraph.c107 symtab_node *node) in lto_symtab_encoder_encode()
139 symtab_node *node) in lto_symtab_encoder_delete_node()
193 varpool_node *node) in lto_symtab_encoder_encode_initializer_p()
205 varpool_node *node) in lto_set_symtab_encoder_encode_initializer()
215 symtab_node *node) in lto_symtab_encoder_in_partition_p()
227 symtab_node *node) in lto_set_symtab_encoder_in_partition()
678 struct cgraph_node *node; in lto_output_ref() local
1003 struct cgraph_node *node; in output_symtab() local
1363 varpool_node *node; in input_varpool_node() local
1537 symtab_node *node; in input_cgraph_1() local
[all …]
H A Dipa-visibility.c93 non_local_p (struct cgraph_node *node, void *data ATTRIBUTE_UNUSED) in non_local_p()
125 comdat_can_be_unshared_p_1 (symtab_node *node) in comdat_can_be_unshared_p_1()
168 comdat_can_be_unshared_p (symtab_node *node) in comdat_can_be_unshared_p()
190 cgraph_externally_visible_p (struct cgraph_node *node, in cgraph_externally_visible_p()
340 can_replace_by_local_alias (symtab_node *node) in can_replace_by_local_alias()
363 can_replace_by_local_alias_in_vtable (symtab_node *node) in can_replace_by_local_alias_in_vtable()
393 update_visibility_by_resolution_info (symtab_node * node) in update_visibility_by_resolution_info()
464 optimize_weakref (symtab_node *node) in optimize_weakref()
538 localize_node (bool whole_program, symtab_node *node) in localize_node()
616 struct cgraph_node *node; in function_and_variable_visibility() local
/dragonfly/usr.sbin/autofs/
H A Dcommon.h61 struct node { struct
64 struct node *n_parent; argument
65 char *n_key;
66 char *n_options;
67 char *n_location;
68 char *n_map;
69 const char *n_config_file;
70 int n_config_line;
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto-partition.c97 symbol_partitioned_p (symtab_node *node) in symbol_partitioned_p()
232 contained_in_symbol (symtab_node *node) in contained_in_symbol()
312 symtab_node *node; in lto_1_to_1_map() local
365 symtab_node *node; in lto_max_map() local
426 symtab_node *node; in add_sorted_nodes() local
513 struct cgraph_node *node; in lto_balanced_map() local
942 validize_symbol_for_target (symtab_node *node) in validize_symbol_for_target()
998 privatize_symbol_name (symtab_node *node) in privatize_symbol_name()
1033 promote_symbol (symtab_node *node) in promote_symbol()
1200 symtab_node *node = lsei_node (lsei); in lto_promote_cross_file_statics() local
[all …]
/dragonfly/sys/netgraph7/netgraph/
H A Dng_base.c295 node_p node; in ng_alloc_node() local
620 node_p node; in ng_make_node_common() local
786 node_p node; in ng_ID2noderef() local
870 node_p node; in ng_name2noderef() local
946 node_p node, node2; in ng_name_rehash() local
1131 node_p node; in ng_destroy_hook() local
1912 node_p node; in ng_snd_item() local
1977 node_p node; in ng_apply_item() local
2273 node_p node; in ng_generic_msg() local
2312 node_p node; in ng_generic_msg() local
[all …]
/dragonfly/contrib/ldns/
H A Dradix.c336 ldns_radix_node_t* node = NULL; in ldns_radix_search() local
383 ldns_radix_node_t* node = NULL; in ldns_radix_find_less_equal() local
513 ldns_radix_next(ldns_radix_node_t* node) in ldns_radix_next()
554 ldns_radix_prev(ldns_radix_node_t* node) in ldns_radix_prev()
740 ldns_radix_traverse_postorder(ldns_radix_node_t* node, in ldns_radix_traverse_postorder()
1235 ldns_radix_next_in_subtree(ldns_radix_node_t* node) in ldns_radix_next_in_subtree()
1308 ldns_radix_last_in_subtree(ldns_radix_node_t* node) in ldns_radix_last_in_subtree()
1381 ldns_radix_cleanup_onechild(ldns_radix_node_t* node) in ldns_radix_cleanup_onechild()
1427 ldns_radix_cleanup_leaf(ldns_radix_node_t* node) in ldns_radix_cleanup_leaf()
1481 ldns_radix_node_array_free(ldns_radix_node_t* node) in ldns_radix_node_array_free()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dptree.c29 cxx_print_decl (FILE *file, tree node, int indent) in cxx_print_decl()
73 cxx_print_type (FILE *file, tree node, int indent) in cxx_print_type()
172 cxx_print_identifier (FILE *file, tree node, int indent) in cxx_print_identifier()
183 cxx_print_lambda_node (FILE *file, tree node, int indent) in cxx_print_lambda_node()
209 cxx_print_xnode (FILE *file, tree node, int indent) in cxx_print_xnode()
280 debug_tree (cp_expr node) in debug_tree()
/dragonfly/sys/netgraph7/ether/
H A Dng_ether.c219 const node_p node = IFP2NG(ifp); in ng_ether_input() local
238 const node_p node = IFP2NG(ifp); in ng_ether_input_orphan() local
257 const node_p node = IFP2NG(ifp); in ng_ether_output() local
278 node_p node; in ng_ether_attach() local
316 const node_p node = IFP2NG(ifp); in ng_ether_detach() local
368 ng_ether_constructor(node_p node) in ng_ether_constructor()
413 ng_ether_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_ether_rcvmsg()
575 const node_p node = NG_HOOK_NODE(hook); in ng_ether_rcvdata() local
596 ng_ether_rcv_lower(node_p node, struct mbuf *m) in ng_ether_rcv_lower()
640 ng_ether_rcv_upper(node_p node, struct mbuf *m) in ng_ether_rcv_upper()
[all …]
/dragonfly/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c57 cd9660_susp_initialize(iso9660_disk *diskStructure, cd9660node *node, in cd9660_susp_initialize()
102 cd9660_susp_finalize(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_finalize()
138 cd9660_susp_finalize_node(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_finalize_node()
172 cd9660_rrip_finalize_node(cd9660node *node) in cd9660_rrip_finalize_node()
206 cd9660node *node, int space) in cd9660_susp_handle_continuation_common()
298 cd9660_susp_initialize_node(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_initialize_node()
327 cd9660_rrip_initialize_inode(cd9660node *node) in cd9660_rrip_initialize_inode()
507 cd9660_createSL(cd9660node *node) in cd9660_createSL()
751 cd9660_rrip_add_NM(cd9660node *node, const char *name) in cd9660_rrip_add_NM()
787 cd9660_rrip_NM(cd9660node *node) in cd9660_rrip_NM()
[all …]
/dragonfly/sys/dev/drm/include/linux/
H A Drbtree.h88 #define RB_EMPTY_NODE(node) (rb_parent(node) == node) argument
89 #define RB_CLEAR_NODE(node) (rb_set_parent(node, node)) argument
91 #define rb_insert_color(node, root) \ argument
93 #define rb_erase(node, root) \ argument
95 #define rb_next(node) RB_NEXT(linux_root, NULL, (node)) argument
96 #define rb_prev(node) RB_PREV(linux_root, NULL, (node)) argument
100 #define rb_insert_color_cached(node, root, leftmost) \ argument
102 #define rb_erase_cached(node, root) \ argument
107 __rb_deepest_left(struct rb_node *node) in __rb_deepest_left()
121 rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
[all …]
/dragonfly/sys/netgraph7/
H A Dnetgraph.h376 #define _NG_NODE_ID(node) ((node)->nd_ID + 0) argument
384 #define _NG_NODE_FORCE_WRITER(node) \ argument
386 #define _NG_NODE_HI_STACK(node) \ argument
388 #define _NG_NODE_REALLY_DIE(node) \ argument
390 #define _NG_NODE_REVIVE(node) \ argument
431 _chknode(node_p node, char *file, int line) in _chknode()
456 _ng_node_id(node_p node, char *file, int line) in _ng_node_id()
463 _ng_node_ref(node_p node, char *file, int line) in _ng_node_ref()
570 #define NG_NODE_NAME(node) _NG_NODE_NAME(node) argument
572 #define NG_NODE_ID(node) _NG_NODE_ID(node) argument
[all …]
H A Dng_gif.c172 const node_p node = IFP2NG(ifp); in ng_gif_input() local
190 const node_p node = IFP2NG(ifp); in ng_gif_input_orphan() local
210 ng_gif_input2(node_p node, struct mbuf **mp, int af) in ng_gif_input2()
232 node_p node; in ng_gif_attach() local
269 const node_p node = IFP2NG(ifp); in ng_gif_detach() local
342 ng_gif_constructor(node_p node) in ng_gif_constructor()
351 ng_gif_newhook(node_p node, hook_p hook, const char *name) in ng_gif_newhook()
397 ng_gif_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_rcvmsg()
444 const node_p node = NG_HOOK_NODE(hook); in ng_gif_rcvdata() local
460 ng_gif_rcv_lower(node_p node, struct mbuf *m) in ng_gif_rcv_lower()
[all …]
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c489 ng_ppp_constructor(node_p node) in ng_ppp_constructor()
737 ng_ppp_shutdown(node_p node) in ng_ppp_shutdown()
761 const node_p node = NG_HOOK_NODE(hook); in ng_ppp_disconnect() local
790 const node_p node = NG_HOOK_NODE(hook); in ng_ppp_rcvdata_inet() local
1648 ng_ppp_check_packet(node_p node) in ng_ppp_check_packet()
1719 ng_ppp_frag_trim(node_p node) in ng_ppp_frag_trim()
1768 ng_ppp_frag_drop(node_p node) in ng_ppp_frag_drop()
1862 ng_ppp_frag_checkstale(node_p node) in ng_ppp_frag_checkstale()
2573 ng_ppp_frag_reset(node_p node) in ng_ppp_frag_reset()
2590 ng_ppp_start_frag_timer(node_p node) in ng_ppp_start_frag_timer()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfibheap.c66 fibnode_t node; in fibnode_new() local
100 fibnode_t node; in fibheap_insert() local
198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node, in fibheap_replace_key_data()
240 fibheap_replace_data (fibheap_t heap, fibnode_t node, void *data) in fibheap_replace_data()
247 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
256 fibheap_delete_node (fibheap_t heap, fibnode_t node) in fibheap_delete_node()
327 fibheap_ins_root (fibheap_t heap, fibnode_t node) in fibheap_ins_root()
346 fibheap_rem_root (fibheap_t heap, fibnode_t node) in fibheap_rem_root()
404 fibnode_t node, fibnode_t parent) in fibheap_link()
417 fibheap_cut (fibheap_t heap, fibnode_t node, fibnode_t parent) in fibheap_cut()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfibheap.c66 fibnode_t node; in fibnode_new() local
100 fibnode_t node; in fibheap_insert() local
198 fibheap_replace_key_data (fibheap_t heap, fibnode_t node, in fibheap_replace_key_data()
240 fibheap_replace_data (fibheap_t heap, fibnode_t node, void *data) in fibheap_replace_data()
247 fibheap_replace_key (fibheap_t heap, fibnode_t node, fibheapkey_t key) in fibheap_replace_key()
256 fibheap_delete_node (fibheap_t heap, fibnode_t node) in fibheap_delete_node()
327 fibheap_ins_root (fibheap_t heap, fibnode_t node) in fibheap_ins_root()
346 fibheap_rem_root (fibheap_t heap, fibnode_t node) in fibheap_rem_root()
404 fibnode_t node, fibnode_t parent) in fibheap_link()
417 fibheap_cut (fibheap_t heap, fibnode_t node, fibnode_t parent) in fibheap_cut()
[all …]

12345678910>>...27