Searched defs:node (Results 251 - 275 of 882) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dalist.c198 alist_dump_cb(void *node, void *private) argument
H A Dhash.c115 hash_add_cb(void *node, void *private) argument
153 hash_find_list_cb(void *node, void *arg) argument
186 hash_find_first_cb(void *node, void *arg) argument
H A Dstabs.c62 resolve_tou_node(tdesc_t *node, tdesc_t **nodep, void *private __unused) argument
82 resolve_fwd_node(tdesc_t *node, tdesc_t **nodep, void *private __unused) argument
/freebsd-11-stable/contrib/gcc/
H A Dc-ppoutput.c339 cb_define (cpp_reader *pfile, source_location line, cpp_hashnode *node) argument
457 dump_macro (cpp_reader *pfile, cpp_hashnode *node, void *v ATTRIBUTE_UNUSED) argument
357 cb_undef(cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, cpp_hashnode *node) argument
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfibheap.c66 fibnode_t node; local
100 fibnode_t node; local
198 fibheap_replace_key_data(fibheap_t heap, fibnode_t node, fibheapkey_t key, void *data) argument
237 fibheap_replace_data(fibheap_t heap, fibnode_t node, void *data) argument
244 fibheap_replace_key(fibheap_t heap, fibnode_t node, fibheapkey_t key) argument
253 fibheap_delete_node(fibheap_t heap, fibnode_t node) argument
319 fibheap_ins_root(fibheap_t heap, fibnode_t node) argument
338 fibheap_rem_root(fibheap_t heap, fibnode_t node) argument
395 fibheap_link(fibheap_t heap ATTRIBUTE_UNUSED, fibnode_t node, fibnode_t parent) argument
409 fibheap_cut(fibheap_t heap, fibnode_t node, fibnode_t parent) argument
458 fibnode_remove(fibnode_t node) argument
[all...]
H A Dsplay-tree.c52 splay_tree_delete_helper (splay_tree sp, splay_tree_node node) argument
206 splay_tree_foreach_helper (splay_tree sp, splay_tree_node node, argument
315 splay_tree_node node; local
436 splay_tree_node node; local
467 splay_tree_node node; local
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dlist.h86 list_next(const struct list_head *node) argument
92 list_prev(const struct list_head *node) argument
115 __list_add_between(struct list_head *prev, struct list_head *node, argument
125 list_add(struct list_head *node, struc argument
131 list_add_tail(struct list_head *node, struct list_head *head) argument
172 list_move(struct list_head *node, struct list_head *head) argument
179 list_move_tail(struct list_head *node, struct list_head *head) argument
195 list_del_init(struct list_head *node) argument
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c314 VCHIQ_DEBUGFS_NODE_T *node = vchiq_instance_get_debugfs_node(instance); local
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c213 secpolicy_vnode_setattr(cred_t *cr, vnode_t *vp, struct vattr *vap, const struct vattr *ovap, int flags, int unlocked_access(void *, int, cred_t *), void *node) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c139 avl_node_t *node = AVL_DATA2NODE(oldnode, off); local
185 avl_node_t *node; local
204 avl_node_t *node; local
229 avl_node_t *node = AVL_INDEX2NODE(where); local
257 avl_node_t *node; local
303 avl_rotation(avl_tree_t *tree, avl_node_t *node, int balance) argument
484 avl_node_t *node; local
578 avl_node_t *node; local
682 avl_node_t *node; local
975 avl_node_t *node; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_mm.c109 struct drm_mm_node *node; local
191 struct drm_mm_node *drm_mm_get_block_generic(struct drm_mm_node *node, argument
[all...]
H A Ddrm_sman.c106 struct drm_mm_node *node = (struct drm_mm_node *) ref; local
120 struct drm_mm_node *node = (struct drm_mm_node *) ref; local
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mm.c81 struct drm_mm_node *node; local
116 drm_mm_insert_helper(struct drm_mm_node *hole_node, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color) argument
167 struct drm_mm_node *node; local
184 drm_mm_insert_node_generic(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color) argument
200 drm_mm_insert_node(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment) argument
207 drm_mm_insert_helper_range(struct drm_mm_node *hole_node, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument
267 struct drm_mm_node *node; local
285 drm_mm_insert_node_in_range_generic(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long color, unsigned long start, unsigned long end) argument
304 drm_mm_insert_node_in_range(struct drm_mm *mm, struct drm_mm_node *node, unsigned long size, unsigned alignment, unsigned long start, unsigned long end) argument
315 drm_mm_remove_node(struct drm_mm_node *node) argument
350 drm_mm_put_block(struct drm_mm_node *node) argument
549 drm_mm_scan_add_block(struct drm_mm_node *node) argument
610 drm_mm_scan_remove_block(struct drm_mm_node *node) argument
[all...]
H A Ddrm_mm.h83 static inline bool drm_mm_node_allocated(struct drm_mm_node *node) argument
[all...]
/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio.c200 phandle_t node; local
227 phandle_t node; local
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h55 t_List node; member in struct:__anon8163
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_clkmsr.c156 phandle_t node; local
246 phandle_t node; local
[all...]
H A Daml8726_fb.c306 phandle_t node; local
H A Daml8726_gpio.c109 phandle_t node; local
H A Daml8726_pinctrl.c191 phandle_t node; local
H A Daml8726_usb_phy-m3.c117 phandle_t node; local
169 phandle_t node; local
H A Daml8726_usb_phy-m6.c142 phandle_t node; local
H A Duart_dev_aml8726.c293 aml8726_uart_bus_clk(phandle_t node) argument
/freebsd-11-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep_mp.c132 phandle_t node; local
158 phandle_t node; local
261 phandle_t node; local
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c314 symbol_node_t *node; local

Completed in 262 milliseconds

<<11121314151617181920>>