Home
last modified time | relevance | path

Searched defs:node (Results 76 – 100 of 474) sorted by relevance

12345678910>>...19

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c125 ng_hci_constructor(node_p node) in ng_hci_constructor()
174 ng_hci_shutdown(node_p node) in ng_hci_shutdown()
199 ng_hci_newhook(node_p node, hook_p hook, char const *name) in ng_hci_newhook()
292 ng_hci_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_default_rcvmsg()
663 ng_hci_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_upper_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c655 ng_h4_constructor(node_p node)
665 ng_h4_newhook(node_p node, hook_p hook, const char *name)
747 ng_h4_shutdown(node_p node)
837 ng_h4_rcvmsg(node_p node, item_p item, hook_p lasthook)
974 ng_h4_process_timeout(node_p node, hook_p hook, void *arg1, int arg2)
/f-stack/freebsd/arm64/intel/
H A Dfirmware.c53 phandle_t node; in firmware_probe() local
76 phandle_t node; in firmware_attach() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dobjlist.c54 objlist_node_t *node = list_head(&list->ol_list); in objlist_exists() local
75 objlist_node_t *node = kmem_zalloc(sizeof (*node), KM_SLEEP); in objlist_insert() local
/f-stack/freebsd/netgraph/
H A Dng_rfc1490.c163 ng_rfc1490_constructor(node_p node) in ng_rfc1490_constructor()
183 ng_rfc1490_newhook(node_p node, hook_p hook, const char *name) in ng_rfc1490_newhook()
212 ng_rfc1490_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_rfc1490_rcvmsg()
308 const node_p node = NG_HOOK_NODE(hook); in ng_rfc1490_rcvdata() local
454 ng_rfc1490_shutdown(node_p node) in ng_rfc1490_shutdown()
H A Dng_bpf.c234 ng_bpf_constructor(node_p node) in ng_bpf_constructor()
273 ng_bpf_newhook(node_p node, hook_p hook, const char *name) in ng_bpf_newhook()
305 ng_bpf_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_bpf_rcvmsg()
513 ng_bpf_shutdown(node_p node) in ng_bpf_shutdown()
525 const node_p node = NG_HOOK_NODE(hook); in ng_bpf_disconnect() local
H A Dng_device.c95 struct ng_node *node; member
164 ng_device_constructor(node_p node) in ng_device_constructor()
205 ng_device_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_device_rcvmsg()
246 ng_device_newhook(node_p node, hook_p hook, const char *name) in ng_device_newhook()
323 ng_device_shutdown(node_p node) in ng_device_shutdown()
H A Dng_tcpmss.c151 ng_tcpmss_constructor(node_p node) in ng_tcpmss_constructor()
160 ng_tcpmss_newhook(node_p node, hook_p hook, const char *name) in ng_tcpmss_newhook()
178 (node_p node, item_p item, hook_p lasthook) in ng_tcpmss_rcvmsg()
366 node_p node = NG_HOOK_NODE(hook); in ng_tcpmss_disconnect() local
H A Dng_echo.c77 nge_cons(node_p node) in nge_cons()
86 nge_rcvmsg(node_p node, item_p item, hook_p lasthook) in nge_rcvmsg()
H A Dng_async.c76 node_p node; /* Our node */ member
181 nga_constructor(node_p node) in nga_constructor()
203 nga_newhook(node_p node, hook_p hook, const char *name) in nga_newhook()
255 nga_rcvmsg(node_p node, item_p item, hook_p lasthook) in nga_rcvmsg()
337 nga_shutdown(node_p node) in nga_shutdown()
H A Dng_pptpgre.c179 node_p node; /* this node pointer */ member
319 ng_pptpgre_constructor(node_p node) in ng_pptpgre_constructor()
352 ng_pptpgre_newhook(node_p node, hook_p hook, const char *name) in ng_pptpgre_newhook()
414 ng_pptpgre_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_pptpgre_rcvmsg()
531 const node_p node = NG_HOOK_NODE(hook); in ng_pptpgre_disconnect() local
561 ng_pptpgre_shutdown(node_p node) in ng_pptpgre_shutdown()
748 node_p node = NG_HOOK_NODE(hook); in ng_pptpgre_rcvdata_lower() local
1089 ng_pptpgre_recv_ack_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_pptpgre_recv_ack_timeout()
1138 ng_pptpgre_send_ack_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_pptpgre_send_ack_timeout()
1168 ng_pptpgre_reorder_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_pptpgre_reorder_timeout()
H A Dng_ether_echo.c81 ngee_cons(node_p node) in ngee_cons()
90 ngee_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngee_rcvmsg()
H A Dng_patch.c180 ng_patch_constructor(node_p node) in ng_patch_constructor()
193 ng_patch_newhook(node_p node, hook_p hook, const char *name) in ng_patch_newhook()
209 ng_patch_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_patch_rcvmsg()
660 ng_patch_shutdown(node_p node) in ng_patch_shutdown()
H A Dng_nat.c289 node_p node; /* back pointer to node */ member
306 ng_nat_constructor(node_p node) in ng_nat_constructor()
340 ng_nat_newhook(node_p node, hook_p hook, const char *name) in ng_nat_newhook()
359 ng_nat_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_nat_rcvmsg()
906 ng_nat_shutdown(node_p node) in ng_nat_shutdown()
H A Dng_frame_relay.c81 node_p node; /* netgraph node */ member
213 ngfrm_constructor(node_p node) in ngfrm_constructor()
234 ngfrm_newhook(node_p node, hook_p hook, const char *name) in ngfrm_newhook()
409 ngfrm_decode(node_p node, item_p item) in ngfrm_decode()
467 ngfrm_shutdown(node_p node) in ngfrm_shutdown()
H A Dng_vlan.c221 ng_vlan_constructor(node_p node) in ng_vlan_constructor()
234 ng_vlan_newhook(node_p node, hook_p hook, const char *name) in ng_vlan_newhook()
253 ng_vlan_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_vlan_rcvmsg()
678 ng_vlan_shutdown(node_p node) in ng_vlan_shutdown()
H A Dng_cisco.c101 node_p node; member
187 cisco_constructor(node_p node) in cisco_constructor()
210 cisco_newhook(node_p node, hook_p hook, const char *name) in cisco_newhook()
244 cisco_rcvmsg(node_p node, item_p item, hook_p lasthook) in cisco_rcvmsg()
399 cisco_shutdown(node_p node) in cisco_shutdown()
579 cisco_keepalive(node_p node, hook_p hook, void *arg1, int arg2) in cisco_keepalive()
H A Dng_l2tp.c151 node_p node; /* back pointer to node */ member
358 ng_l2tp_constructor(node_p node) in ng_l2tp_constructor()
387 ng_l2tp_newhook(node_p node, hook_p hook, const char *name) in ng_l2tp_newhook()
447 ng_l2tp_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2tp_rcvmsg()
648 ng_l2tp_shutdown(node_p node) in ng_l2tp_shutdown()
678 const node_p node = NG_HOOK_NODE(hook); in ng_l2tp_disconnect() local
748 const node_p node = NG_HOOK_NODE(h); in ng_l2tp_rcvdata_lower() local
1011 const node_p node = NG_HOOK_NODE(hook); in ng_l2tp_rcvdata_ctrl() local
1421 ng_l2tp_seq_xack_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_l2tp_seq_xack_timeout()
1449 ng_l2tp_seq_rack_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_l2tp_seq_rack_timeout()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Davl.h216 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER) argument
217 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE) argument
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm.c304 node_p node; /* the owning node */ member
320 struct ccnode *node; /* the owning node */ member
347 ng_ccatm_constructor(node_p node) in ng_ccatm_constructor()
372 ng_ccatm_shutdown(node_p node) in ng_ccatm_shutdown()
391 ng_ccatm_get_addresses(node_p node, uint32_t portno, struct ng_mesg *msg, in ng_ccatm_get_addresses()
462 ng_ccatm_dump(node_p node) in ng_ccatm_dump()
485 ng_ccatm_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_ccatm_rcvmsg()
788 ng_ccatm_newhook(node_p node, hook_p hook, const char *name) in ng_ccatm_newhook()
873 node_p node = NG_HOOK_NODE(hook); in ng_ccatm_disconnect() local
/f-stack/dpdk/lib/librte_node/
H A Dethdev_tx.c16 ethdev_tx_node_process(struct rte_graph *graph, struct rte_node *node, in ethdev_tx_node_process()
40 ethdev_tx_node_init(const struct rte_graph *graph, struct rte_node *node) in ethdev_tx_node_init()
H A Dethdev_rx.c18 ethdev_rx_node_process_inline(struct rte_graph *graph, struct rte_node *node, in ethdev_rx_node_process_inline()
42 ethdev_rx_node_process(struct rte_graph *graph, struct rte_node *node, in ethdev_rx_node_process()
180 ethdev_rx_node_init(const struct rte_graph *graph, struct rte_node *node) in ethdev_rx_node_init()
/f-stack/freebsd/arm64/broadcom/brcmmdio/
H A Dmdio_nexus_iproc.c133 get_addr_size_cells(phandle_t node, pcell_t *addr_cells, pcell_t *size_cells) in get_addr_size_cells()
161 phandle_t node; in brcm_mdionexus_fdt_attach() local
199 phandle_t parent, node; in brcm_mdionexus_ofw_bus_attach() local
/f-stack/freebsd/arm/allwinner/
H A Daw_dwc3.c70 phandle_t node; in aw_dwc3_probe() local
92 phandle_t node, child; in aw_dwc3_attach() local
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c212 sfs_print_node(sfs_node_t *node) in sfs_print_node()
222 struct sfs_node *node; in sfs_alloc_node() local
236 sfs_destroy_node(sfs_node_t *node) in sfs_destroy_node()
338 sfs_node_t node; member
407 void *node; in zfsctl_root_vnode() local
420 void *node; in zfsctl_snapdir_vnode() local
486 sfs_node_t *node; in zfsctl_common_getattr() local
529 sfs_node_t *node = vp->v_data; in zfsctl_common_fid() local
592 zfsctl_root_t *node = vp->v_data; in zfsctl_root_getattr() local
879 sfs_node_t *node; in zfsctl_snapshot_vnode_setup() local
[all …]

12345678910>>...19