HomeSort by: relevance | last modified time | path
    Searched defs:node (Results 1 - 25 of 1358) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/ipf/dist/lib/
printdstlist.c 21 ipf_dstnode_t *node; local
41 for (node = nodes; node != NULL; ) {
44 n = calloc(1, node->ipfd_size);
47 if ((*copyfunc)(node, n, node->ipfd_size)) {
52 node = printdstlistnode(n, bcopywrap, opts, fields);
printdstlistnode.c 19 ipf_dstnode_t node, *np; local
26 if ((*copyfunc)(inp, &node, sizeof(node)))
29 np = calloc(1, node.ipfd_size);
31 return node.ipfd_next;
32 if ((*copyfunc)(inp, np, node.ipfd_size))
79 return node.ipfd_next;
printpoolfield.c 49 ip_pool_node_t *node = (ip_pool_node_t *)p; local
51 if (node->ipn_info)
53 a = &node->ipn_addr;
57 iphtent_t *node = (iphtent_t *)p; local
59 PRINTF("%s", inet_ntop(node->ipe_family,
60 &node->ipe_addr,
63 ipf_dstnode_t *node = (ipf_dstnode_t *)p; local
65 a = &node->ipfd_dest.fd_addr;
73 ip_pool_node_t *node = (ip_pool_node_t *)p; local
75 a = &node->ipn_mask
79 iphtent_t *node = (iphtent_t *)p; local
95 ipf_dstnode_t *node = (ipf_dstnode_t *)p; local
108 ip_pool_node_t *node = (ip_pool_node_t *)p; local
116 iphtent_t *node = (iphtent_t *)p; local
130 ip_pool_node_t *node = (ip_pool_node_t *)p; local
138 iphtent_t *node = (iphtent_t *)p; local
152 ip_pool_node_t *node = (ip_pool_node_t *)p; local
156 iphtent_t *node = (iphtent_t *)p; local
160 ipf_dstnode_t *node = (ipf_dstnode_t *)p; local
    [all...]
  /src/tests/usr.bin/xlint/lint1/
gcc_init_compound_literal.c 32 struct node { struct
34 struct node *left;
35 struct node *right;
43 static const struct node guess = {
45 &(struct node){
47 &(struct node){
52 &(struct node){
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_node.c 7 /* low-level parameter node support
44 /* const char *pcf_convert_param_node(mode, name, node)
47 /* PCF_PARAM_NODE *node;
51 /* PCF_RAW_PARAMETER(node)
52 /* const PCF_PARAM_NODE *node;
63 /* pcf_make_param_node() creates a node for the global parameter
64 /* table. This node provides a parameter default value, and a
71 /* parameter node represents a "raw parameter". The value of
110 /* .IP node
144 /* pcf_make_param_node - make node for global parameter table *
149 PCF_PARAM_NODE *node; local
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/hlist/
cds_hlist_add_head_rcu.c 20 int value; /* Node content */
21 struct cds_hlist_node node; /* Linked-list chaining */ member in struct:mynode
30 struct mynode *node; local
37 node = malloc(sizeof(*node));
38 if (!node) {
42 node->value = values[i];
43 cds_hlist_add_head_rcu(&node->node, &mylist);
51 cds_hlist_for_each_entry_2(node, &mylist, node)
    [all...]
cds_hlist_for_each_entry_rcu.c 20 int value; /* Node content */
21 struct cds_hlist_node node; /* Linked-list chaining */ member in struct:mynode
30 struct mynode *node; local
43 node = malloc(sizeof(*node));
44 if (!node) {
48 node->value = values[i];
49 cds_hlist_add_head_rcu(&node->node, &mylist);
67 cds_hlist_for_each_entry_rcu_2(node, &mylist, node)
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/doc/examples/list/
cds_list_add_rcu.c 20 int value; /* Node content */
21 struct cds_list_head node; /* Linked-list chaining */ member in struct:mynode
30 struct mynode *node; local
37 node = malloc(sizeof(*node));
38 if (!node) {
42 node->value = values[i];
43 cds_list_add_rcu(&node->node, &mylist);
51 cds_list_for_each_entry(node, &mylist, node)
    [all...]
cds_list_add_tail_rcu.c 20 int value; /* Node content */
21 struct cds_list_head node; /* Linked-list chaining */ member in struct:mynode
30 struct mynode *node; local
37 node = malloc(sizeof(*node));
38 if (!node) {
42 node->value = values[i];
43 cds_list_add_tail_rcu(&node->node, &mylist);
51 cds_list_for_each_entry(node, &mylist, node)
    [all...]
cds_list_for_each_entry_rcu.c 20 int value; /* Node content */
21 struct cds_list_head node; /* Linked-list chaining */ member in struct:mynode
30 struct mynode *node; local
43 node = malloc(sizeof(*node));
44 if (!node) {
48 node->value = values[i];
49 cds_list_add_tail_rcu(&node->node, &mylist);
67 cds_list_for_each_entry_rcu(node, &mylist, node)
    [all...]
  /src/external/mit/isl/dist/
isl_ast_graft_private.h 14 /* Representation of part of an AST ("node") with some additional polyhedral
32 isl_ast_node *node; member in struct:isl_ast_graft
48 __isl_take isl_ast_node *node, __isl_keep isl_ast_build *build);
76 __isl_take isl_ast_graft *graft, __isl_take isl_ast_node *node);
  /src/sys/arch/macppc/dev/
fancontrol.c 88 struct sysctlnode *zone_node, *node; local
100 sysctl_createv(NULL, 0, NULL, (void *) &node,
109 sysctl_createv(NULL, 0, NULL, (void *) &node,
  /src/sys/arch/macppc/macppc/
mainbus.c 70 int node, cpus, i; local
74 node = OF_finddevice("/");
75 if (node) {
76 if (OF_getprop(node, "model", name, sizeof(name)) > 0) {
79 node = 0;
82 if (node == 0) {
97 node = OF_child(cpus);
98 while (node != 0) {
101 ca.ca_nreg = OF_getprop(node, "reg", reg, sizeof(reg));
104 node)));
    [all...]
  /src/sys/compat/common/
compat_sysctl_09_43.c 73 struct sysctlnode node; local
96 node = *rnode;
97 node.sysctl_data = &vfc;
98 return (sysctl_lookup(SYSCTLFN_CALL(&node)));
  /src/sys/dev/sbus/
cgsix_sbus.c 93 int node, isconsole; local
102 node = sa->sa_node;
109 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
166 name = prom_getpropstring(node, "model");
168 isconsole = fb_is_console(node);
174 sc->sc_ramsize = prom_getpropint(node, "vmsize", 1) * 1024 * 1024;
cgthree_sbus.c 136 int node = sa->sa_node; local
152 fb_setsize_obp(fb, fb->fb_type.fb_depth, 1152, 900, node);
169 isconsole = fb_is_console(node);
170 name = prom_getpropstring(node, "model");
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_debugfs.c 50 struct drm_info_node *node = (struct drm_info_node *) m->private; local
51 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
63 struct drm_info_node *node = (struct drm_info_node *) m->private; local
64 struct virtio_gpu_device *vgdev = node->minor->dev->dev_private;
  /src/sys/kern/
init_sysctl_base.c 95 * this node is inserted so that the sysctl nodes in libc can
190 struct sysctlnode node = *rnode; local
195 node.sysctl_data = PROC_MACHINE_ARCH(l->l_proc);
196 node.sysctl_size = strlen(node.sysctl_data) + 1;
197 return sysctl_lookup(SYSCTLFN_CALL(&node));
  /src/external/apache2/llvm/dist/llvm/utils/
DSAextract.py 8 #problems will occur. If node labels do not begin with
9 #Node this also will not work. Since this is designed to work
11 #If you want to use this on other files rename the node labels
12 #to Node[.*] with a script or something. This also relies on
13 #the length of a node name being 13 characters (as it is in all
16 #Note that the name of the node can be any substring of the actual
42 #construct a set of node names
54 nodeexp = re.compile('Node')
65 #check to see if this is a node we are looking for
67 #if this name is for the current node, add the dot variable nam
107 node = re.split('\\s+', buffer,2)[1] variable
    [all...]
  /src/external/bsd/unbound/dist/iterator/
iter_hints.h 75 struct name_tree_node node; member in struct:iter_hints_stub
  /src/external/bsd/unbound/dist/services/
view.h 68 /** rbtree node, key is name */
69 rbnode_type node; member in struct:view
82 * For the node and name you need to also hold the views_tree lock to
  /src/external/bsd/unbound/dist/util/
tcp_conn_limit.h 68 /** node in address tree */
69 struct addr_tree_node node; member in struct:tcl_addr
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_anyhash_list2.h 110 gl_hash_entry_t node = old_table[--i]; local
112 while (node != NULL)
114 gl_hash_entry_t next = node->hash_next;
116 size_t bucket = node->hashcode % new_size;
117 node->hash_next = new_table[bucket];
118 new_table[bucket] = node;
120 node = next;
  /src/external/gpl3/gcc/dist/libcpp/
identifiers.cc 30 /* Return an identifier node for hashtable.c. Used by cpplib except
32 template<typename Node>
36 const auto node = XOBNEW (&table->pfile->hash_ob, Node); local
37 memset (node, 0, sizeof (Node));
38 return HT_NODE (node);
111 cpp_hashnode *node; local
113 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
116 return node && cpp_macro_p (node)
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
identifiers.cc 32 /* Return an identifier node for hashtable.c. Used by cpplib except
37 cpp_hashnode *node; local
39 node = XOBNEW (&table->pfile->hash_ob, cpp_hashnode);
40 memset (node, 0, sizeof (cpp_hashnode));
41 return HT_NODE (node);
102 cpp_hashnode *node; local
104 node = CPP_HASHNODE (ht_lookup (pfile->hash_table, str, len, HT_NO_INSERT));
107 return node && cpp_macro_p (node);
116 the node, and V. *
    [all...]

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>