Searched refs:node (Results 276 - 300 of 1150) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_machdep.c98 fdt_gic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig, argument
102 if (!fdt_is_compatible(node, "arm,gic"))
/freebsd-11-stable/sys/dev/extres/hwreset/
H A Dhwreset.h61 int hwreset_get_by_ofw_name(device_t consumer_dev, phandle_t node, char *name,
63 int hwreset_get_by_ofw_idx(device_t consumer_dev, phandle_t node, int idx,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h27 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.h1 /* dag_cache.h : Interface to the DAG walker and node cache.
32 /* In RESULT_POOL, create an instance of a DAG node cache. */
42 respective node got its copy ID from. */
57 exist, simply leave the `node' member of the bottom parent_path
67 /* A linked list representing the path from a node up to a root
69 to deal with both a node and its parent directory. For example, a
70 `delete' operation needs to know that the node actually exists, but
74 /* A node along the path. This could be the final node, one of its
77 dag_node_t *node; member in struct:svn_fs_x__dag_path_t
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmacro.c74 _cpp_warn_if_unused_macro (cpp_reader *pfile, cpp_hashnode *node, argument
77 if (node->type == NT_MACRO && !(node->flags & NODE_BUILTIN))
79 cpp_macro *macro = node->value.macro;
84 "macro \"%s\" is not used", NODE_NAME (node));
114 _cpp_builtin_macro_text (cpp_reader *pfile, cpp_hashnode *node) argument
120 switch (node->value.builtin)
124 NODE_NAME (node));
173 if (node->value.builtin == BT_BASE_FILE)
261 if (node
290 builtin_macro(cpp_reader *pfile, cpp_hashnode *node) argument
536 _cpp_arguments_ok(cpp_reader *pfile, cpp_macro *macro, const cpp_hashnode *node, unsigned int argc) argument
577 collect_args(cpp_reader *pfile, const cpp_hashnode *node) argument
711 funlike_invocation_p(cpp_reader *pfile, cpp_hashnode *node) argument
751 enter_macro_context(cpp_reader *pfile, cpp_hashnode *node) argument
810 replace_args(cpp_reader *pfile, cpp_hashnode *node, cpp_macro *macro, macro_arg *args) argument
1100 cpp_hashnode *node; local
1173 cpp_hashnode *node = pfile->context->macro; local
1236 warn_of_redefinition(cpp_reader *pfile, const cpp_hashnode *node, const cpp_macro *macro2) argument
1289 _cpp_save_parameter(cpp_reader *pfile, cpp_macro *macro, cpp_hashnode *node) argument
1587 _cpp_create_definition(cpp_reader *pfile, cpp_hashnode *node) argument
1626 struct cpp_hashnode *node = macro->params[i]; local
1691 const cpp_hashnode *node = macro->params[i]; local
1711 cpp_macro_definition(cpp_reader *pfile, const cpp_hashnode *node) argument
[all...]
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.h47 uint32_t node; member in struct:thunder_pem_softc
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_oscclk.c66 phandle_t node; local
70 node = ofw_bus_get_node(dev);
72 if (OF_getencprop(node, "clock-frequency", &freq, sizeof(freq)) <= 0) {
83 error = clk_parse_ofw_clk_name(dev, node, &def.clkdef.name);
/freebsd-11-stable/lib/libc/uuid/
H A Duuid_stream.c46 * |clk_seq_hi_res | clk_seq_low | node (0-1) |
48 * | node (2-5) |
67 p[10 + i] = uuid->node[i];
82 uuid->node[i] = p[10 + i];
97 p[10 + i] = uuid->node[i];
112 uuid->node[i] = p[10 + i];
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_donotq.c80 struct addr_tree_node* node = (struct addr_tree_node*)regional_alloc( local
81 dq->region, sizeof(*node));
82 if(!node)
84 if(!addr_tree_insert(&dq->tree, node, addr, addrlen, net)) {
/freebsd-11-stable/sys/mips/nlm/
H A Dboard.h68 int node; member in struct:xlp_port_ivars
116 int node; member in struct:xlp_nae_ivars
148 int nlm_board_eeprom_read(int node, int i2cbus, int addr, int offs,
150 uint64_t nlm_board_cpld_base(int node, int chipselect);
/freebsd-11-stable/sys/mips/nlm/hal/
H A Dgbu.h94 #define nlm_get_gbu_pcibase(node) \
95 nlm_pcicfg_base(XLP_IO_NOR_OFFSET(node))
96 #define nlm_get_gbu_regbase(node) \
97 (nlm_get_gbu_pcibase(node) + XLP_IO_PCI_HDRSZ)
H A Dnlm_hal.c43 xlp_get_cpu_frequency(int node, int core) argument
45 uint64_t sysbase = nlm_get_sys_regbase(node);
87 nlm_set_device_frequency(int node, int devtype, int frequency) argument
93 sysbase = nlm_get_sys_regbase(node);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_int.h67 * This structure and the field names correspond to the Policy 'node' of
105 /* Parent node is an extra node and should be freed */
141 /* node data this refers to */
143 /* Parent node */
154 /* anyPolicy node */
184 #define node_critical(node) node_data_critical(node->data)
213 void policy_node_free(X509_POLICY_NODE *node);
215 const X509_POLICY_NODE *node, cons
[all...]
/freebsd-11-stable/share/examples/hast/
H A Ducarp.sh36 # First node IP and interface for UCARP communication.
39 # Second node IP and interface for UCARP communication.
53 node="node A"
58 echo "Unable to determine which node is this (both match)." >/dev/stderr
63 node="node B"
66 echo "Unable to determine which node is this (none match)." >/dev/stderr
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h28 ExplodedNode *node; member in class:clang::ento::WorkListUnit
36 : node(N),
42 : node(N),
47 /// Returns the node associated with the worklist unit.
48 ExplodedNode *getNode() const { return node; }
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c69 * Default permission for root node
96 struct tmpfs_node *node = (struct tmpfs_node *)mem; local
98 node->tn_gen++;
99 node->tn_size = 0;
100 node->tn_status = 0;
101 node->tn_flags = 0;
102 node->tn_links = 0;
103 node->tn_vnode = NULL;
104 node->tn_vpstate = 0;
112 struct tmpfs_node *node local
119 struct tmpfs_node *node = (struct tmpfs_node *)mem; local
131 struct tmpfs_node *node = (struct tmpfs_node *)mem; local
522 struct tmpfs_node *node; local
617 struct tmpfs_node *node; local
[all...]
/freebsd-11-stable/contrib/ldns/ldns/
H A Dradix.h57 /** Radix node select edge array */
67 /** A node in a radix tree */
69 /** Key corresponding to this node. */
71 /** Key length corresponding to this node. */
73 /** Data corresponding to this node. */
75 /** Parent node. */
77 /** Index in the the parent node select edge array. */
145 * @return: the radix node or NULL if not found.
157 * @param result: the radix node with the exact or closest match. NULL if
168 * @return: the radix node wit
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c41 static reg_errcode_t optimize_subexps (void *extra, bin_tree_t *node);
42 static reg_errcode_t lower_subexps (void *extra, bin_tree_t *node);
44 bin_tree_t *node);
45 static reg_errcode_t calc_first (void *extra, bin_tree_t *node);
46 static reg_errcode_t calc_next (void *extra, bin_tree_t *node);
47 static reg_errcode_t link_nfa_nodes (void *extra, bin_tree_t *node);
53 int node, int root);
119 static void free_token (re_token_t *node);
120 static reg_errcode_t free_tree (void *extra, bin_tree_t *node);
121 static reg_errcode_t mark_opt_subexp (void *extra, bin_tree_t *node);
309 int node = init_state->nodes.elems[node_cnt]; local
1078 int node, i, mb_chars = 0, has_period = 0; local
1212 bin_tree_t *node, *prev; local
1244 bin_tree_t *node; local
1274 optimize_subexps(void *extra, bin_tree_t *node) argument
1305 lower_subexps(void *extra, bin_tree_t *node) argument
1327 lower_subexp(reg_errcode_t *err, regex_t *preg, bin_tree_t *node) argument
1364 calc_first(void *extra, bin_tree_t *node) argument
1386 calc_next(void *extra, bin_tree_t *node) argument
1409 link_nfa_nodes(void *extra, bin_tree_t *node) argument
1677 calc_eclosure_iter(re_node_set *new_set, re_dfa_t *dfa, int node, int root) argument
3774 mark_opt_subexp(void *extra, bin_tree_t *node) argument
3786 free_token(re_token_t *node) argument
3801 free_tree(void *extra, bin_tree_t *node) argument
3816 const bin_tree_t *node; local
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Drequest.h45 struct node;
61 void append(node *);
91 node *charinfo_to_node_list(charinfo *, const environment *);
/freebsd-11-stable/sys/dev/dpaa/
H A Dfman_fdt.c88 phandle_t node; local
92 node = ofw_bus_get_node(dev);
94 if ((OF_getprop(node, "clock-frequency", &fman_clock,
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mm.h63 * according to the (increasing) start address of the memory node. */
79 void (*color_adjust)(struct drm_mm_node *node, unsigned long color,
83 static inline bool drm_mm_node_allocated(struct drm_mm_node *node) argument
85 return node->allocated;
105 extern struct drm_mm_node *drm_mm_get_block_generic(struct drm_mm_node *node,
111 struct drm_mm_node *node,
163 struct drm_mm_node *node,
167 struct drm_mm_node *node,
173 struct drm_mm_node *node,
178 struct drm_mm_node *node,
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_echo.c45 * Netgraph "echo" node
47 * This node simply bounces data and messages back to whence they came.
77 nge_cons(node_p node) argument
86 nge_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
93 NG_RESPOND_MSG(error, node, item, msg);
/freebsd-11-stable/sys/dev/vnic/
H A Dmrml_bridge.c188 mrmlb_ofw_fill_ranges(phandle_t node, struct simplebus_softc *sc) argument
196 err = OF_searchencprop(OF_parent(node), "#address-cells",
201 nbase_ranges = OF_getproplen(node, "ranges");
212 OF_getencprop(node, "ranges", base_ranges, nbase_ranges);
242 phandle_t parent, node; local
254 for (node = OF_child(parent); node > 0; node = OF_peer(node)) {
257 if (ofw_bus_gen_setup_devinfo(&di->di_dinfo, node) !
[all...]
/freebsd-11-stable/sys/dev/extres/phy/
H A Dphy.h46 phandle_t ofw_node; /* OFW node of phy */
86 int phy_get_by_ofw_name(device_t consumer, phandle_t node, char *name,
88 int phy_get_by_ofw_idx(device_t consumer, phandle_t node, int idx, phy_t *phy);
89 int phy_get_by_ofw_property(device_t consumer, phandle_t node, char *name,
/freebsd-11-stable/contrib/gcc/
H A Dipa-pure-const.c81 get_function_state (struct cgraph_node *node) argument
83 struct ipa_dfs_info * info = node->aux;
312 attributes that may also effect the purity. The CALL_EXPR node for
599 struct cgraph_node *node;
624 for (node = cgraph_nodes; node; node = node->next)
625 if (node->analyzed && cgraph_is_master_clone (node))
598 struct cgraph_node *node; local
[all...]

Completed in 443 milliseconds

<<11121314151617181920>>