| /freebsd-14.2/sys/arm64/qoriq/clk/ |
| H A D | ls1028a_flexspi_clk.c | 124 phandle_t node; in ls1028a_flexspi_clk_attach() local 131 node = ofw_bus_get_node(dev); in ls1028a_flexspi_clk_attach() 134 if (OF_getencprop(node, "#address-cells", &acells, in ls1028a_flexspi_clk_attach() 136 if (OF_getencprop(OF_parent(node), "#address-cells", &acells, in ls1028a_flexspi_clk_attach() 141 if (OF_getencprop(node, "#size-cells", &scells, in ls1028a_flexspi_clk_attach() 143 if (OF_getencprop(OF_parent(node), "#size-cells", &scells, in ls1028a_flexspi_clk_attach() 148 ret = OF_getencprop(node, "reg", cells, (acells + scells) * sizeof(pcell_t)); in ls1028a_flexspi_clk_attach() 180 ret = clk_get_by_ofw_index(dev, node, 0, &clk); in ls1028a_flexspi_clk_attach() 186 ret = clk_parse_ofw_clk_name(dev, node, &oclkname); in ls1028a_flexspi_clk_attach()
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_unsol.h | 42 extern int32_t ocs_node_purge_pending(ocs_node_t *node); 43 extern int32_t ocs_process_node_pending(ocs_node_t *node); 46 extern int32_t ocs_dispatch_unsolicited_bls(ocs_node_t *node, ocs_hw_sequence_t *seq); 50 extern int32_t ocs_sframe_send_bls_acc(ocs_node_t *node, ocs_hw_sequence_t *seq);
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r9a07g044c2.dtsi | 16 /delete-node/ ssi@1004a800; 17 /delete-node/ serial@1004c800; 18 /delete-node/ adc@10059000; 19 /delete-node/ ethernet@11c30000;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | brcm,bcm11351-pinctrl.txt | 14 For example, the following is the bare minimum node: 21 As a pin controller device, in addition to the required properties, this node 27 Each pin configuration node is a sub-node of the pin controller node and is a 33 "pin configuration node". 41 A pin group node only affects the properties specified in the node, and has no 55 be configured by this node. 120 // pin controller node 125 // pin configuration node 127 //group node defining 1 standard pin 137 // group node defining 2 I2C pins [all …]
|
| H A D | atmel,at91-pinctrl.txt | 12 phrase "pin configuration node". 14 Atmel AT91 pin configuration node is a node of a group of pins which can be 15 used for a specific device or function. This node represents both mux and config 82 Required properties for pin configuration node: 109 1. We have pin function node defined under at91 controller node to represent 111 2. The driver can use the function node's name and pin configuration node's 113 For example, Linux at91 pinctrl driver takes the function node's name 114 as the function name and pin configuration node's name as group name to 116 3. Each pin configuration node should have a phandle, devices can set pins 117 configurations by referring to the phandle of that pin configuration node. [all …]
|
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_ipfw.c | 146 ng_ipfw_constructor(node_p node) in ng_ipfw_constructor() argument 152 ng_ipfw_newhook(node_p node, hook_p hook, const char *name) in ng_ipfw_newhook() argument 199 ng_ipfw_findhook(node_p node, const char *name) in ng_ipfw_findhook() argument 207 return ng_ipfw_findhook1(node, n); in ng_ipfw_findhook() 212 ng_ipfw_findhook1(node_p node, uint32_t cookie) in ng_ipfw_findhook1() argument 217 LIST_FOREACH(hook, &node->nd_hooks, hk_hooks) { in ng_ipfw_findhook1() 335 ng_ipfw_shutdown(node_p node) in ng_ipfw_shutdown() argument 344 NG_NODE_UNREF(node); in ng_ipfw_shutdown()
|
| H A D | ng_async.c | 74 node_p node; /* Our node */ member 179 nga_constructor(node_p node) in nga_constructor() argument 192 NG_NODE_SET_PRIVATE(node, sc); in nga_constructor() 193 sc->node = node; in nga_constructor() 203 const sc_p sc = NG_NODE_PRIVATE(node); in nga_newhook() 255 const sc_p sc = NG_NODE_PRIVATE(node); in nga_rcvmsg() 326 NG_RESPOND_MSG(error, node, item, resp); in nga_rcvmsg() 335 nga_shutdown(node_p node) in nga_shutdown() argument 337 const sc_p sc = NG_NODE_PRIVATE(node); in nga_shutdown() 343 NG_NODE_SET_PRIVATE(node, NULL); in nga_shutdown() [all …]
|
| H A D | ng_car.c | 78 node_p node; /* the node itself */ member 187 ng_car_constructor(node_p node) in ng_car_constructor() argument 194 NG_NODE_SET_PRIVATE(node, priv); in ng_car_constructor() 195 priv->node = node; in ng_car_constructor() 240 const priv_p priv = NG_NODE_PRIVATE(node); in ng_car_newhook() 412 const priv_p priv = NG_NODE_PRIVATE(node); in ng_car_rcvmsg() 556 NG_RESPOND_MSG(error, node, item, resp); in ng_car_rcvmsg() 565 ng_car_shutdown(node_p node) in ng_car_shutdown() argument 567 const priv_p priv = NG_NODE_PRIVATE(node); in ng_car_shutdown() 573 NG_NODE_UNREF(priv->node); in ng_car_shutdown() [all …]
|
| /freebsd-14.2/sys/dev/dpaa2/ |
| H A D | memac_mdio_fdt.c | 107 phandle_t node; in memacphy_fdt_attach() local 113 node = ofw_bus_get_node(dev); in memacphy_fdt_attach() 121 sc->xref = OF_xref_from_node(node); in memacphy_fdt_attach() 129 node, ofw_bus_get_name(dev), sc->reg, sc->xref, sc->scc.phy); in memacphy_fdt_attach() 231 phandle_t node, child; in memac_mdio_fdt_attach() local 244 node = ofw_bus_get_node(dev); in memac_mdio_fdt_attach() 245 simplebus_init(dev, node); in memac_mdio_fdt_attach() 246 for (child = OF_child(node); child > 0; child = OF_peer(child)) { in memac_mdio_fdt_attach()
|
| H A D | dpaa2_mc_fdt.c | 94 phandle_t node; in dpaa2_mac_dev_probe() local 98 node = ofw_bus_get_node(dev); in dpaa2_mac_dev_probe() 99 if (!ofw_bus_node_is_compatible(node, "fsl,qoriq-mc-dpmac")) { in dpaa2_mac_dev_probe() 121 phandle_t node; in dpaa2_mac_fdt_attach() local 125 node = ofw_bus_get_node(dev); in dpaa2_mac_fdt_attach() 150 node, ofw_bus_get_name(dev), in dpaa2_mac_fdt_attach() 249 phandle_t node; in dpaa2_mc_fdt_attach() local 265 node = OF_child(sc->ofw_node); in dpaa2_mc_fdt_attach() 266 simplebus_init(dev, node); in dpaa2_mc_fdt_attach() 269 child = ofw_bus_find_compatible(node, "fsl,qoriq-mc-dpmac"); in dpaa2_mc_fdt_attach()
|
| /freebsd-14.2/sys/netgraph/bluetooth/hci/ |
| H A D | ng_hci_evnt.c | 225 __func__, NG_NODE_NAME(unit->node), count); in ng_hci_send_data() 299 __func__, NG_NODE_NAME(unit->node), in send_data_packets() 308 __func__, NG_NODE_NAME(unit->node), in send_data_packets() 327 __func__, NG_NODE_NAME(unit->node), in send_data_packets() 956 __func__, NG_NODE_NAME(unit->node), in encryption_change() 1051 __func__, NG_NODE_NAME(unit->node), h); in qos_setup_compl() 1061 __func__, NG_NODE_NAME(unit->node), in qos_setup_compl() 1106 __func__, NG_NODE_NAME(unit->node), in role_change() 1206 __func__, NG_NODE_NAME(unit->node), in mode_change() 1227 __func__, NG_NODE_NAME(unit->node), in data_buffer_overflow() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/x86/ |
| H A D | ce4100.txt | 30 A "cpu" node describes one logical processor (hardware thread). 41 The SoC node 44 This node describes the in-core peripherals. Required property: 47 The PCI node 49 This node describes the PCI bus on the SoC. Its property should be 54 correct interrupt number, the child node which represents the device has
|
| /freebsd-14.2/sys/arm/qualcomm/ |
| H A D | ipq4018_usb_ss_phy.c | 111 phandle_t node) in ipq4018_usb_ss_usbphy_init_phy() argument 120 rv = hwreset_get_by_ofw_name(sc->dev, node, "por_rst", &por_rst); in ipq4018_usb_ss_usbphy_init_phy() 129 phy_init.ofw_node = node; in ipq4018_usb_ss_usbphy_init_phy() 174 phandle_t node; in ipq4018_usb_ss_usbphy_attach() local 179 node = ofw_bus_get_node(sc->dev); in ipq4018_usb_ss_usbphy_attach() 181 rv = ipq4018_usb_ss_usbphy_init_phy(sc, node); in ipq4018_usb_ss_usbphy_attach()
|
| /freebsd-14.2/bin/uuidgen/ |
| H A D | uuidgen.c | 65 u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], in uuid_to_compact_string() 66 u->node[1], u->node[2], u->node[3], u->node[4], u->node[5]); in uuid_to_compact_string()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | 88pm800.txt | 6 - regulators: A node that houses a sub-node for each regulator within the 7 device. Each sub-node is identified using the node's name (or the deprecated 9 The content of each sub-node is defined by the standard binding for
|
| /freebsd-14.2/sys/arm/ti/ |
| H A D | ti_omap4_cm.c | 99 phandle_t node, child; in ti_omap4_cm_attach() local 103 node = ofw_bus_get_node(dev); in ti_omap4_cm_attach() 105 simplebus_init(dev, node); in ti_omap4_cm_attach() 106 if (simplebus_fill_ranges(node, &sc->sc) < 0) { in ti_omap4_cm_attach() 113 for (child = OF_child(node); child > 0; child = OF_peer(child)) { in ti_omap4_cm_attach()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfoF2.td | 35 def IsOrAdd: PatFrag<(ops node:$A, node:$B), (or node:$A, node:$B), [{ 43 defm f2FADD : F2_XYZ_T<0b000000, "fadd", BinOpFrag<(fadd node:$LHS, node:$RHS)>>; 185 TriOpFrag<(fadd (fmul node:$LHS, node:$MHS), node:$RHS)>>; 188 TriOpFrag<(fsub node:$RHS, (fmul node:$LHS, node:$MHS))>>; 191 TriOpFrag<(fma node:$LHS, node:$MHS, node:$RHS)>>; 194 TriOpFrag<(fma (fneg node:$LHS), node:$MHS, node:$RHS)>>; 197 TriOpFrag<(fneg (fma node:$LHS, node:$MHS, node:$RHS))>>; 200 TriOpFrag<(fma node:$LHS, node:$MHS, (fneg node:$RHS))>>; 203 TriOpFrag<(fneg (fadd (fmul node:$LHS, node:$MHS), node:$RHS))>>; 206 TriOpFrag<(fneg (fsub node:$RHS, (fmul node:$LHS, node:$MHS)))>>; [all …]
|
| /freebsd-14.2/lib/libprocstat/ |
| H A D | smbfs.c | 55 struct smbnode node; in smbfs_filestat() local 61 error = kvm_read_all(kd, (unsigned long)VTOSMB(vp), &node, in smbfs_filestat() 62 sizeof(node)); in smbfs_filestat() 74 vn->vn_fileid = node.n_ino; in smbfs_filestat()
|
| /freebsd-14.2/sys/arm/nvidia/ |
| H A D | as3722_gpio.c | 205 as3722_pinmux_read_node(struct as3722_softc *sc, phandle_t node, in as3722_pinmux_read_node() argument 210 *lpins = OF_getprop_alloc(node, "pins", (void **)pins); in as3722_pinmux_read_node() 215 rv = OF_getprop_alloc(node, "function", (void **)&cfg->function); in as3722_pinmux_read_node() 221 if (OF_hasprop(node, as3722_cfg_names[i].name)) in as3722_pinmux_read_node() 228 as3722_pinmux_process_node(struct as3722_softc *sc, phandle_t node) in as3722_pinmux_process_node() argument 234 rv = as3722_pinmux_read_node(sc, node, &cfg, &pins, &lpins); in as3722_pinmux_process_node() 262 phandle_t node, cfgnode; in as3722_pinmux_configure() local 268 for (node = OF_child(cfgnode); node != 0; node = OF_peer(node)) { in as3722_pinmux_configure() 269 if (!ofw_bus_node_status_okay(node)) in as3722_pinmux_configure() 271 rv = as3722_pinmux_process_node(sc, node); in as3722_pinmux_configure() [all …]
|
| /freebsd-14.2/sys/arm64/nvidia/tegra210/ |
| H A D | tegra210_pmc.c | 421 tegra210_pmc_parse_fdt(struct tegra210_pmc_softc *sc, phandle_t node) in tegra210_pmc_parse_fdt() argument 427 rv = OF_getencprop(node, "nvidia,suspend-mode", &tmp, sizeof(tmp)); in tegra210_pmc_parse_fdt() 460 rv = OF_getencprop(node, "nvidia,core-pwr-good-time", tmparr, in tegra210_pmc_parse_fdt() 475 OF_hasprop(node, "nvidia,core-power-req-active-high"); in tegra210_pmc_parse_fdt() 477 OF_hasprop(node, "nvidia,sys-clock-req-active-high"); in tegra210_pmc_parse_fdt() 479 OF_hasprop(node, "nvidia,combined-power-req"); in tegra210_pmc_parse_fdt() 481 OF_hasprop(node, "nvidia,cpu-pwr-good-en"); in tegra210_pmc_parse_fdt() 483 rv = OF_getencprop(node, "nvidia,lp0-vec", tmparr, sizeof(tmparr)); in tegra210_pmc_parse_fdt() 548 phandle_t node; in tegra210_pmc_attach() local 552 node = ofw_bus_get_node(dev); in tegra210_pmc_attach() [all …]
|
| /freebsd-14.2/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_vnops.c | 364 struct stat *st = &node->inode->st; in msdosfs_mkfile() 366 cn.cn_nameptr = node->name; in msdosfs_mkfile() 367 cn.cn_namelen = strlen(node->name); in msdosfs_mkfile() 370 __func__, node->name, st->st_mode, (size_t)st->st_size)); in msdosfs_mkfile() 399 msdosfs_times(&ndirent, &node->inode->st); in msdosfs_mkfile() 405 if ((error = msdosfs_wfile(path, dep, node)) != 0) in msdosfs_mkfile() 437 struct stat *st = &node->inode->st; in msdosfs_wfile() 473 fprintf(stderr, "%s: mmap %s: %s\n", __func__, node->name, in msdosfs_wfile() 549 cn.cn_nameptr = node->name; in msdosfs_mkdire() 550 cn.cn_namelen = strlen(node->name); in msdosfs_mkdire() [all …]
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-ipx.c | 99 ipxaddr_string(netdissect_options *ndo, uint32_t net, const u_char *node) in ipxaddr_string() argument 104 net, GET_U_1(node), GET_U_1(node + 1), in ipxaddr_string() 105 GET_U_1(node + 2), GET_U_1(node + 3), in ipxaddr_string() 106 GET_U_1(node + 4), GET_U_1(node + 5)); in ipxaddr_string()
|
| /freebsd-14.2/sys/dev/gpio/ |
| H A D | gpioregulator.c | 200 phandle_t node; in gpioregulator_parse_fdt() local 204 node = ofw_bus_get_node(sc->dev); in gpioregulator_parse_fdt() 208 error = regulator_parse_ofw_stdparam(sc->dev, node, in gpioregulator_parse_fdt() 214 len = OF_getencprop_alloc_multi(node, "states", sizeof(*pstates), in gpioregulator_parse_fdt() 231 len = OF_getencprop(node, "startup-delay-us", in gpioregulator_parse_fdt() 238 error = gpio_pin_get_by_ofw_property(sc->dev, node, "enable-gpio", in gpioregulator_parse_fdt() 248 error = gpio_pin_get_by_ofw_idx(sc->dev, node, n, in gpioregulator_parse_fdt() 288 phandle_t node; in gpioregulator_attach() local 293 node = ofw_bus_get_node(dev); in gpioregulator_attach() 301 sc->init_def.reg_init_def.ofw_node = node; in gpioregulator_attach()
|
| /freebsd-14.2/sys/arm64/rockchip/ |
| H A D | rk_usb2phy.c | 265 phandle_t node; in rk_usb2phy_export_clock() local 269 node = ofw_bus_get_node(devsc->dev); in rk_usb2phy_export_clock() 271 error = ofw_bus_parse_xref_list_get_length(node, "clocks", in rk_usb2phy_export_clock() 278 nclocks = ofw_bus_string_list_to_array(node, "clock-output-names", in rk_usb2phy_export_clock() 312 OF_getencprop(node, "reg", regs, sizeof(regs)); in rk_usb2phy_export_clock() 348 phandle_t node, host; in rk_usb2phy_attach() local 353 node = ofw_bus_get_node(dev); in rk_usb2phy_attach() 355 if (OF_hasprop(node, "rockchip,usbgrf")) { in rk_usb2phy_attach() 356 if (syscon_get_by_ofw_property(dev, node, "rockchip,usbgrf", in rk_usb2phy_attach() 386 host = ofw_bus_find_child(node, "host-port"); in rk_usb2phy_attach()
|
| /freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| H A D | BEGEMOT-NETGRAPH.txt | 90 "Name of a netgraph node." 97 "Name of a netgraph node." 118 "Node identifier or 0 for 'no-node'." 234 "Table entry that describes one netgraph node." 297 "The 32bit node id of this node. 0 is an illegal value." 305 "Indicates whether the node exists or not." 313 "Name of the node (if any)." 321 "Type name of the node." 329 "Number of hooks on this node." 366 "The 32bit node id of this node." [all …]
|