/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | varpool.c | 84 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() 210 dump_varpool_node (FILE *f, struct varpool_node *node) in dump_varpool_node() 251 struct varpool_node *node; in dump_varpool() local 270 struct varpool_node *node; in varpool_node_for_asm() local 282 varpool_enqueue_needed_node (struct varpool_node *node) in varpool_enqueue_needed_node() 301 varpool_mark_needed_node (struct varpool_node *node) in varpool_mark_needed_node() 322 decide_is_variable_needed (struct varpool_node *node, tree decl) in decide_is_variable_needed() 391 struct varpool_node *node = varpool_node (decl); in varpool_finalize_decl() local [all …]
|
H A D | cgraph.c | 292 cgraph_call_node_removal_hooks (struct cgraph_node *node) in cgraph_call_node_removal_hooks() 333 cgraph_call_function_insertion_hooks (struct cgraph_node *node) in cgraph_call_function_insertion_hooks() 452 struct cgraph_node *node; in cgraph_allocate_node() local 473 struct cgraph_node *node = cgraph_allocate_node (); in cgraph_create_node_1() local 493 struct cgraph_node key, *node, **slot; in cgraph_create_node() local 537 struct cgraph_node *node; in cgraph_get_create_node() local 607 struct cgraph_node *node; in cgraph_add_thunk() local 648 struct cgraph_node key, *node = NULL, **slot; in cgraph_get_node() local 668 cgraph_insert_node_to_hashtable (struct cgraph_node *node) in cgraph_insert_node_to_hashtable() 703 struct cgraph_node *node; in cgraph_node_for_asm() local [all …]
|
H A D | ipa.c | 40 update_inlined_to_pointer (struct cgraph_node *node, struct cgraph_node *inlined_to) in update_inlined_to_pointer() 60 enqueue_cgraph_node (struct cgraph_node *node, struct cgraph_node **first) in enqueue_cgraph_node() 76 enqueue_varpool_node (struct varpool_node *node, struct varpool_node **first) in enqueue_varpool_node() 96 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 120 cgraph_non_local_node_p_1 (struct cgraph_node *node, void *data ATTRIBUTE_UNUSED) in cgraph_non_local_node_p_1() 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 534 cgraph_address_taken_from_non_vtable_p (struct cgraph_node *node) in cgraph_address_taken_from_non_vtable_p() [all …]
|
H A D | cgraphunit.c | 160 cgraph_decide_is_function_needed (struct cgraph_node *node, tree decl) in cgraph_decide_is_function_needed() 220 struct cgraph_node *node; in cgraph_process_new_functions() local 297 cgraph_reset_node (struct cgraph_node *node) in cgraph_reset_node() 317 cgraph_lower_function (struct cgraph_node *node) in cgraph_lower_function() 338 struct cgraph_node *node = cgraph_get_create_node (decl); in cgraph_finalize_function() local 387 struct cgraph_node *node = cgraph_get_node (decl); in cgraph_mark_if_needed() local 394 clone_of_p (struct cgraph_node *node, struct cgraph_node *node2) in clone_of_p() 462 struct cgraph_node *node; in verify_edge_corresponds_to_fndecl() local 492 verify_cgraph_node (struct cgraph_node *node) in verify_cgraph_node() 811 struct cgraph_node *node; in verify_cgraph() local [all …]
|
H A D | lto-cgraph.c | 107 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() 165 struct cgraph_node *node) in lto_set_cgraph_encoder_encode_body() 201 struct varpool_node *node) in lto_varpool_encoder_encode() 225 struct varpool_node *node) in lto_varpool_encoder_lookup() 248 struct varpool_node *node) in lto_varpool_encoder_encode_initializer_p() 257 struct varpool_node *node) in lto_set_varpool_encoder_encode_initializer() 351 reachable_from_other_partition_p (struct cgraph_node *node, cgraph_node_set set) in reachable_from_other_partition_p() 393 reachable_from_this_partition_p (struct cgraph_node *node, cgraph_node_set set) in reachable_from_this_partition_p() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-attribs.c | 516 handle_packed_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_packed_attribute() 558 handle_nocommon_attribute (tree *node, tree name, in handle_nocommon_attribute() 577 handle_common_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_common_attribute() 595 handle_noreturn_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_noreturn_attribute() 625 handle_hot_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_hot_attribute() 646 handle_cold_attribute (tree *node, tree name, tree ARG_UNUSED (args), in handle_cold_attribute() 666 add_no_sanitize_value (tree node, unsigned int flags) in add_no_sanitize_value() 690 handle_no_sanitize_attribute (tree *node, tree name, tree args, int, in handle_no_sanitize_attribute() 723 handle_no_sanitize_address_attribute (tree *node, tree name, tree, int, in handle_no_sanitize_address_attribute() argument 739 handle_no_sanitize_thread_attribute (tree *node, tree name, tree, int, in handle_no_sanitize_thread_attribute() argument [all …]
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | xml_libxml2.c | 53 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() 173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent() 182 xmlNodePtr node; in xml_node_from_buf() local 196 xml_node_t *node) in xml_node_get_localname() 202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str() 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 [all …]
|
H A D | xml-utils.c | 19 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 169 int node_to_file(struct xml_node_ctx *ctx, const char *fname, xml_node_t *node) in node_to_file() 192 static char * get_val(struct xml_node_ctx *ctx, xml_node_t *node) in get_val() 230 xml_node_t *node; in node_to_tnds() local 264 xml_node_t *node; in add_ddfname() local [all …]
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | hash.h | 30 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
|
/dflybsd-src/sys/vfs/tmpfs/ |
H A D | tmpfs_subr.c | 98 struct tmpfs_node **node) in tmpfs_alloc_node() 213 tmpfs_free_node(struct tmpfs_mount *tmp, struct tmpfs_node *node) in tmpfs_free_node() 301 tmpfs_alloc_dirent(struct tmpfs_mount *tmp, struct tmpfs_node *node, in tmpfs_alloc_dirent() 341 struct tmpfs_node *node; in tmpfs_free_dirent() local 374 struct tmpfs_node *dnode, struct tmpfs_node *node, int lkflag, in tmpfs_alloc_vp() 530 struct tmpfs_node *node; in tmpfs_alloc_file() local 610 struct tmpfs_node *node = de->td_node; in tmpfs_dir_attach_locked() local 646 struct tmpfs_node *node = de->td_node; in tmpfs_dir_detach_locked() local 688 tmpfs_dir_lookup(struct tmpfs_node *node, struct tmpfs_node *f, in tmpfs_dir_lookup() 719 tmpfs_dir_getdotdent(struct tmpfs_node *node, struct uio *uio) in tmpfs_dir_getdotdent() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | lto-cgraph.c | 107 symtab_node *node) in lto_symtab_encoder_encode() 139 symtab_node *node) in lto_symtab_encoder_delete_node() 172 struct cgraph_node *node) in lto_symtab_encoder_encode_body_p() 182 struct cgraph_node *node) in lto_set_symtab_encoder_encode_body() 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() 306 referenced_from_other_partition_p (symtab_node *node, lto_symtab_encoder_t encoder) in referenced_from_other_partition_p() 328 reachable_from_other_partition_p (struct cgraph_node *node, lto_symtab_encoder_t encoder) in reachable_from_other_partition_p() [all …]
|
H A D | ipa-visibility.c | 93 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
|
/dflybsd-src/usr.sbin/autofs/ |
H A D | common.h | 61 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;
|
/dflybsd-src/contrib/gcc-8.0/gcc/lto/ |
H A D | lto-partition.c | 97 symbol_partitioned_p (symtab_node *node) in symbol_partitioned_p() 104 add_references_to_partition (ltrans_partition part, symtab_node *node) in add_references_to_partition() 133 add_symbol_to_partition_1 (ltrans_partition part, symtab_node *node) in add_symbol_to_partition_1() 232 contained_in_symbol (symtab_node *node) in contained_in_symbol() 255 add_symbol_to_partition (ltrans_partition part, symtab_node *node) in add_symbol_to_partition() 288 symtab_node *node = lto_symtab_encoder_deref (partition->encoder, in undo_partition() local 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 [all …]
|
/dflybsd-src/sys/netgraph7/netgraph/ |
H A D | ng_base.c | 192 #define NG_IDHASH_FIND(ID, node) \ argument 252 #define _NG_ALLOC_NODE(node) \ argument 295 node_p node; in ng_alloc_node() local 320 #define NG_ALLOC_NODE(node) do { (node) = ng_alloc_node(); } while (0) argument 331 #define NG_FREE_NODE(node) \ argument 342 #define NG_ALLOC_NODE(node) _NG_ALLOC_NODE(node) argument 345 #define NG_FREE_NODE(node) do { kfree((node), M_NETGRAPH_NODE); } while (0) argument 620 node_p node; in ng_make_node_common() local 686 ng_rmnode(node_p node, hook_p dummy1, void *dummy2, int dummy3) in ng_rmnode() 755 ng_unref_node(node_p node) in ng_unref_node() [all …]
|
/dflybsd-src/contrib/ldns/ |
H A D | radix.c | 92 ldns_radix_node_t* node = LDNS_MALLOC(ldns_radix_node_t); in ldns_radix_new_node() local 336 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() 583 ldns_radix_node_print(FILE* fd, ldns_radix_node_t* node, in ldns_radix_node_print() 740 ldns_radix_traverse_postorder(ldns_radix_node_t* node, in ldns_radix_traverse_postorder() 837 ldns_radix_array_space(ldns_radix_node_t* node, uint8_t byte) in ldns_radix_array_space() 916 ldns_radix_array_grow(ldns_radix_node_t* node, unsigned need) in ldns_radix_array_grow() 1235 ldns_radix_next_in_subtree(ldns_radix_node_t* node) in ldns_radix_next_in_subtree() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | ptree.c | 29 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()
|
/dflybsd-src/sys/netgraph7/ether/ |
H A D | ng_ether.c | 219 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() 377 ng_ether_newhook(node_p node, hook_p hook, const char *name) in ng_ether_newhook() 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() [all …]
|
/dflybsd-src/usr.sbin/makefs/cd9660/ |
H A D | iso9660_rrip.c | 57 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() 285 cd9660_susp_handle_continuation(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_handle_continuation() 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() 373 cd9660_rrip_initialize_node(iso9660_disk *diskStructure, cd9660node *node, in cd9660_rrip_initialize_node() 507 cd9660_createSL(cd9660node *node) in cd9660_createSL() [all …]
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | rbtree.h | 88 #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 …]
|
/dflybsd-src/sys/netgraph7/ |
H A D | netgraph.h | 374 #define _NG_NODE_NAME(node) ((node)->nd_name + 0) argument 375 #define _NG_NODE_HAS_NAME(node) ((node)->nd_name[0] + 0) argument 376 #define _NG_NODE_ID(node) ((node)->nd_ID + 0) argument 377 #define _NG_NODE_REF(node) atomic_add_int(&(node)->nd_refs, 1) argument 378 #define _NG_NODE_UNREF(node) ng_unref_node(node) argument 379 #define _NG_NODE_SET_PRIVATE(node, val) do {(node)->nd_private = val;} while (0) argument 380 #define _NG_NODE_PRIVATE(node) ((node)->nd_private) argument 381 #define _NG_NODE_IS_VALID(node) (!((node)->nd_flags & NGF_INVALID)) argument 382 #define _NG_NODE_NOT_VALID(node) ((node)->nd_flags & NGF_INVALID) argument 383 #define _NG_NODE_NUMHOOKS(node) ((node)->nd_numhooks + 0) /* rvalue */ argument [all …]
|
/dflybsd-src/sys/netgraph7/ppp/ |
H A D | ng_ppp.c | 489 ng_ppp_constructor(node_p node) in ng_ppp_constructor() 522 ng_ppp_newhook(node_p node, hook_p hook, const char *name) in ng_ppp_newhook() 585 ng_ppp_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_ppp_rcvmsg() 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 806 const node_p node = NG_HOOK_NODE(hook); in ng_ppp_rcvdata_ipv6() local 822 const node_p node = NG_HOOK_NODE(hook); in ng_ppp_rcvdata_atalk() local 838 const node_p node = NG_HOOK_NODE(hook); in ng_ppp_rcvdata_ipx() local 880 ng_ppp_bypass(node_p node, item_p item, uint16_t proto, uint16_t linkNum) in ng_ppp_bypass() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | fibheap.c | 66 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 …]
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | fibheap.c | 66 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 …]
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | fibheap.c | 66 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 …]
|