Home
last modified time | relevance | path

Searched refs:node (Results 676 – 700 of 1648) sorted by relevance

1...<<21222324252627282930>>...66

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrMemory.td27 def regPlusImm : PatFrag<(ops node:$addr, node:$off),
28 (add node:$addr, node:$off),
31 // Treat an 'or' node as an 'add' if the or'ed bits are known to be zero.
32 def or_is_add : PatFrag<(ops node:$lhs, node:$rhs), (or node:$lhs, node:$rhs),[{
45 def regPlusGA : PatFrag<(ops node:$addr, node:$off),
46 (add node:$addr, node:$off),
314 class StorePatNoOffset<ValueType ty, PatFrag node, NI inst> :
315 Pat<(node ty:$val, I32:$addr), (inst 0, 0, I32:$addr, ty:$val)>;
/freebsd-12.1/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c773 node_p node = sc->sc_node; in ubt_detach() local
776 if (node != NULL) { in ubt_detach()
778 NG_NODE_REALLY_DIE(node); in ubt_detach()
779 ng_rmnode_self(node); in ubt_detach()
1576 ng_ubt_constructor(node_p node) in ng_ubt_constructor() argument
1587 ng_ubt_shutdown(node_p node) in ng_ubt_shutdown() argument
1589 if (node->nd_flags & NGF_REALLY_DIE) { in ng_ubt_shutdown()
1594 NG_NODE_SET_PRIVATE(node, NULL); in ng_ubt_shutdown()
1595 NG_NODE_UNREF(node); in ng_ubt_shutdown()
1610 struct ubt_softc *sc = NG_NODE_PRIVATE(node); in ng_ubt_newhook()
[all …]
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_sw_info_rcv.c337 static void si_rcv_get_sp0_info(IN osm_sm_t * sm, IN osm_node_t * node) in si_rcv_get_sp0_info() argument
344 physp = osm_node_get_physp_ptr(node, 0); in si_rcv_get_sp0_info()
346 context.pi_context.node_guid = osm_node_get_node_guid(node); in si_rcv_get_sp0_info()
361 if (ib_switch_info_is_enhanced_port0(&node->sw->switch_info) && in si_rcv_get_sp0_info()
364 ib_node_info_get_vendor_id(&node->node_info), in si_rcv_get_sp0_info()
365 node->node_info.device_id); in si_rcv_get_sp0_info()
H A Dosm_ucast_lash.c73 mesh_node_t *node = s1->node; in connect_switches() local
90 l = node->links[i]; in connect_switches()
92 if (node->links[i]->switch_id == sw2) { in connect_switches()
99 l = node->links[num]; in connect_switches()
105 for (i = 0; i < s2->node->num_links; i++) { in connect_switches()
106 if (s2->node->links[i]->switch_id == sw1) { in connect_switches()
107 s2->node->links[i]->link_id = num; in connect_switches()
113 node->num_links++; in connect_switches()
256 for (i = 0; i < sw->node->num_links; i++) in get_phys_connection()
275 for (i = 0; i < sw->node->num_links; i++) { in shortest_path()
[all …]
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-ia64.texi9 @node IA-64-Dependent
14 @node Machine Dependencies
27 @node IA-64 Options
114 @node IA-64 Syntax
126 @node IA-64-Chars
138 @node IA-64-Regs
160 @node IA-64-Bits
173 @node IA-64 Opcodes
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_domain.c598 ocs_node_t *node; in __ocs_domain_init() local
603 if (node == NULL) { in __ocs_domain_init()
607 ocs_node_transition(node, __ocs_d_wait_loop, NULL); in __ocs_domain_init()
705 ocs_node_t *node; in __ocs_domain_wait_alloc() local
708 node = ocs_node_find(sport, FC_ADDR_FABRIC); in __ocs_domain_wait_alloc()
709 if (node) { in __ocs_domain_wait_alloc()
713 node = ocs_node_alloc(sport, FC_ADDR_FABRIC, FALSE, FALSE); in __ocs_domain_wait_alloc()
714 if (!node) { in __ocs_domain_wait_alloc()
718 ocs_node_pause(node, __ocs_fabric_init); in __ocs_domain_wait_alloc()
720 ocs_node_transition(node, __ocs_fabric_init, NULL); in __ocs_domain_wait_alloc()
[all …]
H A Docs_io.h76 ocs_node_t *node; /**< pointer to node */ member
138 void (*els_callback)(ocs_node_t *node, ocs_node_cb_t *cbdata, void *cbarg);
193 extern ocs_io_t *ocs_io_find_tgt_io(ocs_t *ocs, ocs_node_t *node, uint16_t ox_id, uint16_t rx_id);
/freebsd-12.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c36 struct sysctl_oid *node; in mlx5e_create_stats() local
41 node = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, in mlx5e_create_stats()
43 if (node == NULL) in mlx5e_create_stats()
1291 struct sysctl_oid *node; in mlx5e_create_diagnostics() local
1298 node = SYSCTL_ADD_NODE(ctx, in mlx5e_create_diagnostics()
1301 if (node == NULL) in mlx5e_create_diagnostics()
1330 struct sysctl_oid *node; in mlx5e_create_ethtool() local
1370 node = SYSCTL_ADD_NODE(&priv->sysctl_ctx, in mlx5e_create_ethtool()
1373 if (node == NULL) in mlx5e_create_ethtool()
1413 SYSCTL_CHILDREN(node), OID_AUTO, in mlx5e_create_ethtool()
[all …]
/freebsd-12.1/sys/mips/nlm/dev/net/
H A Dxlpge.c396 nlm_reset_nae(node); in nlm_xlpnae_init()
490 sc->portcfg[port].node = p->node; in nlm_setup_portcfg()
554 node = pci_get_slot(dev) / 8; in nlm_xlpnae_attach()
559 sc->node = nae_ivars->node; in nlm_xlpnae_attach()
560 sc->base = nlm_get_nae_regbase(sc->node); in nlm_xlpnae_attach()
561 sc->poe_base = nlm_get_poe_regbase(sc->node); in nlm_xlpnae_attach()
562 sc->poedv_base = nlm_get_poedv_regbase(sc->node); in nlm_xlpnae_attach()
579 nae_pcibase = nlm_get_nae_pcibase(sc->node); in nlm_xlpnae_attach()
629 poe_pcibase = nlm_get_poe_pcibase(sc->node); in nlm_xlpnae_attach()
658 nlm_xlpnae_init(node, sc); in nlm_xlpnae_attach()
[all …]
/freebsd-12.1/sys/dev/ahci/
H A Dahci_generic.c73 phandle_t node; in ahci_fdt_probe() local
82 node = ofw_bus_get_node(dev); in ahci_fdt_probe()
83 ctlr->dma_coherent = OF_hasprop(node, "dma-coherent"); in ahci_fdt_probe()
/freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c148 p_ReplicMember = LIST_OBJECT(p_Next, t_FmPcdFrmReplicMember, node); in GetAvailableMember()
158 LIST_AddToTail(&p_ReplicMember->node, &p_ReplicGroup->availableMembersList); in PutAvailableMember()
165 LIST_Add(&p_CurrentMember->node, p_ListHead); in AddMemberToList()
174 LIST_DelAndInit(&p_CurrentMember->node); in RemoveMemberFromList()
353 p_Member = LIST_OBJECT(p_Pos, t_FmPcdFrmReplicMember, node); in GetMemberByIndex()
391 LIST_AddToTail(&p_CurrentMember->node, &(p_ReplicGroup->availableMembersList)); in AllocMember()
416 INIT_LIST(&p_CurrentMember->node); in InitMember()
915 AddMemberToList(p_ReplicGroup, p_NewMember, &p_PreviousMember->node); in FM_PCD_FrmReplicAddMember()
926 AddMemberToList(p_ReplicGroup, p_NewMember, &p_PreviousMember->node); in FM_PCD_FrmReplicAddMember()
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx_i2c.c382 phandle_t node; in i2c_attach() local
413 node = ofw_bus_get_node(sc->dev); in i2c_attach()
415 err = gpio_pin_get_by_ofw_property(dev, node, "scl-gpios", in i2c_attach()
419 err = gpio_pin_get_by_ofw_property(dev, node, "sda-gpios", in i2c_attach()
440 err = ofw_bus_find_string_index(node, "pinctrl-names", "gpio", &cfgidx); in i2c_attach()
443 if (OF_hasprop(node, "pinctrl-0") && OF_hasprop(node, wrkstr)) in i2c_attach()
/freebsd-12.1/contrib/gcc/
H A Dtree-browser.def39 DEFTBCODE (TB_UP, "up", "Go to the parent tree node.")
42 DEFTBCODE (TB_HPREV, "hpr", "Go to the previous visited node (history previous).")
86 DEFTBCODE (TB_SEARCH_CODE, "sc", "Search a node having a TREE_CODE given as a parameter.")
90 DEFTBCODE (TB_PRETTY_PRINT, "pp", "Pretty print current node.")
91 DEFTBCODE (TB_PRINT, "p", "Prints the current node.")
H A Dpasses.c948 struct cgraph_node *node; in execute_ipa_pass_list() local
949 for (node = cgraph_nodes; node; node = node->next) in execute_ipa_pass_list()
950 if (node->analyzed) in execute_ipa_pass_list()
952 push_cfun (DECL_STRUCT_FUNCTION (node->decl)); in execute_ipa_pass_list()
953 current_function_decl = node->decl; in execute_ipa_pass_list()
H A Dtree-ssa-structalias.c495 find (unsigned int node) in find() argument
498 if (graph->rep[node] != node) in find()
499 return graph->rep[node] = find (graph->rep[node]); in find()
500 return node; in find()
832 if (graph->succs[node]) in clear_edges_for_node()
1832 if (graph->label[node] == 0 && TEST_BIT (graph->direct_nodes, node)) in perform_var_substitution()
1886 return node; in find_equivalent_node()
5053 for (node = cgraph_nodes; node; node = node->next) in ipa_pta_execute()
5055 if (!node->analyzed || cgraph_is_master_clone (node)) in ipa_pta_execute()
5069 for (node = cgraph_nodes; node; node = node->next) in ipa_pta_execute()
[all …]
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c103 struct rb_node node; member
165 struct rb_node *node = ctx->mcg_table.rb_node; in mcast_find() local
169 while (node) { in mcast_find()
170 group = rb_entry(node, struct mcast_group, node); in mcast_find()
176 node = node->rb_left; in mcast_find()
178 node = node->rb_right; in mcast_find()
204 rb_link_node(&group->node, parent, link); in mcast_insert()
205 rb_insert_color(&group->node, &ctx->mcg_table); in mcast_insert()
461 rb_erase(&group->node, &ctx->mcg_table); in release_group()
1107 group = rb_entry(p, struct mcast_group, node); in _mlx4_ib_mcg_port_cleanup()
[all …]
/freebsd-12.1/crypto/heimdal/doc/
H A Dinstall.texi1 @node Building and Installing, Setting up a realm, What is Kerberos?, Top
2 @comment node-name, next, previous, up
/freebsd-12.1/sys/arm/mv/
H A Dmv_cp110_icu.c108 phandle_t node, msi_parent; in mv_cp110_icu_attach() local
112 node = ofw_bus_get_node(dev); in mv_cp110_icu_attach()
114 if (OF_getencprop(node, "msi-parent", &msi_parent, in mv_cp110_icu_attach()
129 if (intr_pic_register(dev, OF_xref_from_node(node)) == NULL) { in mv_cp110_icu_attach()
/freebsd-12.1/sys/dev/extres/hwreset/
H A Dhwreset.h59 int hwreset_get_by_ofw_name(device_t consumer_dev, phandle_t node, char *name,
61 int hwreset_get_by_ofw_idx(device_t consumer_dev, phandle_t node, int idx,
/freebsd-12.1/sys/arm/rockchip/
H A Drk30xx_wdog.c103 phandle_t node; in rk30_wd_attach() local
112 node = ofw_bus_get_node(sc->dev); in rk30_wd_attach()
113 if (OF_getencprop(node, "clock-frequency", &cell, sizeof(cell)) > 0) in rk30_wd_attach()
/freebsd-12.1/sys/netgraph/atm/uni/
H A Dng_uni_cust.h103 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
117 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
132 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
/freebsd-12.1/sys/arm/freescale/vybrid/
H A Dvf_sai.c409 phandle_t node, edma_node; in find_edma_controller() local
418 if ((node = ofw_bus_get_node(sc->dev)) == -1) in find_edma_controller()
421 if ((len = OF_getproplen(node, "edma-controller")) <= 0) in find_edma_controller()
423 if ((len = OF_getproplen(node, "edma-src-transmit")) <= 0) in find_edma_controller()
425 if ((len = OF_getproplen(node, "edma-mux-group")) <= 0) in find_edma_controller()
428 OF_getencprop(node, "edma-src-transmit", &dts_value, len); in find_edma_controller()
430 OF_getencprop(node, "edma-mux-group", &dts_value, len); in find_edma_controller()
432 OF_getencprop(node, "edma-controller", &dts_value, len); in find_edma_controller()
/freebsd-12.1/sys/sparc64/sparc64/
H A Dupa.c193 phandle_t child, node; in upa_attach() local
204 node = ofw_bus_get_node(dev); in upa_attach()
283 if (OF_getprop(node, "portid", &sc->sc_ign, sizeof(sc->sc_ign)) == -1) { in upa_attach()
288 sc->sc_nrange = OF_getprop_alloc_multi(node, "ranges", sizeof(*sc->sc_ranges), in upa_attach()
342 for (child = OF_child(node); child != 0; child = OF_peer(child)) { in upa_attach()
541 upa_setup_dinfo(device_t dev, struct upa_softc *sc, phandle_t node, in upa_setup_dinfo() argument
550 if (ofw_bus_gen_setup_devinfo(&udi->udi_obdinfo, node) != 0) { in upa_setup_dinfo()
556 nreg = OF_getprop_alloc_multi(node, "reg", sizeof(*reg), (void **)&reg); in upa_setup_dinfo()
/freebsd-12.1/sys/powerpc/include/
H A Dintr_machdep.h36 #define MAP_IRQ(node, pin) powerpc_get_irq(node, pin) argument
/freebsd-12.1/share/examples/hast/
H A Ducarp.sh55 node="node A"
65 node="node B"

1...<<21222324252627282930>>...66