Searched refs:node (Results 176 - 200 of 1044) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dsymtab.c109 hashnode node; local
115 node = table->entries[index];
117 if (node != NULL)
119 if (node->hash_value == hash
120 && HT_LEN (node) == (unsigned int) len
121 && !memcmp (HT_STR (node), str, len))
127 return node;
138 node = table->entries[index];
139 if (node == NULL)
142 if (node
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dnet_stats.c72 struct sysctlnode node; local
88 node = *rnode;
89 node.sysctl_data = counters;
90 node.sysctl_size = countersize;
91 rv = sysctl_lookup(SYSCTLFN_CALL(&node));
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dtoaster.c136 struct sysctlnode node; local
139 node = *rnode;
141 node.sysctl_data = &t;
142 error = sysctl_lookup(SYSCTLFN_CALL(&node));
150 if (node.sysctl_num == sc->led_width_sysctl[0] ||
151 node.sysctl_num == sc->led_duty_sysctl[0])
153 if (node.sysctl_num == sc->led_width_sysctl[1] ||
154 node.sysctl_num == sc->led_duty_sysctl[1])
156 if (node.sysctl_num == sc->led_width_sysctl[2] ||
157 node
170 struct sysctlnode node; local
196 struct sysctlnode node; local
224 const struct sysctlnode *node, *datnode; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dwindow.c211 if (win->node)
261 If NODE is passed as NULL, then show the node showing in the active
265 window_make_window (NODE *node) argument
269 if (!node)
270 node = active_window->node;
295 window_set_node_of_window (window, node);
520 if (do_internals || !win->node ||
521 (win->node->flags & N_IsInternal) == 0)
538 if (do_internals || !win->node ||
597 window_set_node_of_window(WINDOW *window, NODE *node) argument
770 window_physical_lines(NODE *node) argument
795 NODE *node; local
1123 NODE *node = window->node; local
1478 NODE *node; local
1491 NODE *node; local
[all...]
H A Dgc.c3 /* gc.c -- Functions to remember and garbage collect unused node contents.
27 list can be garbage collected when no info window contains a node whose
34 is not actually garbage collected until no info window contains a node
45 node->contents which are collectible, and free them. */
62 NODE *node = iw->nodes[j]; local
64 /* If this node->contents appears in our list of gcable_pointers,
67 if (gcable_pointers[k] == node->contents)
70 (node->contents, new_index, new, new_slots, 10, char *);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-reference.c74 static void add_new_function (struct cgraph_node *node,
76 static void remove_node_data (struct cgraph_node *node,
179 get_reference_vars_info (struct cgraph_node *node) argument
182 || VEC_length (ipa_reference_vars_info_t, ipa_reference_vars_vector) <= (unsigned int)node->uid)
184 return VEC_index (ipa_reference_vars_info_t, ipa_reference_vars_vector, node->uid);
189 set_reference_vars_info (struct cgraph_node *node, ipa_reference_vars_info_t info) argument
192 || VEC_length (ipa_reference_vars_info_t, ipa_reference_vars_vector) <= (unsigned int)node->uid)
193 VEC_safe_grow_cleared (ipa_reference_vars_info_t, heap, ipa_reference_vars_vector, node->uid + 1);
194 VEC_replace (ipa_reference_vars_info_t, ipa_reference_vars_vector, node->uid, info);
492 /* Lookup the tree node fo
793 add_new_function(struct cgraph_node *node, void *data ATTRIBUTE_UNUSED) argument
867 remove_node_data(struct cgraph_node *node, void *data ATTRIBUTE_UNUSED) argument
879 struct cgraph_node *node; local
1030 write_node_summary_p(struct cgraph_node *node) argument
1043 struct cgraph_node *node; local
1129 struct cgraph_node *node; local
1208 struct cgraph_node *node; local
[all...]
H A Dipa-pure-const.c98 /* Array, indexed by cgraph node uid, of function states. */
121 get_function_state (struct cgraph_node *node) argument
124 || VEC_length (funct_state, funct_state_vec) <= (unsigned int)node->uid)
126 return VEC_index (funct_state, funct_state_vec, node->uid);
132 set_function_state (struct cgraph_node *node, funct_state s) argument
135 || VEC_length (funct_state, funct_state_vec) <= (unsigned int)node->uid)
136 VEC_safe_grow_cleared (funct_state, heap, funct_state_vec, node->uid + 1);
137 VEC_replace (funct_state, funct_state_vec, node->uid, s);
255 attributes that may also effect the purity. The CALL_EXPR node for
605 add_new_function (struct cgraph_node *node, voi argument
637 remove_node_data(struct cgraph_node *node, void *data ATTRIBUTE_UNUSED) argument
672 struct cgraph_node *node; local
702 struct cgraph_node *node; local
777 struct cgraph_node *node; local
819 self_recursive_p(struct cgraph_node *node) argument
836 struct cgraph_node *node; local
1121 struct cgraph_node *node; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dnode.cpp1 /* $NetBSD: node.cpp,v 1.1.1.3 2006/02/06 18:14:14 wiz Exp $ */
38 #include "node.h"
694 virtual void really_print_line(hunits x, vunits y, node *n,
707 void print_line(hunits x, vunits y, node *n, vunits before, vunits after, hunits width);
721 void really_print_line(hunits x, vunits y, node *n, vunits, vunits, hunits width);
729 void really_print_line(hunits x, vunits y, node *n, vunits, vunits, hunits width);
795 void really_print_line(hunits x, vunits y, node *n, vunits before, vunits after, hunits width);
881 void troff_output_file::really_print_line(hunits x, vunits y, node *n,
1685 void real_output_file::print_line(hunits x, vunits y, node *n,
1740 void ascii_output_file::really_print_line(hunits, vunits, node *
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-optimize.c99 This is just a round of label cleanups and case node grouping
128 This is just a round of label cleanups and case node grouping
323 update_inlined_to_pointers (struct cgraph_node *node, argument
327 for (e = node->callees; e; e = e->next_callee)
346 struct cgraph_node *saved_node = NULL, *node;
365 node = cgraph_node (fndecl);
376 saved_node = cgraph_clone_node (node, node->count, 1, false);
388 for (e = node->callees; e; e = e->next_callee)
400 while (node
345 struct cgraph_node *saved_node = NULL, *node; local
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_uuid.c75 uint16_t node[UUID_NODE_LEN>>1]; member in struct:uuid_private
103 uuid_node(uint16_t *node) argument
119 memcpy(node, CLLADDR(sdl), UUID_NODE_LEN);
130 node[i] = (uint16_t)cprng_fast32();
131 *((uint8_t*)node) |= 0x01;
162 uuid_node(uuid->node);
166 if (uuid_last.time.ll == 0LL || uuid_last.node[0] != uuid->node[0] ||
167 uuid_last.node[1] != uuid->node[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dnode.c1 /* $NetBSD: node.c,v 1.1.1.6 2008/09/02 07:50:47 christos Exp $ */
3 /* node.c -- nodes for Texinfo.
4 Id: node.c,v 1.27 2004/12/20 23:56:07 karl Exp
30 #include "node.h"
36 /* See comments in node.h. */
55 free (temp->node);
71 TAG_ENTRY *node;
93 /* Do not collapse -- to -, etc., in node names. */
96 for (node = tag_table; node; nod
69 TAG_ENTRY *node; local
167 expand_node_name(char *node) argument
251 remember_node_node_reference(char *node) argument
273 remember_node(char *node, char *prev, char *next, char *up, int position, int line_no, char *fname, int flags) argument
343 remember_node_reference(char *node, int line, enum reftype type) argument
493 add_html_names(char *node) argument
544 char *node, *prev, *next, *up; local
923 tag->node, node); local
1237 find_node_reference(char *node, NODE_REF *ref_list) argument
1312 number_of_node(char *node) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dmknodes.sh87 nodeptr ) type="union node *";;
100 echo "union node {"
110 echo " union node *n;"
114 echo "union node *copyfunc(union node *);"
115 echo "void freefunc(union node *);"
H A Dexec.h50 union node *func;
75 void defun(char *, union node *);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/tests/
H A Dmenu-whitespace14 Subject: Makeinfo mishandles defaulted node links
21 @node Top
28 @node first
35 @node second
39 ./top.texi:3: Next field of node `Top' not pointed to.
40 ./top.texi:17: This node (second) has the bad Prev.
49 * makeinfo/node.c (cm_node): When searching for @menu don't
52 --- texinfo-3.12b/makeinfo/node.c.~1~ Mon Oct 26 23:14:59 1998
53 +++ texinfo-3.12b/makeinfo/node.c Sun Dec 6 00:23:59 1998
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dmkfs.c1025 union dinode node; local
1041 * initialize the node
1048 memset(&node, 0, sizeof(node));
1060 node.dp1.di_atime = tv->tv_sec;
1061 node.dp1.di_atimensec = tv->tv_usec * 1000;
1062 node.dp1.di_mtime = tv->tv_sec;
1063 node.dp1.di_mtimensec = tv->tv_usec * 1000;
1064 node.dp1.di_ctime = tv->tv_sec;
1065 node
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dobserver.c87 /* Allocate a struct observer_list, intended to be used as a node
93 struct observer_list *node = XMALLOC (struct observer_list); local
95 node->observer = XMALLOC (struct observer);
96 return node;
100 the given node. */
103 xfree_observer_list_node (struct observer_list *node) argument
105 xfree (node->observer);
106 xfree (node);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-deptree.c120 struct dm_tree_node *node; member in struct:dm_tree_link
130 struct dm_list uses; /* Nodes this node uses */
131 struct dm_list used_by; /* Nodes that use this node */
209 if (dlink->node == child)
215 static int _link(struct dm_list *list, struct dm_tree_node *node) argument
219 if (!(dlink = dm_pool_alloc(node->dtree->mem, sizeof(*dlink)))) {
224 dlink->node = node;
245 static void _unlink(struct dm_list *list, struct dm_tree_node *node) argument
250 if (dlink->node
266 _add_to_toplevel(struct dm_tree_node *node) argument
271 _remove_from_toplevel(struct dm_tree_node *node) argument
276 _add_to_bottomlevel(struct dm_tree_node *node) argument
281 _remove_from_bottomlevel(struct dm_tree_node *node) argument
311 struct dm_tree_node *node; local
365 struct dm_tree_node *node; local
466 struct dm_tree_node *node = NULL; local
637 struct dm_tree_node *node; local
660 dm_tree_node_get_name(struct dm_tree_node *node) argument
665 dm_tree_node_get_uuid(struct dm_tree_node *node) argument
670 dm_tree_node_get_info(struct dm_tree_node *node) argument
675 dm_tree_node_get_context(struct dm_tree_node *node) argument
685 dm_tree_node_num_children(struct dm_tree_node *node, uint32_t inverted) argument
729 _children_suspended(struct dm_tree_node *node, uint32_t inverted, const char *uuid_prefix, size_t uuid_prefix_len) argument
1269 _build_dev_string(char *devbuf, size_t bufsize, struct dm_tree_node *node) argument
1752 dm_tree_node_add_snapshot_target(struct dm_tree_node *node, uint64_t size, const char *origin_uuid, const char *cow_uuid, int persistent, uint32_t chunk_size) argument
1789 dm_tree_node_add_error_target(struct dm_tree_node *node, uint64_t size) argument
1798 dm_tree_node_add_zero_target(struct dm_tree_node *node, uint64_t size) argument
1807 dm_tree_node_add_linear_target(struct dm_tree_node *node, uint64_t size) argument
1816 dm_tree_node_add_striped_target(struct dm_tree_node *node, uint64_t size, uint32_t stripe_size) argument
1830 dm_tree_node_add_crypt_target(struct dm_tree_node *node, uint64_t size, const char *cipher, const char *chainmode, const char *iv, uint64_t iv_offset, const char *key) argument
1852 dm_tree_node_add_mirror_target_log(struct dm_tree_node *node, uint32_t region_size, unsigned clustered, const char *log_uuid, unsigned area_count, uint32_t flags) argument
1894 dm_tree_node_add_mirror_target(struct dm_tree_node *node, uint64_t size) argument
1905 _add_area(struct dm_tree_node *node, struct load_segment *seg, struct dm_tree_node *dev_node, uint64_t offset) argument
1923 dm_tree_node_add_target_area(struct dm_tree_node *node, const char *dev_name, const char *uuid, uint64_t offset) argument
1978 dm_tree_set_cookie(struct dm_tree_node *node, uint32_t cookie) argument
1983 dm_tree_get_cookie(struct dm_tree_node *node) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20080929-1.c19 const char *node; member in struct:args
34 err = ubi_get_dev_info(libubi, args.node, &dev_info);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp74 typedef Node node; typedef in struct:__gnu_pbds::detail::bin_search_tree_traits
79 node>::other::pointer,
92 node>::other::pointer,
105 node>::other::pointer,
118 node>::other::pointer,
188 typedef Node node; typedef in struct:__gnu_pbds::detail::bin_search_tree_traits
193 node>::other::pointer,
208 node>::other::pointer,
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Dmachdep.c271 copy_disp_props(device_t dev, int node, prop_dictionary_t dict) argument
277 if (node != console_node) {
285 sub = OF_child(node);
291 node = sub;
295 if (!of_to_uint32_prop(dict, node, "width", "width")) {
300 if (!of_to_uint32_prop(dict, node, "height", "height")) {
305 of_to_uint32_prop(dict, node, "linebytes", "linebytes");
306 if (!of_to_uint32_prop(dict, node, "depth", "depth")) {
314 if (!of_to_uint32_prop(dict, node, "address", "address")) {
320 of_to_dataprop(dict, node, "EDI
371 int node; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/ofctl/
H A Dofctl.c101 of_tree_mkprop(struct of_node *node, prop_dictionary_t propdict, argument
119 TAILQ_INSERT_TAIL(&node->of_properties, prop, prop_sibling);
122 node->of_name = prop;
124 node->of_device_type = prop;
126 node->of_reg = prop;
156 of_tree_fill(prop_dictionary_t dict, struct of_node *node) argument
163 node->of_nodeid = prop_number_unsigned_integer_value(
164 prop_dictionary_get(dict, "node"));
171 of_tree_mkprop(node, propdict, prop_array_get(propkeys, i));
180 of_tree_mknode(node));
312 of_tree_walk(struct of_node *node, struct of_node *(*fn)(struct of_node *, const void *), const void *ctx) argument
329 of_match_by_nodeid(struct of_node *node, const void *ctx) argument
335 of_match_by_parentid(struct of_node *node, const void *ctx) argument
370 struct of_node *node, *match; local
406 struct of_node *node; local
553 ofname(int node, char *buf, size_t buflen) argument
654 offullname2(int node, char *buf, size_t len) argument
667 offullname(int node, char *buf, size_t len) argument
678 oflist(int node, const char *parent_device_type, int depth, void *of_buf, size_t of_buflen) argument
745 default_format(int node, const u_int8_t *buf, size_t len) argument
768 reg_format(int node, const u_int8_t *buf, size_t len) argument
775 frequency_format(int node, const u_int8_t *buf, size_t len) argument
807 size_format(int node, const u_int8_t *buf, size_t len) argument
839 string_format(int node, const u_int8_t *buf, size_t len) argument
901 ofgetprop(int node, const char *name) argument
936 ofprop(int node) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dmangle.c379 canonicalized tree node representing NODE that is used when adding
383 canonicalize_for_substitution (tree node) argument
386 if (TREE_CODE (node) == TYPE_DECL)
387 node = TREE_TYPE (node);
388 if (TYPE_P (node))
389 node = canonical_type_variant (node);
391 return node;
398 add_substitution (tree node) argument
440 is_std_substitution(const tree node, const substitution_identifier_index_t index) argument
473 is_std_substitution_char(const tree node, const substitution_identifier_index_t index) argument
529 find_substitution(tree node) argument
953 write_prefix(const tree node) argument
1018 write_template_prefix(const tree node) argument
2251 write_template_arg(tree node) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-properties.c358 const struct hw_property *node; local
359 node = hw_find_property (me, property);
360 if (node == NULL)
362 if (node->type != array_property)
364 return node;
385 const struct hw_property *node; local
387 node = hw_find_property (me, property);
388 if (node == NULL)
390 if (node->type != boolean_property)
392 ASSERT (sizeof (boolean) == node
490 const struct hw_property *node; local
509 const struct hw_property *node; local
621 const struct hw_property *node; local
711 const struct hw_property *node; local
762 const struct hw_property *node; local
817 const struct hw_property *node; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp102 node; typedef in struct:__gnu_pbds::detail::trie_traits
131 node,
142 node,
153 node,
164 node,
174 node,
186 node,
263 node; typedef in struct:__gnu_pbds::detail::trie_traits
292 node,
305 node,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dcentral.c85 int node0, node; local
97 for (node = node0; node; node = nextsibling(node)) {
101 ca.ca_node = node;
104 printf("can't fetch name for node 0x%x\n", node);
108 prom_getprop(node, "reg", sizeof(struct central_reg),
119 central_get_string(int node, cons argument
[all...]

Completed in 409 milliseconds

1234567891011>>