Home
last modified time | relevance | path

Searched defs:node (Results 26 – 50 of 903) sorted by relevance

12345678910>>...37

/freebsd/sys/netgraph/
H A Dng_ppp.c488 ng_ppp_constructor(node_p node) in ng_ppp_constructor()
733 ng_ppp_shutdown(node_p node) in ng_ppp_shutdown()
757 const node_p node = NG_HOOK_NODE(hook); in ng_ppp_disconnect() local
786 const node_p node = NG_HOOK_NODE(hook); in ng_ppp_rcvdata_inet() local
1671 ng_ppp_check_packet(node_p node) in ng_ppp_check_packet()
1742 ng_ppp_frag_trim(node_p node) in ng_ppp_frag_trim()
1791 ng_ppp_frag_drop(node_p node) in ng_ppp_frag_drop()
1885 ng_ppp_frag_checkstale(node_p node) in ng_ppp_frag_checkstale()
2606 ng_ppp_frag_reset(node_p node) in ng_ppp_frag_reset()
2623 ng_ppp_start_frag_timer(node_p node) in ng_ppp_start_frag_timer()
[all …]
H A Dng_deflate.c170 ng_deflate_constructor(node_p node) in ng_deflate_constructor()
190 ng_deflate_newhook(node_p node, hook_p hook, const char *name) in ng_deflate_newhook()
211 ng_deflate_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_deflate_rcvmsg()
323 const node_p node = NG_HOOK_NODE(hook); in ng_deflate_rcvdata() local
368 ng_deflate_shutdown(node_p node) in ng_deflate_shutdown()
392 const node_p node = NG_HOOK_NODE(hook); in ng_deflate_disconnect() local
418 ng_deflate_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_compress()
524 ng_deflate_decompress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_deflate_decompress()
705 ng_deflate_reset_req(node_p node) in ng_deflate_reset_req()
H A Dng_pred1.c186 ng_pred1_constructor(node_p node) in ng_pred1_constructor()
206 ng_pred1_newhook(node_p node, hook_p hook, const char *name) in ng_pred1_newhook()
227 ng_pred1_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_pred1_rcvmsg()
299 const node_p node = NG_HOOK_NODE(hook); in ng_pred1_rcvdata() local
345 ng_pred1_shutdown(node_p node) in ng_pred1_shutdown()
361 const node_p node = NG_HOOK_NODE(hook); in ng_pred1_disconnect() local
380 ng_pred1_compress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_pred1_compress()
463 ng_pred1_decompress(node_p node, struct mbuf *m, struct mbuf **resultp) in ng_pred1_decompress()
569 Pred1Init(node_p node) in Pred1Init()
582 Pred1Compress(node_p node, u_char *source, u_char *dest, int len) in Pred1Compress()
[all …]
H A Dnetgraph.h407 #define _NG_NODE_ID(node) ((node)->nd_ID + 0) argument
409 #define _NG_NODE_UNREF(node) ng_unref_node(node) argument
415 #define _NG_NODE_FORCE_WRITER(node) \ argument
417 #define _NG_NODE_HI_STACK(node) \ argument
419 #define _NG_NODE_REALLY_DIE(node) \ argument
421 #define _NG_NODE_REVIVE(node) \ argument
460 _chknode(node_p node, char *file, int line) in _chknode()
485 _ng_node_id(node_p node, char *file, int line) in _ng_node_id()
492 _ng_node_ref(node_p node, char *file, int line) in _ng_node_ref()
597 #define NG_NODE_ID(node) _NG_NODE_ID(node) argument
[all …]
H A Dng_UI.c98 ng_UI_constructor(node_p node) in ng_UI_constructor()
112 ng_UI_newhook(node_p node, hook_p hook, const char *name) in ng_UI_newhook()
133 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_UI_rcvmsg()
167 const node_p node = NG_HOOK_NODE(hook); in ng_UI_rcvdata() local
207 ng_UI_shutdown(node_p node) in ng_UI_shutdown()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h70 static bool classof(const Node *node) { return node->GetKind() == BinaryOp; } in classof()
83 static bool classof(const Node *node) { in classof()
95 static bool classof(const Node *node) { return node->GetKind() == Integer; } in classof()
111 static bool classof(const Node *node) { return node->GetKind() == Register; } in classof()
125 static bool classof(const Node *node) { return node->GetKind() == Symbol; } in classof()
146 static bool classof(const Node *node) { return node->GetKind() == UnaryOp; } in classof()
176 ResultT Dispatch(Node *&node) { in Dispatch()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c202 db_node_t *node = NULL; in perfmgr_db_update_name() local
270 db_node_t *node = NULL; in perfmgr_db_mark_active() local
358 db_node_t *node = NULL; in perfmgr_db_add_err_reading() local
438 db_node_t *node = NULL; in perfmgr_db_get_prev_err() local
457 db_node_t *node = NULL; in perfmgr_db_clear_prev_err() local
509 db_node_t *node = NULL; in perfmgr_db_add_dc_reading() local
573 db_node_t *node = NULL; in perfmgr_db_get_prev_dc() local
592 db_node_t *node = NULL; in perfmgr_db_clear_prev_dc() local
954 db_node_t *node; in perfmgr_db_print_all() local
974 db_node_t *node; in perfmgr_db_print_by_name() local
[all …]
/freebsd/sys/dev/ofw/
H A Dofw_bus_subr.c53 ofw_bus_gen_setup_devinfo(struct ofw_bus_devinfo *obd, phandle_t node) in ofw_bus_gen_setup_devinfo()
202 ofw_bus_node_status_okay(phandle_t node) in ofw_bus_node_status_okay()
246 ofw_bus_node_is_compatible(phandle_t node, const char *compatstr) in ofw_bus_node_is_compatible()
267 phandle_t node; in ofw_bus_is_compatible() local
319 phandle_t node; in ofw_bus_has_prop() local
621 ofw_bus_find_iparent(phandle_t node) in ofw_bus_find_iparent()
638 ofw_bus_intr_to_rl(device_t dev, phandle_t node, in ofw_bus_intr_to_rl()
704 ofw_bus_intr_by_rid(device_t dev, phandle_t node, int wanted_rid, in ofw_bus_intr_by_rid()
797 ofw_bus_find_compatible(phandle_t node, const char *onecompat) in ofw_bus_find_compatible()
826 ofw_bus_find_child_device_by_phandle(device_t bus, phandle_t node) in ofw_bus_find_child_device_by_phandle()
[all …]
/freebsd/contrib/ofed/librdmacm/examples/
H A Dudaddy.c80 static int create_message(struct cmatest_node *node) in create_message()
106 static int verify_test_params(struct cmatest_node *node) in verify_test_params()
125 static int init_node(struct cmatest_node *node) in init_node()
170 static int post_recvs(struct cmatest_node *node) in post_recvs()
198 static int post_sends(struct cmatest_node *node, int signal_flag) in post_sends()
236 static int addr_handler(struct cmatest_node *node) in addr_handler()
255 static int route_handler(struct cmatest_node *node) in route_handler()
288 struct cmatest_node *node; in connect_handler() local
333 static int resolved_handler(struct cmatest_node *node, in resolved_handler()
388 static void destroy_node(struct cmatest_node *node) in destroy_node()
[all …]
/freebsd/contrib/libucl/src/
H A Dtree.h76 #define TREE_DEFINE(node, field) \ argument
195 #define TREE_INSERT(head, node, field, elm) \ argument
198 #define TREE_FIND(head, node, field, elm) \ argument
201 #define TREE_REMOVE(head, node, field, elm) \ argument
207 #define TREE_FORWARD_APPLY(head, node, field, function, data) \ argument
210 #define TREE_REVERSE_APPLY(head, node, field, function, data) \ argument
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp95 XMLNode::XMLNode(XMLNodeImpl node) : m_node(node) {} in XMLNode()
214 for (xmlNodePtr node = m_node; node; node = node->next) { in ForEachSiblingNode() local
227 for (xmlNodePtr node = m_node; node; node = node->next) { in ForEachSiblingElement() local
245 for (xmlNodePtr node = m_node; node; node = node->next) { in ForEachSiblingElementWithName() local
285 for (xmlNodePtr node = m_node->children; node != nullptr; in GetElementText() local
333 name, [&result_node](const XMLNode &node) -> bool { in FindFirstChildElementWithName()
360 XMLNode node = FindFirstChildElementWithName(path[0].c_str()); in GetElementForPath() local
435 bool ApplePropertyList::ExtractStringFromValueNode(const XMLNode &node, in ExtractStringFromValueNode()
456 static StructuredData::ObjectSP CreatePlistValue(XMLNode node) { in CreatePlistValue()
461 node.ForEachChildElement([&array_sp](const XMLNode &node) -> bool { in CreatePlistValue()
[all …]
/freebsd/contrib/ntp/include/
H A Dntp_prio_q.h21 typedef struct node { struct
23 struct node *next; argument
25 } nodeu; argument
26 } node; typedef
/freebsd/sys/dev/pwm/
H A Dofw_pwm.c40 pwm_get_by_ofw_propidx(device_t consumer, phandle_t node, in pwm_get_by_ofw_propidx()
71 pwm_get_by_ofw_idx(device_t consumer, phandle_t node, int idx, in pwm_get_by_ofw_idx()
79 pwm_get_by_ofw_property(device_t consumer, phandle_t node, in pwm_get_by_ofw_property()
87 pwm_get_by_ofw_name(device_t consumer, phandle_t node, const char *name, in pwm_get_by_ofw_name()
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c61 ibnd_node_t *node; member
74 ibnd_node_t *node = cb_data; in recv_switch_info() local
82 ibnd_node_t * node) in query_switch_info()
151 ibnd_node_t *node = cb_data; in recv_node_desc() local
157 ibnd_node_t * node) in query_node_desc()
229 ibnd_node_t *node = cb_data; in mlnx_ext_port_info_err() local
276 ibnd_node_t *node = cb_data; in recv_mlnx_ext_port_info() local
335 ibnd_node_t *node = cb_data; in recv_port_info() local
535 ibnd_node_t *node; in recv_node_info() local
617 ibnd_node_t *node; in ibnd_find_node_guid() local
[all …]
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c296 struct tmpfs_node *node; in tmpfs_open() local
347 struct tmpfs_node *node; in tmpfs_fo_close() local
365 struct tmpfs_node *node; in tmpfs_fplookup_vexec() local
448 struct tmpfs_node *node; in tmpfs_stat() local
502 struct tmpfs_node *node; in tmpfs_getattr() local
603 struct tmpfs_node *node; in tmpfs_read() local
620 struct tmpfs_node *node; in tmpfs_read_pgcache() local
664 struct tmpfs_node *node; in tmpfs_write() local
746 struct tmpfs_node *node; in tmpfs_remove() local
794 struct tmpfs_node *node; in tmpfs_link() local
[all …]
/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c132 avl_node_t *node = AVL_DATA2NODE(oldnode, off); in avl_walk() local
178 avl_node_t *node; in avl_first() local
197 avl_node_t *node; in avl_last() local
222 avl_node_t *node = AVL_INDEX2NODE(where); in avl_nearest() local
250 avl_node_t *node; in avl_find() local
295 avl_rotation(avl_tree_t *tree, avl_node_t *node, int balance) in avl_rotation()
472 avl_node_t *node; in avl_insert() local
565 avl_node_t *node; in avl_insert_here() local
657 avl_node_t *node; in avl_remove() local
945 avl_node_t *node; in avl_destroy_nodes() local
/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_tree.c31 X509_POLICY_LEVEL *lev, X509_POLICY_NODE *node, in expected_print()
73 X509_POLICY_NODE *node = in tree_print() local
266 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(last->nodes, i); in tree_link_matching_nodes() local
312 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_add_unmatched()
340 X509_POLICY_NODE *node, X509_POLICY_TREE *tree) in tree_link_unmatched()
379 X509_POLICY_NODE *node; in tree_link_any() local
409 X509_POLICY_NODE *node; in tree_prune() local
485 X509_POLICY_NODE *node, *anyptr; in tree_calculate_authority_set() local
535 X509_POLICY_NODE *node; in tree_calculate_user_set() local
623 static void exnode_free(X509_POLICY_NODE *node) in exnode_free()
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
130 void ossl_policy_node_free(X509_POLICY_NODE *node) in ossl_policy_node_free()
141 const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) in ossl_policy_node_match()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c71 vt_efb_initialize(struct fb_info *info, phandle_t node) in vt_efb_initialize()
133 phandle_t chosen, node; in vt_efb_get_fbnode() local
156 phandle_t node; in vt_efb_probe() local
177 phandle_t node; in vt_efb_init() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c37 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) argument
40 #define list_insert_after_node(list, node, object) { \ argument
48 #define list_insert_before_node(list, node, object) { \ argument
56 #define list_remove_node(node) \ argument
77 list_node_t *node = &list->list_head; in list_destroy() local
170 list_node_t *node = list_d2l(list, object); in list_next() local
181 list_node_t *node = list_d2l(list, object); in list_prev() local
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dlist.c37 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) argument
40 #define list_insert_after_node(list, node, object) { \ argument
48 #define list_insert_before_node(list, node, object) { \ argument
56 #define list_remove_node(node) \ argument
77 list_node_t *node = &list->list_head; in list_destroy() local
170 list_node_t *node = list_d2l(list, object); in list_next() local
181 list_node_t *node = list_d2l(list, object); in list_prev() local
/freebsd/sys/dev/drm2/
H A Ddrm_mm.c79 struct drm_mm_node *node; in drm_mm_pre_get() local
115 struct drm_mm_node *node, in drm_mm_insert_helper()
165 struct drm_mm_node *node; in drm_mm_get_block_generic() local
182 int drm_mm_insert_node_generic(struct drm_mm *mm, struct drm_mm_node *node, in drm_mm_insert_node_generic()
198 int drm_mm_insert_node(struct drm_mm *mm, struct drm_mm_node *node, in drm_mm_insert_node()
206 struct drm_mm_node *node, in drm_mm_insert_helper_range()
265 struct drm_mm_node *node; in drm_mm_get_block_range_generic() local
313 void drm_mm_remove_node(struct drm_mm_node *node) in drm_mm_remove_node()
348 void drm_mm_put_block(struct drm_mm_node *node) in drm_mm_put_block()
547 int drm_mm_scan_add_block(struct drm_mm_node *node) in drm_mm_scan_add_block()
[all …]
/freebsd/sys/arm64/acpica/
H A Dacpi_iort.c117 iort_entry_get_id_mapping_index(struct iort_node *node) in iort_entry_get_id_mapping_index()
154 iort_entry_lookup(struct iort_node *node, u_int id, u_int *outid) in iort_entry_lookup()
205 struct iort_node *node, *out_node; in iort_pci_rc_map() local
230 struct iort_node *node, *out_node; in iort_named_comp_map() local
327 struct iort_node *node; in iort_add_nodes() local
386 struct iort_node *node, *np; in iort_resolve_node() local
420 struct iort_node *node; in iort_post_process_mappings() local
618 struct iort_node *node; in acpi_iort_map_pci_msi() local
636 struct iort_node *node; in acpi_iort_map_pci_smmuv3() local
659 struct iort_node *node; in acpi_iort_map_named_msi() local
[all …]
/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/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

12345678910>>...37