Home
last modified time | relevance | path

Searched defs:node (Results 51 – 75 of 916) sorted by relevance

12345678910>>...37

/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_node.c47 X509_POLICY_NODE *node; in ossl_policy_level_find_node() local
65 X509_POLICY_NODE *node; in ossl_policy_level_add_node() local
128 void ossl_policy_node_free(X509_POLICY_NODE *node) in ossl_policy_node_free()
139 const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) in ossl_policy_node_match()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h182 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; } in getData()
184 bool nodeBelongsToCurrentEpoch(uptr node) { in nodeBelongsToCurrentEpoch()
188 void removeNode(uptr node) { in removeNode()
208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext()
325 void onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) { in onUnlock()
342 bool isHeld(DeadlockDetectorTLS<BV> *dtls, uptr node) const { in isHeld()
365 void check_node(uptr node) const { in check_node()
375 uptr nodeToIndexUnchecked(uptr node) const { return node % size(); } in nodeToIndexUnchecked()
377 uptr nodeToIndex(uptr node) const { in nodeToIndex()
382 uptr nodeToEpoch(uptr node) const { return node / size() * size(); } in nodeToEpoch()
/freebsd/contrib/unbound/edns-subnet/
H A Daddrtree.c55 edge_create(struct addrnode *node, const addrkey_t *addr, in edge_create()
93 struct addrnode* node = (struct addrnode *)malloc( sizeof (*node) ); in node_create() local
154 clean_node(struct addrtree *tree, struct addrnode *node) in clean_node()
165 lru_pop(struct addrtree *tree, struct addrnode *node) in lru_pop()
186 lru_push(struct addrtree *tree, struct addrnode *node) in lru_push()
201 lru_update(struct addrtree *tree, struct addrnode *node) in lru_update()
215 purge_node(struct addrtree *tree, struct addrnode *node) in purge_node()
365 struct addrnode *newnode, *node; in addrtree_insert() local
481 struct addrnode *node = tree->root; in addrtree_find() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c69 struct radix_tree_node *node; in radix_tree_lookup() local
91 struct radix_tree_node *node; in radix_tree_iter_find() local
130 struct radix_tree_node *node; in radix_tree_delete() local
183 struct radix_tree_node *node; in radix_tree_insert() local
281 struct radix_tree_node *node; in radix_tree_store() local
/freebsd/sys/netgraph/
H A Dng_split.c70 node_p node; /* Our netgraph node */ member
82 ng_split_constructor(node_p node) in ng_split_constructor()
101 ng_split_newhook(node_p node, hook_p hook, const char *name) in ng_split_newhook()
149 ng_split_shutdown(node_p node) in ng_split_shutdown()
H A Dng_gif_demux.c118 node_p node; /* Our netgraph node */ member
231 ng_gif_demux_constructor(node_p node) in ng_gif_demux_constructor()
249 ng_gif_demux_newhook(node_p node, hook_p hook, const char *name) in ng_gif_demux_newhook()
273 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_demux_rcvmsg()
306 const node_p node = NG_HOOK_NODE(hook); in ng_gif_demux_rcvdata() local
367 ng_gif_demux_shutdown(node_p node) in ng_gif_demux_shutdown()
H A Dng_hub.c83 ng_hub_constructor(node_p node) in ng_hub_constructor()
98 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hub_rcvmsg()
119 const node_p node = NG_HOOK_NODE(hook); in ng_hub_rcvdata() local
152 ng_hub_shutdown(node_p node) in ng_hub_shutdown()
H A Dng_ipfw.c146 ng_ipfw_constructor(node_p node) in ng_ipfw_constructor()
152 ng_ipfw_newhook(node_p node, hook_p hook, const char *name) in ng_ipfw_newhook()
199 ng_ipfw_findhook(node_p node, const char *name) in ng_ipfw_findhook()
212 ng_ipfw_findhook1(node_p node, uint32_t cookie) in ng_ipfw_findhook1()
335 ng_ipfw_shutdown(node_p node) in ng_ipfw_shutdown()
/freebsd/tools/regression/geom/ConfCmp/
H A DConfCmp.c51 struct node { struct
54 struct node *parent; argument
63 struct node *top; argument
/freebsd/tests/sys/sys/
H A Darb_test.c37 struct node { struct
42 static ARB32_HEAD(tree, node) *root; in ARB32_HEAD() argument
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c112 ng_l2cap_constructor(node_p node) in ng_l2cap_constructor()
137 ng_l2cap_shutdown(node_p node) in ng_l2cap_shutdown()
165 ng_l2cap_newhook(node_p node, hook_p hook, char const *name) in ng_l2cap_newhook()
256 ng_l2cap_lower_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_lower_rcvmsg()
378 ng_l2cap_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_upper_rcvmsg()
473 ng_l2cap_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_default_rcvmsg()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c144 static inline const char *ports_nt_str_compat(ibnd_node_t * node) in ports_nt_str_compat()
157 char *node_name(ibnd_node_t * node) in node_name()
180 void list_node(ibnd_node_t * node, void *user_data) in list_node()
220 void out_ids(ibnd_node_t * node, int group, char *chname, char *out_prefix) in out_ids()
258 void out_switch_detail(ibnd_node_t * node, char *sw_prefix) in out_switch_detail()
272 void out_switch(ibnd_node_t * node, int group, char *chname, char *id_prefix, in out_switch()
298 void out_ca_detail(ibnd_node_t * node, char *ca_prefix) in out_ca_detail()
319 void out_ca(ibnd_node_t * node, int group, char *chname, char *id_prefix, in out_ca()
492 static void switch_iter_func(ibnd_node_t * node, void *iter_user_data) in switch_iter_func()
513 static void ca_iter_func(ibnd_node_t * node, void *iter_user_data) in ca_iter_func()
[all …]
/freebsd/sys/dev/dpaa/
H A Dbman_fdt.c109 get_addr_props(phandle_t node, uint32_t *addrp, uint32_t *sizep) in get_addr_props()
121 phandle_t node; in bman_portals_fdt_probe() local
142 phandle_t node; in bman_portal_find_cpu() local
163 phandle_t node, child, cpu_node; in bman_portals_fdt_attach() local
H A Dqman_fdt.c109 get_addr_props(phandle_t node, uint32_t *addrp, uint32_t *sizep) in get_addr_props()
121 phandle_t node; in qman_portals_fdt_probe() local
142 phandle_t node; in qman_portal_find_cpu() local
162 phandle_t node, child, cpu_node; in qman_portals_fdt_attach() local
/freebsd/contrib/sendmail/contrib/
H A Dbitdomain.c88 char buf[1024], *node, *hostname, *p; local
136 entry(node, domain, domainlen) in entry() argument
329 char *node; member
337 char *lookup(node) in lookup() argument
355 remember(node, domain) in remember() argument
/freebsd/sys/dev/ocs_fc/
H A Docs_unsol.c273 ocs_process_node_pending(ocs_node_t *node) in ocs_process_node_pending()
426 ocs_node_purge_pending(ocs_node_t *node) in ocs_node_purge_pending()
471 ocs_node_t *node = (ocs_node_t *)arg; in ocs_node_frames_held() local
579 ocs_node_t *node = NULL; in ocs_domain_dispatch_frame() local
671 ocs_node_t *node = (ocs_node_t *)arg; in ocs_node_dispatch_frame() local
756 ocs_dispatch_unsolicited_tmf(ocs_io_t *io, uint8_t task_management_flags, ocs_node_t *node, uint64_… in ocs_dispatch_unsolicited_tmf()
880 ocs_dispatch_fcp_cmd(ocs_node_t *node, ocs_hw_sequence_t *seq) in ocs_dispatch_fcp_cmd()
978 ocs_dispatch_fcp_cmd_auto_xfer_rdy(ocs_node_t *node, ocs_hw_sequence_t *seq) in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
1069 ocs_dispatch_fcp_data(ocs_node_t *node, ocs_hw_sequence_t *seq) in ocs_dispatch_fcp_data()
1227 ocs_sframe_common_send(ocs_node_t *node, ocs_hw_sequence_t *seq, uint8_t r_ctl, uint8_t info, uint3… in ocs_sframe_common_send()
[all …]
/freebsd/sys/dev/neta/
H A Dif_mvneta_fdt.c149 phandle_t node, child, phy_handle; in mvneta_fdt_phy_acquire() local
234 phandle_t node; in mvneta_fdt_mac_address() local
260 mvneta_find_ethernet_prop_switch(phandle_t ethernet, phandle_t node) in mvneta_find_ethernet_prop_switch()
288 phandle_t node; in mvneta_has_switch_fdt() local
/freebsd/sys/arm64/coresight/
H A Dcoresight_fdt.c50 phandle_t node, child; in coresight_fdt_get_ports() local
108 coresight_fdt_get_cpu(phandle_t node, in coresight_fdt_get_cpu()
131 phandle_t node; in coresight_fdt_get_platform_data() local
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h86 list_next(const struct list_head *node) in list_next()
92 list_prev(const struct list_head *node) in list_prev()
115 __list_add_between(struct list_head *prev, struct list_head *node, in __list_add_between()
125 list_add(struct list_head *node, struct list_head *head) in list_add()
131 list_add_tail(struct list_head *node, struct list_head *head) in list_add_tail()
172 list_move(struct list_head *node, struct list_head *head) in list_move()
179 list_move_tail(struct list_head *node, struct list_head *head) in list_move_tail()
195 list_del_init(struct list_head *node) in list_del_init()
/freebsd/sys/arm64/arm64/
H A Dcmn600.c266 cmn600_dump_node(struct cmn600_node *node, int lvl) in cmn600_dump_node()
287 cmn600_dump_node_recursive(struct cmn600_node *node, int lvl) in cmn600_dump_node_recursive()
329 struct cmn600_node *node; in cmn600_create_node() local
421 cmn600_destroy_node(struct cmn600_node *node) in cmn600_destroy_node()
436 struct cmn600_node **node) in cmn600_find_node()
484 struct cmn600_node *node; in pmu_cmn600_alloc_localpmc() local
518 struct cmn600_node *node; in pmu_cmn600_free_localpmc() local
544 struct cmn600_node *node; in pmu_cmn600_rd4() local
558 struct cmn600_node *node; in pmu_cmn600_wr4() local
573 struct cmn600_node *node; in pmu_cmn600_rd8() local
[all …]
/freebsd/contrib/jemalloc/src/
H A Drtree.c38 rtree_node_dalloc_impl(tsdn_t * tsdn,rtree_t * rtree,rtree_node_elm_t * node) rtree_node_dalloc_impl() argument
68 rtree_node_elm_t *node = rtree_delete_subtree() local
109 rtree_node_elm_t *node = atomic_load_p(elmp, ATOMIC_RELAXED); rtree_node_init() local
155 rtree_node_valid(rtree_node_elm_t * node) rtree_node_valid() argument
166 rtree_node_elm_t *node; rtree_child_node_tryread() local
183 rtree_node_elm_t *node; rtree_child_node_read() local
225 rtree_node_elm_t *node; rtree_leaf_elm_lookup_hard() local
[all...]
/freebsd/sys/fs/udf/
H A Dudf_vnops.c136 udf_permtomode(struct udf_node *node) in udf_permtomode()
159 struct udf_node *node; in udf_access() local
291 struct udf_node *node; in udf_getattr() local
421 struct udf_node *node = VTON(vp); in udf_print() local
436 is_data_in_fentry(const struct udf_node *node) in is_data_in_fentry()
448 struct udf_node *node = VTON(vp); in udf_read() local
642 udf_opendir(struct udf_node *node, int offset, int fsize, struct udf_mnt *udfmp) in udf_opendir()
791 struct udf_node *node; in udf_readdir() local
920 struct udf_node *node; in udf_readlink() local
1038 struct udf_node *node; in udf_strategy() local
[all …]
/freebsd/sys/dev/mmc/
H A Dmmc_fdt_helpers.c48 mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_helper *helper, in mmc_fdt_parse()
140 cd_setup(struct mmc_helper *helper, phandle_t node) in cd_setup()
242 wp_setup(struct mmc_helper *helper, phandle_t node) in wp_setup()
264 mmc_fdt_gpio_setup(device_t dev, phandle_t node, struct mmc_helper *helper, in mmc_fdt_gpio_setup()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbtree.c93 zfs_btree_core_t *node = (zfs_btree_core_t *)hdr; in zfs_btree_poison_node() local
122 zfs_btree_core_t *node = (zfs_btree_core_t *)hdr; in zfs_btree_poison_node_at() local
146 zfs_btree_core_t *node = (zfs_btree_core_t *)hdr; in zfs_btree_verify_poison_at() local
328 zfs_btree_core_t *node = NULL; in zfs_btree_find() local
430 bt_shift_core(zfs_btree_t *tree, zfs_btree_core_t *node, uint32_t idx, in bt_shift_core()
457 bt_shift_core_left(zfs_btree_t *tree, zfs_btree_core_t *node, uint32_t idx, in bt_shift_core_left()
468 bt_shift_core_right(zfs_btree_t *tree, zfs_btree_core_t *node, uint32_t idx, in bt_shift_core_right()
480 bt_shift_leaf(zfs_btree_t *tree, zfs_btree_leaf_t *node, uint32_t idx, in bt_shift_leaf()
597 zfs_btree_hdr_t *node; in zfs_btree_first_helper() local
1145 zfs_btree_core_t *node = (zfs_btree_core_t *)where->bti_node; in zfs_btree_add_idx() local
[all …]
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcmatose.c84 static int create_message(struct cmatest_node *node) in create_message()
109 static int init_node(struct cmatest_node *node) in init_node()
155 static int post_recvs(struct cmatest_node *node) in post_recvs()
183 static int post_sends(struct cmatest_node *node) in post_sends()
216 static int addr_handler(struct cmatest_node *node) in addr_handler()
235 static int route_handler(struct cmatest_node *node) in route_handler()
267 struct cmatest_node *node; in connect_handler() local
345 static void destroy_node(struct cmatest_node *node) in destroy_node()

12345678910>>...37