Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 908) sorted by relevance

12345678910>>...37

/freebsd-src/sbin/ipf/libipf/
H A Dprintpoolfield.c44 ip_pool_node_t *node = (ip_pool_node_t *)p; in printpoolfield() local
52 iphtent_t *node = (iphtent_t *)p; in printpoolfield() local
58 ipf_dstnode_t *node = (ipf_dstnode_t *)p; in printpoolfield() local
68 ip_pool_node_t *node = (ip_pool_node_t *)p; in printpoolfield() local
74 iphtent_t *node = (iphtent_t *)p; in printpoolfield() local
90 ipf_dstnode_t *node = (ipf_dstnode_t *)p; in printpoolfield() local
103 ip_pool_node_t *node = (ip_pool_node_t *)p; in printpoolfield() local
111 iphtent_t *node = (iphtent_t *)p; in printpoolfield() local
125 ip_pool_node_t *node = (ip_pool_node_t *)p; in printpoolfield() local
133 iphtent_t *node = (iphtent_t *)p; in printpoolfield() local
[all …]
/freebsd-src/contrib/kyua/utils/config/
H A Dnodes_test.cpp85 config::bool_node node; in ATF_TEST_CASE_BODY() local
100 config::bool_node node; in ATF_TEST_CASE_BODY() local
110 config::bool_node node; in ATF_TEST_CASE_BODY() local
123 config::bool_node node; in ATF_TEST_CASE_BODY() local
137 config::bool_node node; in ATF_TEST_CASE_BODY() local
150 config::bool_node node; in ATF_TEST_CASE_BODY() local
161 config::bool_node node; in ATF_TEST_CASE_BODY() local
172 config::bool_node node; in ATF_TEST_CASE_BODY() local
181 config::bool_node node; in ATF_TEST_CASE_BODY() local
192 config::int_node node; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd-src/usr.sbin/autofs/
H A Dcommon.h42 struct node { struct
45 struct node *n_parent; argument
46 char *n_key;
47 char *n_options;
48 char *n_location;
49 char *n_map;
50 const char *n_config_file;
51 int n_config_line;
/freebsd-src/sys/dev/ocs_fc/
H A Docs_node.c80 ocs_node_abort_all_els(ocs_node_t *node) in ocs_node_abort_all_els()
117 ocs_node_t *node = rnode->node; in ocs_remote_node_cb() local
184 ocs_node_t *node; in ocs_node_find() local
205 ocs_node_t *node = NULL; in ocs_node_find_wwpn() local
237 ocs_node_t *node; in ocs_node_create_pool() local
307 ocs_node_t *node; in ocs_node_free_pool() local
346 ocs_node_t *node = NULL; in ocs_node_get_instance() local
372 ocs_node_t *node = NULL; in ocs_node_alloc() local
463 ocs_node_free(ocs_node_t *node) in ocs_node_free()
565 ocs_node_force_free(ocs_node_t *node) in ocs_node_force_free()
[all …]
H A Docs_node.h46 #define node_printf(node, fmt, ...) ocs_log_debug(node->ocs, "[%s] " fmt, node->display_name, ##__V… argument
95 ocs_node_hold_frames(ocs_node_t *node) in ocs_node_hold_frames()
113 ocs_node_accept_frames(ocs_node_t *node) in ocs_node_accept_frames()
124 ocs_node_lock_init(ocs_node_t *node) in ocs_node_lock_init()
130 ocs_node_lock_free(ocs_node_t *node) in ocs_node_lock_free()
136 ocs_node_lock_try(ocs_node_t *node) in ocs_node_lock_try()
142 ocs_node_lock(ocs_node_t *node) in ocs_node_lock()
147 ocs_node_unlock(ocs_node_t *node) in ocs_node_unlock()
179 static inline ocs_node_enable_e ocs_node_get_enable(ocs_node_t *node) in ocs_node_get_enable()
H A Docs_els.c91 ocs_node_t *node = els->node; in ocs_io_transition() local
115 ocs_node_t *node = els->node; in ocs_els_post_event() local
141 ocs_els_io_alloc(ocs_node_t *node, uint32_t reqlen, ocs_els_role_e role) in ocs_els_io_alloc()
162 ocs_els_io_alloc_size(ocs_node_t *node, uint32_t reqlen, uint32_t rsplen, ocs_els_role_e role) in ocs_els_io_alloc_size()
289 ocs_node_t *node; in _ocs_els_io_free() local
345 ocs_node_t *node = els->node; in ocs_els_make_active() local
393 ocs_node_t *node = els->node; in ocs_els_send() local
422 ocs_node_t *node = els->node; in ocs_els_send_rsp() local
455 ocs_node_t *node; in ocs_els_req_cb() local
548 ocs_node_t *node; in ocs_els_acc_cb() local
[all …]
/freebsd-src/contrib/wpa/src/utils/
H A Dxml_libxml2.c53 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 Dxml-utils.c19 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 …]
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h72 #define RB_EMPTY_NODE(node) (RB_PARENT(node, __entry) == node) argument
73 #define RB_CLEAR_NODE(node) RB_SET_PARENT(node, node, __entry) argument
75 #define rb_insert_color(node, root) do { \ argument
80 #define rb_erase(node, root) \ argument
82 #define rb_next(node) RB_NEXT(linux_root, NULL, (node)) argument
83 #define rb_prev(node) RB_PREV(linux_root, NULL, (node)) argument
89 __rb_deepest_left(struct rb_node *node) in __rb_deepest_left()
103 rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
124 rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
146 rb_insert_color_cached(struct rb_node *node, struct rb_root_cached *root, in rb_insert_color_cached()
[all …]
/freebsd-src/sys/kern/
H A Dsubr_pctrie.c99 pctrie_slot(struct pctrie_node * node,uint64_t index) pctrie_slot() argument
109 pctrie_keybarr(struct pctrie_node * node,uint64_t index,int * slot) pctrie_keybarr() argument
122 pctrie_node_put(struct pctrie_node * node) pctrie_node_put() argument
189 pctrie_root_store(struct pctrie * ptree,struct pctrie_node * node,enum pctrie_access access) pctrie_root_store() argument
199 pctrie_isleaf(struct pctrie_node * node) pctrie_isleaf() argument
217 pctrie_toval(struct pctrie_node * node) pctrie_toval() argument
226 pctrie_toptr(struct pctrie_node * node,int keyoff) pctrie_toptr() argument
235 pctrie_addnode(struct pctrie_node * node,uint64_t index,struct pctrie_node * child,enum pctrie_access access) pctrie_addnode() argument
253 struct pctrie_node *node; pctrie_zone_init() local
298 struct pctrie_node *node, *parent; pctrie_insert_lookup_compound() local
434 struct pctrie_node *node; pctrie_insert_node() local
487 struct pctrie_node *node; _pctrie_lookup() local
540 pctrie_lookup_ge_node(struct pctrie_node * node,uint64_t index) pctrie_lookup_ge_node() argument
629 pctrie_subtree_lookup_gt(struct pctrie_node * node,uint64_t index) pctrie_subtree_lookup_gt() argument
638 pctrie_subtree_lookup_gt_assert(struct pctrie_node * node,uint64_t index,struct pctrie * ptree,uint64_t * res) pctrie_subtree_lookup_gt_assert() argument
661 pctrie_lookup_le_node(struct pctrie_node * node,uint64_t index) pctrie_lookup_le_node() argument
716 pctrie_subtree_lookup_lt(struct pctrie_node * node,uint64_t index) pctrie_subtree_lookup_lt() argument
725 pctrie_subtree_lookup_lt_assert(struct pctrie_node * node,uint64_t index,struct pctrie * ptree,uint64_t * res) pctrie_subtree_lookup_lt_assert() argument
749 struct pctrie_node *child, *node, *parent; pctrie_remove_lookup() local
811 struct pctrie_node *child, *node; pctrie_reclaim_prune() local
844 struct pctrie_node *parent, *node; pctrie_reclaim_resume_compound() local
864 struct pctrie_node *node; pctrie_reclaim_begin_compound() local
911 struct pctrie_node *leaf, *parent, *node; pctrie_replace() local
948 struct pctrie_node *node, *tmp; DB_SHOW_COMMAND() local
[all...]
/freebsd-src/sys/netgraph/
H A Dng_base.c204 #define NG_IDHASH_FIND(ID, node) \ argument
264 _NG_ALLOC_NODE(node) global() argument
323 node_p node; ng_alloc_node() local
348 NG_ALLOC_NODE(node) global() argument
358 NG_FREE_NODE(node) global() argument
369 NG_ALLOC_NODE(node) global() argument
372 NG_FREE_NODE(node) global() argument
644 node_p node; ng_make_node_common() local
715 ng_rmnode(node_p node,hook_p dummy1,void * dummy2,int dummy3) ng_rmnode() argument
793 ng_unref_node(node_p node) ng_unref_node() argument
828 node_p node; ng_ID2noderef() local
839 ng_node2ID(node_cp node) ng_node2ID() argument
852 ng_name_node(node_p node,const char * name) ng_name_node() argument
915 node_p node; ng_name2noderef() local
973 ng_unname(node_p node) ng_unname() argument
986 node_p node, node2; ng_name_rehash() local
1017 node_p node, node2; ng_ID_rehash() local
1068 ng_add_hook(node_p node,const char * name,hook_p * hookp) ng_add_hook() argument
1129 ng_findhook(node_p node,const char * name) ng_findhook() argument
1165 node_p node; ng_destroy_hook() local
1345 ng_con_part3(node_p node,item_p item,hook_p hook) ng_con_part3() argument
1388 ng_con_part2(node_p node,item_p item,hook_p hook) ng_con_part2() argument
1482 ng_con_nodes(item_p item,node_p node,const char * name,node_p node2,const char * name2) ng_con_nodes() argument
1545 ng_mkpeer(node_p node,const char * name,const char * name2,char * type) ng_mkpeer() argument
1609 ng_rmnode_self(node_p node) ng_rmnode_self() argument
1624 ng_rmhook_part2(node_p node,hook_p hook,void * arg1,int arg2) ng_rmhook_part2() argument
1634 node_p node = NG_HOOK_NODE(hook); ng_rmhook_self() local
1661 char *node, *path, *hook; ng_path_parse() local
1733 node_p node, oldnode; ng_path2noderef() local
1948 ng_dequeue(node_p node,int * rw) ng_dequeue() argument
2017 ng_queue_rw(node_p node,item_p item,int rw) ng_queue_rw() argument
2045 ng_acquire_read(node_p node,item_p item) ng_acquire_read() argument
2073 ng_acquire_write(node_p node,item_p item) ng_acquire_write() argument
2162 ng_leave_read(node_p node) ng_leave_read() argument
2169 ng_leave_write(node_p node) ng_leave_write() argument
2176 ng_flush_input_queue(node_p node) ng_flush_input_queue() argument
2230 node_p node; ng_snd_item() local
2364 ng_apply_item(node_p node,item_p item,int rw) ng_apply_item() argument
2665 node_p node; ng_generic_msg() local
2704 node_p node; ng_generic_msg() local
3155 node_p node = NULL, last_killed = NULL; vnet_netgraph_uninit() local
3279 dumpnode(node_p node,char * file,int line) dumpnode() argument
3349 node_p node; ng_dumpnodes() local
3408 node_p node; ngthread() local
3470 ng_worklist_add(node_p node) ng_worklist_add() argument
3714 ng_send_fn(node_p node,hook_p hook,ng_item_fn * fn,void * arg1,int arg2) ng_send_fn() argument
3721 ng_send_fn1(node_p node,hook_p hook,ng_item_fn * fn,void * arg1,int arg2,int flags) ng_send_fn1() argument
3751 ng_send_fn2(node_p node,hook_p hook,item_p pitem,ng_item_fn2 * fn,void * arg1,int arg2,int flags) ng_send_fn2() argument
3803 ng_callout(struct callout * c,node_p node,hook_p hook,int ticks,ng_item_fn * fn,void * arg1,int arg2) ng_callout() argument
3834 ng_uncallout_internal(struct callout * c,node_p node) ng_uncallout_internal() argument
3854 ng_uncallout(struct callout * c,node_p node) ng_uncallout() argument
3874 ng_uncallout_drain(struct callout * c,node_p node) ng_uncallout_drain() argument
[all...]
H A Dng_gif.c171 const node_p node = IFP2NG(ifp); in ng_gif_input() local
187 const node_p node = IFP2NG(ifp); in ng_gif_input_orphan() local
205 ng_gif_input2(node_p node, struct mbuf **mp, int af) in ng_gif_input2()
227 node_p node; in ng_gif_attach() local
263 const node_p node = IFP2NG(ifp); in ng_gif_detach() local
336 ng_gif_constructor(node_p node) in ng_gif_constructor()
345 ng_gif_newhook(node_p node, hook_p hook, const char *name) in ng_gif_newhook()
391 ng_gif_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_rcvmsg()
438 const node_p node = NG_HOOK_NODE(hook); in ng_gif_rcvdata() local
454 ng_gif_rcv_lower(node_p node, struct mbuf *m) in ng_gif_rcv_lower()
[all …]
H A Dng_ether.c247 const node_p node = IFP2NG(ifp); in ng_ether_input() local
264 const node_p node = IFP2NG(ifp); in ng_ether_input_orphan() local
283 const node_p node = IFP2NG(ifp); in ng_ether_output() local
307 node_p node; in ng_ether_attach() local
355 const node_p node = IFP2NG(ifp); in ng_ether_detach() local
377 const node_p node = IFP2NG(ifp); in ng_ether_link_state() local
413 node_p node; in ng_ether_ifnet_arrival_event() local
444 ng_ether_constructor(node_p node) in ng_ether_constructor()
453 ng_ether_newhook(node_p node, hook_p hook, const char *name) in ng_ether_newhook()
493 ng_ether_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_ether_rcvmsg()
[all …]
/freebsd-src/contrib/ofed/libibverbs/
H A Dmemory.c177 static struct ibv_mem_node *__mm_prev(struct ibv_mem_node *node) in __mm_prev()
193 static struct ibv_mem_node *__mm_next(struct ibv_mem_node *node) in __mm_next()
209 static void __mm_rotate_right(struct ibv_mem_node *node) in __mm_rotate_right()
233 static void __mm_rotate_left(struct ibv_mem_node *node) in __mm_rotate_left()
285 static void __mm_add_rebalance(struct ibv_mem_node *node) in __mm_add_rebalance()
343 struct ibv_mem_node *node, *parent = NULL; in __mm_add() local
367 static void __mm_remove(struct ibv_mem_node *node) in __mm_remove()
499 struct ibv_mem_node *node = mm_root; in __mm_find_start() local
514 static struct ibv_mem_node *merge_ranges(struct ibv_mem_node *node, in merge_ranges()
524 static struct ibv_mem_node *split_range(struct ibv_mem_node *node, in split_range()
[all …]
/freebsd-src/contrib/ldns/
H A Dradix.c92 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 …]
H A Drbtree.c116 ldns_rbtree_rotate_left(ldns_rbtree_t *rbtree, ldns_rbnode_t *node) in ldns_rbtree_rotate_left()
143 ldns_rbtree_rotate_right(ldns_rbtree_t *rbtree, ldns_rbnode_t *node) in ldns_rbtree_rotate_right()
166 ldns_rbtree_insert_fixup(ldns_rbtree_t *rbtree, ldns_rbnode_t *node) in ldns_rbtree_insert_fixup()
248 ldns_rbnode_t *node = rbtree->root; in ldns_rbtree_insert() local
296 ldns_rbnode_t *node; in ldns_rbtree_search() local
517 ldns_rbnode_t *node; in ldns_rbtree_find_less_equal() local
550 ldns_rbnode_t *node = rbtree->root; in ldns_rbtree_first() local
561 ldns_rbnode_t *node = rbtree->root; in ldns_rbtree_last() local
574 ldns_rbtree_next(ldns_rbnode_t *node) in ldns_rbtree_next()
595 ldns_rbtree_previous(ldns_rbnode_t *node) in ldns_rbtree_previous()
[all …]
/freebsd-src/sys/gnu/gcov/
H A Dgcov_fs.c291 get_node_info(struct gcov_node *node) in get_node_info()
304 get_accumulated_info(struct gcov_node *node) in get_accumulated_info()
328 struct gcov_node *node = inode->i_private; in gcov_seq_open() local
390 struct gcov_node *node; in get_node_by_name() local
406 reset_node(struct gcov_node *node) in reset_node()
419 struct gcov_node *node; in gcov_stats_reset() local
444 struct gcov_node *node; in gcov_seq_write() local
538 add_links(struct gcov_node *node, struct dentry *parent) in add_links()
585 init_node(struct gcov_node *node, struct gcov_info *info, in init_node()
605 struct gcov_node *node; in new_node() local
[all …]
/freebsd-src/contrib/unbound/util/
H A Drbtree.c108 rbtree_rotate_left(rbtree_type *rbtree, rbnode_type *node) in rbtree_rotate_left()
135 rbtree_rotate_right(rbtree_type *rbtree, rbnode_type *node) in rbtree_rotate_right()
158 rbtree_insert_fixup(rbtree_type *rbtree, rbnode_type *node) in rbtree_insert_fixup()
234 rbnode_type *node = rbtree->root; in rbtree_insert() local
283 rbnode_type *node; in rbtree_search() local
515 rbnode_type *node; in rbtree_find_less_equal() local
551 rbnode_type *node; in rbtree_first() local
560 rbnode_type *node; in rbtree_last() local
571 rbtree_next (rbnode_type *node) in rbtree_next()
590 rbtree_previous(rbnode_type *node) in rbtree_previous()
[all …]
/freebsd-src/sys/dev/uart/
H A Duart_bus_fdt.c67 uart_fdt_get_clock(phandle_t node, pcell_t *cell) in uart_fdt_get_clock()
84 uart_fdt_get_shift(phandle_t node, pcell_t *cell) in uart_fdt_get_shift()
93 uart_fdt_get_io_width(phandle_t node, pcell_t *cell) in uart_fdt_get_io_width()
116 phandle_chosen_propdev(phandle_t chosen, const char *name, phandle_t *node) in phandle_chosen_propdev()
138 uart_fdt_find_compatible(phandle_t node, const struct ofw_compat_data *cd) in uart_fdt_find_compatible()
150 uart_fdt_find_by_node(phandle_t node, int class_list) in uart_fdt_find_by_node()
182 phandle_t node, chosen; in uart_cpu_fdt_probe() local
270 phandle_t node; in uart_fdt_probe() local
/freebsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c56 cd9660_susp_initialize(iso9660_disk *diskStructure, cd9660node *node, in cd9660_susp_initialize()
101 cd9660_susp_finalize(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_finalize()
137 cd9660_susp_finalize_node(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_finalize_node()
171 cd9660_rrip_finalize_node(cd9660node *node) in cd9660_rrip_finalize_node()
205 cd9660node *node, int space) in cd9660_susp_handle_continuation_common()
284 cd9660_susp_handle_continuation(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_handle_continuation()
297 cd9660_susp_initialize_node(iso9660_disk *diskStructure, cd9660node *node) in cd9660_susp_initialize_node()
326 cd9660_rrip_initialize_inode(cd9660node *node) in cd9660_rrip_initialize_inode()
372 cd9660_rrip_initialize_node(iso9660_disk *diskStructure, cd9660node *node, in cd9660_rrip_initialize_node()
504 cd9660_createSL(cd9660node *node) in cd9660_createSL()
[all …]
/freebsd-src/sys/fs/tmpfs/
H A Dtmpfs_subr.c225 struct tmpfs_node *node; in tmpfs_pager_freespace() local
250 struct tmpfs_node *node; tmpfs_page_inserted() local
269 struct tmpfs_node *node; tmpfs_page_removed() local
322 struct tmpfs_node *node; tmpfs_node_ctor() local
339 struct tmpfs_node *node; tmpfs_node_dtor() local
348 struct tmpfs_node *node; tmpfs_node_init() local
360 struct tmpfs_node *node; tmpfs_node_fini() local
544 tmpfs_ref_node(struct tmpfs_node * node) tmpfs_ref_node() argument
582 tmpfs_alloc_node(struct mount * mp,struct tmpfs_mount * tmp,__enum_uint8 (vtype)type,uid_t uid,gid_t gid,mode_t mode,struct tmpfs_node * parent,const char * target,dev_t rdev,struct tmpfs_node ** node) tmpfs_alloc_node() argument
731 tmpfs_free_node(struct tmpfs_mount * tmp,struct tmpfs_node * node) tmpfs_free_node() argument
745 tmpfs_free_node_locked(struct tmpfs_mount * tmp,struct tmpfs_node * node,bool detach) tmpfs_free_node_locked() argument
905 tmpfs_alloc_dirent(struct tmpfs_mount * tmp,struct tmpfs_node * node,const char * name,u_int len,struct tmpfs_dirent ** de) tmpfs_alloc_dirent() argument
937 struct tmpfs_node *node; tmpfs_free_dirent() local
988 tmpfs_alloc_vp(struct mount * mp,struct tmpfs_node * node,int lkflag,struct vnode ** vpp) tmpfs_alloc_vp() argument
1181 struct tmpfs_node *node; tmpfs_free_vp() local
1211 struct tmpfs_node *node; tmpfs_alloc_file() local
1316 tmpfs_dir_lookup_cookie(struct tmpfs_node * node,off_t cookie,struct tmpfs_dir_cursor * dc) tmpfs_dir_lookup_cookie() argument
1381 tmpfs_dir_lookup(struct tmpfs_node * node,struct tmpfs_node * f,struct componentname * cnp) tmpfs_dir_lookup() argument
1602 tmpfs_dir_getdotdent(struct tmpfs_mount * tm,struct tmpfs_node * node,struct uio * uio) tmpfs_dir_getdotdent() argument
1637 tmpfs_dir_getdotdotdent(struct tmpfs_mount * tm,struct tmpfs_node * node,struct uio * uio,off_t next) tmpfs_dir_getdotdotdent() argument
1682 tmpfs_dir_getdents(struct tmpfs_mount * tm,struct tmpfs_node * node,struct uio * uio,int maxcookies,uint64_t * cookies,int * ncookies) tmpfs_dir_getdents() argument
1865 struct tmpfs_node *node; tmpfs_reg_resize() local
1932 struct tmpfs_node *node; tmpfs_reg_punch_hole() local
2008 struct tmpfs_node *node; tmpfs_check_mtime() local
2041 struct tmpfs_node *node; tmpfs_chflags() local
2098 struct tmpfs_node *node; tmpfs_chmod() local
2159 struct tmpfs_node *node; tmpfs_chown() local
2233 struct tmpfs_node *node; tmpfs_chsize() local
2296 struct tmpfs_node *node; tmpfs_chtimes() local
2329 tmpfs_set_status(struct tmpfs_mount * tm,struct tmpfs_node * node,int status) tmpfs_set_status() argument
2340 tmpfs_set_accessed(struct tmpfs_mount * tm,struct tmpfs_node * node) tmpfs_set_accessed() argument
2352 struct tmpfs_node *node; tmpfs_itimes() local
2387 struct tmpfs_node *node; tmpfs_truncate() local
[all...]
/freebsd-src/contrib/ofed/libibnetdisc/
H A Dchassis.c63 char *ibnd_get_chassis_type(ibnd_node_t * node) in ibnd_get_chassis_type()
99 char *ibnd_get_chassis_slot_str(ibnd_node_t * node, char *str, size_t size) in ibnd_get_chassis_slot_str()
193 static uint64_t xsigo_chassisguid(ibnd_node_t * node) in xsigo_chassisguid()
225 static uint64_t get_chassisguid(ibnd_node_t * node) in get_chassisguid()
240 ibnd_node_t * node) in find_chassisguid()
604 static int fill_mellanox_chassis_record(ibnd_node_t * node) in fill_mellanox_chassis_record()
735 static int insert_mellanox_line_and_spine(ibnd_node_t * node, ibnd_chassis_t * chassis) in insert_mellanox_line_and_spine()
767 static int fill_voltaire_chassis_record(ibnd_node_t * node) in fill_voltaire_chassis_record()
844 static int get_line_index(ibnd_node_t * node) in get_line_index()
861 static int get_spine_index(ibnd_node_t * node) in get_spine_index()
[all …]
/freebsd-src/usr.sbin/ofwdump/
H A Dofw_util.c82 ofw_peer(int fd, phandle_t node) in ofw_peer()
92 ofw_child(int fd, phandle_t node) in ofw_child()
122 ofw_firstprop(int fd, phandle_t node, char *buf, int buflen) in ofw_firstprop()
129 ofw_nextprop(int fd, phandle_t node, const char *prev, char *buf, int buflen) in ofw_nextprop()
158 ofw_getprop(int fd, phandle_t node, const char *name, void *buf, int buflen) in ofw_getprop()
172 ofw_setprop(int fd, phandle_t node, const char *name, const void *buf, in ofw_setprop()
189 ofw_getproplen(int fd, phandle_t node, const char *name) in ofw_getproplen()
201 ofw_getprop_alloc(int fd, phandle_t node, const char *name, void **buf, in ofw_getprop_alloc()
/freebsd-src/sys/dev/nvmem/
H A Dnvmem.c40 nvmem_get_cell_node(phandle_t node, int idx, phandle_t *cell) in nvmem_get_cell_node()
70 nvmem_get_cell_len(phandle_t node, const char *name) in nvmem_get_cell_len()
95 nvmem_read_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen) in nvmem_read_cell_by_idx()
133 nvmem_read_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen) in nvmem_read_cell_by_name()
145 nvmem_write_cell_by_idx(phandle_t node, int idx, void *cell, size_t buflen) in nvmem_write_cell_by_idx()
187 nvmem_write_cell_by_name(phandle_t node, const char *name, void *cell, size_t buflen) in nvmem_write_cell_by_name()
/freebsd-src/contrib/wpa/hs20/client/
H A Dosu_client.c78 xml_node_t *node) in debug_dump_node() argument
139 xml_node_t *node; in osu_get_certificate() local
398 xml_node_t *pps, *node; cmd_dl_osu_ca() local
425 xml_node_t *pps, *node; cmd_dl_polupd_ca() local
452 xml_node_t *pps, *node, *aaa; cmd_dl_aaa_ca() local
743 xml_node_t *node; get_user_pw() local
819 xml_node_t *node; set_pps_cred_policy_prp() local
887 xml_node_t *node; set_pps_cred_policy_min_backhaul() local
957 set_pps_cred_policy_min_backhaul_list(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_policy_min_backhaul_list() argument
971 set_pps_cred_policy_update(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_policy_update() argument
981 xml_node_t *node; set_pps_cred_policy_required_proto_port() local
1029 set_pps_cred_policy_required_proto_ports(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_policy_required_proto_ports() argument
1043 set_pps_cred_policy_max_bss_load(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_policy_max_bss_load() argument
1056 set_pps_cred_policy(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_policy() argument
1085 set_pps_cred_priority(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_priority() argument
1098 set_pps_cred_aaa_server_trust_root(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_aaa_server_trust_root() argument
1105 set_pps_cred_sub_update(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_sub_update() argument
1113 set_pps_cred_home_sp_network_id(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_network_id() argument
1144 set_pps_cred_home_sp_network_ids(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_network_ids() argument
1158 set_pps_cred_home_sp_friendly_name(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_friendly_name() argument
1170 set_pps_cred_home_sp_icon_url(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_icon_url() argument
1182 set_pps_cred_home_sp_fqdn(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_fqdn() argument
1197 set_pps_cred_home_sp_oi(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_oi() argument
1247 set_pps_cred_home_sp_oi_list(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_oi_list() argument
1261 set_pps_cred_home_sp_other_partner(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_other_partner() argument
1293 set_pps_cred_home_sp_other_partners(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_other_partners() argument
1307 set_pps_cred_home_sp_roaming_consortium_oi(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp_roaming_consortium_oi() argument
1321 set_pps_cred_home_sp(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_home_sp() argument
1353 set_pps_cred_sub_params(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_sub_params() argument
1361 set_pps_cred_creation_date(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_creation_date() argument
1373 set_pps_cred_expiration_date(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_expiration_date() argument
1385 set_pps_cred_username(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_username() argument
1399 set_pps_cred_password(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_password() argument
1430 set_pps_cred_machine_managed(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_machine_managed() argument
1443 set_pps_cred_soft_token_app(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_soft_token_app() argument
1456 set_pps_cred_able_to_share(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_able_to_share() argument
1469 set_pps_cred_eap_method_eap_type(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_eap_method_eap_type() argument
1506 set_pps_cred_eap_method_inner_method(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_eap_method_inner_method() argument
1536 set_pps_cred_eap_method(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_eap_method() argument
1558 set_pps_cred_username_password(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_username_password() argument
1588 set_pps_cred_digital_cert(struct hs20_osu_client * ctx,int id,xml_node_t * node,const char * fqdn) set_pps_cred_digital_cert() argument
1626 set_pps_cred_realm(struct hs20_osu_client * ctx,int id,xml_node_t * node,const char * fqdn,int sim) set_pps_cred_realm() argument
1657 set_pps_cred_check_aaa_cert_status(struct hs20_osu_client * ctx,int id,xml_node_t * node) set_pps_cred_check_aaa_cert_status() argument
1675 xml_node_t *node; set_pps_cred_sim() local
1763 set_pps_cred_credential(struct hs20_osu_client * ctx,int id,xml_node_t * node,const char * fqdn) set_pps_cred_credential() argument
1918 xml_node_t *pps, *node; cmd_get_fqdn() local
1951 xml_node_t *mo, *node; cmd_to_tnds() local
2555 xml_node_t *pps, *node; cmd_sub_rem() local
2714 xml_node_t *node; cmd_pol_upd() local
[all...]

12345678910>>...37