Home
last modified time | relevance | path

Searched defs:node (Results 151 – 175 of 920) sorted by relevance

12345678910>>...37

/freebsd/sys/netgraph/
H A Dng_pptpgre.c183 node_p node; /* this node pointer */ member
323 ng_pptpgre_constructor(node_p node) in ng_pptpgre_constructor()
356 ng_pptpgre_newhook(node_p node, hook_p hook, const char *name) in ng_pptpgre_newhook()
418 ng_pptpgre_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_pptpgre_rcvmsg()
535 const node_p node = NG_HOOK_NODE(hook); in ng_pptpgre_disconnect() local
565 ng_pptpgre_shutdown(node_p node) in ng_pptpgre_shutdown()
752 node_p node = NG_HOOK_NODE(hook); in ng_pptpgre_rcvdata_lower() local
1093 ng_pptpgre_recv_ack_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_pptpgre_recv_ack_timeout()
1142 ng_pptpgre_send_ack_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_pptpgre_send_ack_timeout()
1172 ng_pptpgre_reorder_timeout(node_p node, hook_p hook, void *arg1, int arg2) in ng_pptpgre_reorder_timeout()
H A Dng_patch.c177 ng_patch_constructor(node_p node) in ng_patch_constructor()
190 ng_patch_newhook(node_p node, hook_p hook, const char *name) in ng_patch_newhook()
206 ng_patch_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_patch_rcvmsg()
657 ng_patch_shutdown(node_p node) in ng_patch_shutdown()
H A Dng_frame_relay.c79 node_p node; /* netgraph node */ member
211 ngfrm_constructor(node_p node) in ngfrm_constructor()
232 ngfrm_newhook(node_p node, hook_p hook, const char *name) in ngfrm_newhook()
407 ngfrm_decode(node_p node, item_p item) in ngfrm_decode()
465 ngfrm_shutdown(node_p node) in ngfrm_shutdown()
H A Dng_vlan.c219 ng_vlan_constructor(node_p node) in ng_vlan_constructor()
232 ng_vlan_newhook(node_p node, hook_p hook, const char *name) in ng_vlan_newhook()
251 ng_vlan_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_vlan_rcvmsg()
676 ng_vlan_shutdown(node_p node) in ng_vlan_shutdown()
H A Dng_cisco.c99 node_p node; member
185 cisco_constructor(node_p node) in cisco_constructor()
208 cisco_newhook(node_p node, hook_p hook, const char *name) in cisco_newhook()
242 cisco_rcvmsg(node_p node, item_p item, hook_p lasthook) in cisco_rcvmsg()
397 cisco_shutdown(node_p node) in cisco_shutdown()
577 cisco_keepalive(node_p node, hook_p hook, void *arg1, int arg2) in cisco_keepalive()
H A Dng_l2tp.c152 node_p node; /* back pointer to node */ member
363 ng_l2tp_constructor(node_p node) in ng_l2tp_constructor()
392 ng_l2tp_newhook(node_p node, hook_p hook, const char *name) in ng_l2tp_newhook()
452 ng_l2tp_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2tp_rcvmsg()
653 ng_l2tp_shutdown(node_p node) in ng_l2tp_shutdown()
682 const node_p node = NG_HOOK_NODE(hook); in ng_l2tp_disconnect() local
752 const node_p node = NG_HOOK_NODE(h); in ng_l2tp_rcvdata_lower() local
1012 const node_p node = NG_HOOK_NODE(hook); in ng_l2tp_rcvdata_ctrl() local
1406 const node_p node = arg; in ng_l2tp_seq_xack_timeout() local
1433 const node_p node = arg; in ng_l2tp_seq_rack_timeout() local
H A Dng_checksum.c160 ng_checksum_constructor(node_p node) in ng_checksum_constructor()
173 ng_checksum_newhook(node_p node, hook_p hook, const char *name) in ng_checksum_newhook()
188 ng_checksum_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_checksum_rcvmsg()
693 ng_checksum_shutdown(node_p node) in ng_checksum_shutdown()
/freebsd/sys/powerpc/powermac/
H A Dtbgpio.c69 phandle_t node; in tbgpio_probe() local
106 phandle_t node; in tbgpio_attach() local
/freebsd/stand/efi/libefi/
H A Ddevpath.c99 efi_vendor_path(const char *type, VENDOR_DEVICE_PATH *node, char *suffix) in efi_vendor_path()
139 efi_hw_dev_path(EFI_DEVICE_PATH *node, char *suffix) in efi_hw_dev_path()
183 efi_acpi_dev_path(EFI_DEVICE_PATH *node, char *suffix) in efi_acpi_dev_path()
248 efi_messaging_dev_path(EFI_DEVICE_PATH *node, char *suffix) in efi_messaging_dev_path()
338 efi_media_dev_path(EFI_DEVICE_PATH *node, char *suffix) in efi_media_dev_path()
597 EFI_DEVICE_PATH *node, *copy; in efi_devpath_trim() local
/freebsd/sys/dev/ocs_fc/
H A Docs_device.c68 ocs_node_t *node = io->node; in ocs_d_send_prli_rsp() local
238 ocs_node_t *node = NULL; in __ocs_d_common() local
469 ocs_node_t *node = io->node; in ocs_send_ls_acc_after_attach() local
494 ocs_process_prli_payload(ocs_node_t *node, fc_prli_payload_t *prli) in ocs_process_prli_payload()
519 ocs_node_t *node = io->node; in ocs_process_abts() local
729 ocs_node_init_device(ocs_node_t *node, int send_plogi) in ocs_node_init_device()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h82 __hash_node_type_assert(struct hlist_node *node) in __hash_node_type_assert()
92 #define hash_add_rcu(ht, node, key) do { \ argument
100 hash_hashed(struct hlist_node *node) in hash_hashed()
124 hash_del_rcu(struct hlist_node *node) in hash_del_rcu()
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_exec.c39 avl_node_t node; member
127 struct launched_process_node *node; in _zed_exec_fork_child() local
205 struct launched_process_node node, *pnode; in wait_for_children() local
298 struct launched_process_node *node; in zed_exec_fini() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c217 sfs_print_node(sfs_node_t *node) in sfs_print_node()
227 struct sfs_node *node; in sfs_alloc_node() local
241 sfs_destroy_node(sfs_node_t *node) in sfs_destroy_node()
343 sfs_node_t node; member
412 void *node; in zfsctl_root_vnode() local
425 void *node; in zfsctl_snapdir_vnode() local
491 sfs_node_t *node; in zfsctl_common_getattr() local
534 sfs_node_t *node = vp->v_data; in zfsctl_common_fid() local
597 zfsctl_root_t *node = vp->v_data; in zfsctl_root_getattr() local
673 zfsctl_root_t *node = vp->v_data; in zfsctl_root_readdir() local
[all …]
/freebsd/sys/dev/pci/
H A Dpci_host_generic_fdt.c111 phandle_t node; in pci_host_generic_setup_fdt() local
185 phandle_t node; in parse_pci_mem_ranges() local
372 phandle_t node; in generic_pcie_get_iommu() local
393 phandle_t node; in generic_pcie_get_id() local
441 phandle_t parent, node; in generic_pcie_ofw_bus_attach() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c61 avl_node_t node; member
94 int_node_t *node; in verify_contents() local
122 verify_node(avl_tree_t *avl, zfs_btree_t *bt, int_node_t *node) in verify_node()
226 int_node_t *node; in drain_tree() local
304 int_node_t *node; in stress_tree() local
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c82 struct acl_addr* node = regional_alloc_zero(acl->region, in acl_list_insert() local
150 struct acl_addr* node; in acl_find_or_create_str2addr() local
184 struct acl_addr* node; acl_find_or_create() local
205 struct acl_addr* node; acl_interface_str_cfg() local
232 struct acl_addr* node; acl_list_tags_cfg() local
252 struct acl_addr* node; acl_list_view_cfg() local
273 struct acl_addr* node; acl_list_tag_action_cfg() local
366 struct acl_addr* node; acl_list_tag_data_cfg() local
[all...]
/freebsd/contrib/unbound/util/storage/
H A Ddnstree.h57 rbnode_type node; member
79 rbnode_type node; member
H A Ddnstree.c97 int name_tree_insert(rbtree_type* tree, struct name_tree_node* node, in name_tree_insert() argument
109 addr_tree_insert(rbtree_type * tree,struct addr_tree_node * node,struct sockaddr_storage * addr,socklen_t addrlen,int net) addr_tree_insert() argument
120 addr_tree_init_parents_node(struct addr_tree_node * node) addr_tree_init_parents_node() argument
155 struct name_tree_node* node, *prev = NULL, *p; name_tree_init_parents() local
[all...]
/freebsd/sys/dev/qcom_dwc3/
H A Dqcom_dwc3.c70 phandle_t node; in qcom_dwc3_probe() local
92 phandle_t node, child; in qcom_dwc3_attach() local
/freebsd/sys/dev/ice/
H A Dice_sched.c184 struct ice_sched_node *node; ice_sched_add_node() local
335 ice_free_sched_node(struct ice_port_info * pi,struct ice_sched_node * node) ice_free_sched_node() argument
1249 struct ice_sched_node *node; ice_rm_dflt_leaf_node() local
1277 struct ice_sched_node *node; ice_sched_rm_dflt_nodes() local
1412 struct ice_sched_node *node; ice_sched_get_node() local
1534 ice_sched_find_node_in_subtree(struct ice_hw * hw,struct ice_sched_node * base,struct ice_sched_node * node) ice_sched_find_node_in_subtree() argument
1667 struct ice_sched_node *node; ice_sched_get_vsi_node() local
1696 struct ice_sched_node *node; ice_sched_get_agg_node() local
1722 ice_sched_check_node(struct ice_hw * hw,struct ice_sched_node * node) ice_sched_check_node() argument
1786 struct ice_sched_node *parent, *node; ice_sched_add_vsi_child_nodes() local
1841 struct ice_sched_node *node; ice_sched_calc_vsi_support_nodes() local
2144 ice_sched_is_leaf_node_present(struct ice_sched_node * node) ice_sched_is_leaf_node_present() argument
2262 ice_sched_is_tree_balanced(struct ice_hw * hw,struct ice_sched_node * node) ice_sched_is_tree_balanced() argument
2334 ice_sched_get_free_vsi_parent(struct ice_hw * hw,struct ice_sched_node * node,u16 * num_nodes) ice_sched_get_free_vsi_parent() argument
2377 ice_sched_update_parent(struct ice_sched_node * new_parent,struct ice_sched_node * node) ice_sched_update_parent() argument
2414 struct ice_sched_node *node; ice_sched_move_nodes() local
2594 ice_sched_is_agg_inuse(struct ice_port_info * pi,struct ice_sched_node * node) ice_sched_is_agg_inuse() argument
3076 ice_sched_update_elem(struct ice_hw * hw,struct ice_sched_node * node,struct ice_aqc_txsched_elem_data * info) ice_sched_update_elem() argument
3121 ice_sched_cfg_node_bw_alloc(struct ice_hw * hw,struct ice_sched_node * node,enum ice_rl_type rl_type,u16 bw_alloc) ice_sched_cfg_node_bw_alloc() argument
3735 struct ice_sched_node *node; ice_cfg_vsi_q_priority() local
4154 ice_sched_cfg_node_bw_lmt(struct ice_hw * hw,struct ice_sched_node * node,enum ice_rl_type rl_type,u16 rl_prof_id) ice_sched_cfg_node_bw_lmt() argument
4193 ice_sched_get_node_rl_prof_id(struct ice_sched_node * node,enum ice_rl_type rl_type) ice_sched_get_node_rl_prof_id() argument
4273 ice_sched_get_srl_node(struct ice_sched_node * node,u8 srl_layer) ice_sched_get_srl_node() argument
4340 ice_sched_set_node_bw_dflt(struct ice_port_info * pi,struct ice_sched_node * node,enum ice_rl_type rl_type,u8 layer_num) ice_sched_set_node_bw_dflt() argument
4395 ice_sched_set_node_bw(struct ice_port_info * pi,struct ice_sched_node * node,enum ice_rl_type rl_type,u32 bw,u8 layer_num) ice_sched_set_node_bw() argument
4439 ice_sched_set_node_priority(struct ice_port_info * pi,struct ice_sched_node * node,u16 priority) ice_sched_set_node_priority() argument
4464 ice_sched_set_node_weight(struct ice_port_info * pi,struct ice_sched_node * node,u16 weight) ice_sched_set_node_weight() argument
4496 ice_sched_set_node_bw_lmt(struct ice_port_info * pi,struct ice_sched_node * node,enum ice_rl_type rl_type,u32 bw) ice_sched_set_node_bw_lmt() argument
4530 ice_sched_set_node_bw_dflt_lmt(struct ice_port_info * pi,struct ice_sched_node * node,enum ice_rl_type rl_type) ice_sched_set_node_bw_dflt_lmt() argument
4547 ice_sched_validate_srl_node(struct ice_sched_node * node,u8 sel_layer) ice_sched_validate_srl_node() argument
4607 struct ice_sched_node *node; ice_sched_set_q_bw_lmt() local
4894 struct ice_sched_node *node; ice_sched_set_agg_bw_dflt_lmt() local
4935 struct ice_sched_node *node = NULL; ice_sched_get_node_by_id_type() local
5002 struct ice_sched_node *node; ice_sched_set_node_bw_lmt_per_tc() local
5491 ice_sched_cfg_sibl_node_prio(struct ice_port_info * pi,struct ice_sched_node * node,u8 priority) ice_sched_cfg_sibl_node_prio() argument
5564 ice_sched_replay_node_prio(struct ice_hw * hw,struct ice_sched_node * node,u8 priority) ice_sched_replay_node_prio() argument
5591 ice_sched_replay_node_bw(struct ice_hw * hw,struct ice_sched_node * node,struct ice_bw_type_info * bw_t_info) ice_sched_replay_node_bw() argument
[all...]
/freebsd/sys/dev/usb/
H A Dusb_fdt_support.c100 phandle_t node; in usb_fdt_get_mac_addr() local
125 phandle_t controller_node, node; in usb_fdt_get_node() local
/freebsd/sys/dev/vnic/
H A Dthunder_bgx_fdt.c206 phandle_t node, ret; in bgx_fdt_traverse_nodes() local
323 phandle_t node; in bgx_fdt_find_node() local
375 phandle_t node, child; in bgx_fdt_init_phy() local
/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_pinmux.c158 phandle_t node, struct qcom_tlmm_pinctrl_cfg *cfg, char **pins, in qcom_tlmm_pinctrl_read_node()
472 phandle_t node) in qcom_tlmm_pinctrl_process_node()
514 phandle_t node, cfgnode; in qcom_tlmm_pinctrl_configure() local
/freebsd/sys/powerpc/mikrotik/
H A Drb_led.c72 phandle_t node; in rbled_probe() local
103 phandle_t node; in rbled_attach() local
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cong.c262 enum mlx5_ib_cong_node_type node = 0; in mlx5_ib_get_all_cc_params() local
292 enum mlx5_ib_cong_node_type node; in mlx5_ib_set_cc_params() local
360 #define MLX5_IB_CONG_STATUS_READ(a,b,c,d,e,node,prio,field) do { \ in mlx5_ib_get_all_cc_status() argument
399 #define MLX5_IB_CONG_STATUS_WRITE(a,b,c,d,e,node,prio,field) \ in mlx5_ib_cong_status_handler() argument
479 struct sysctl_oid *node; in mlx5_ib_init_congestion() local

12345678910>>...37