Home
last modified time | relevance | path

Searched refs:node (Results 876 – 900 of 3015) sorted by relevance

1...<<31323334353637383940>>...121

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h113 void replaceNode(ExplodedNode *node);
297 void replaceSuccessor(ExplodedNode *node) { Succs.replaceNode(node); } in replaceSuccessor() argument
298 void replacePredecessor(ExplodedNode *node) { Preds.replaceNode(node); } in replacePredecessor() argument
459 bool shouldCollect(const ExplodedNode *node);
460 void collectNode(ExplodedNode *node);
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Darm,scmi.txt15 The scmi node with the following properties shall be under the /firmware/ node.
25 protocol identifier for a given sub-node.
41 Each protocol supported shall have a sub-node with corresponding compatible
44 mboxes, mbox-names and shmem shall be present in the sub-node corresponding
95 Each sub-node represents the reserved area for SCMI.
97 Required sub-node properties:
/freebsd-13.1/sys/contrib/ena-com/
H A Dena_plat.h306 #define ENA_MEM_ALLOC_NODE(dmadev, size, virt, node, dev_node) \ argument
309 (node) < 0 ? DOMAINSET_RR() : DOMAINSET_PREF(node), \
320 dma, node, dev_node, alignment) \ argument
323 (node)); \
330 node, dev_node) \ argument
332 phys, handle, node, dev_node, DEFAULT_ALLOC_ALIGNMENT)
/freebsd-13.1/sys/dev/xilinx/
H A Dif_xae.c155 xae_get_phyaddr(phandle_t node, int *phy_addr) in xae_get_phyaddr() argument
160 if (OF_getencprop(node, "phy-handle", (void *)&phy_handle, in xae_get_phyaddr()
656 phandle_t node; in xae_get_hwaddr() local
659 node = ofw_bus_get_node(sc->dev); in xae_get_hwaddr()
668 OF_getprop(node, "local-mac-address", hwaddr, in xae_get_hwaddr()
801 phandle_t node; in get_xdma_axistream() local
805 node = ofw_bus_get_node(sc->dev); in get_xdma_axistream()
944 phandle_t node; in xae_attach() local
950 node = ofw_bus_get_node(dev); in xae_attach()
1020 if (xae_get_phyaddr(node, &sc->phy_addr) != 0) in xae_attach()
[all …]
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-set-nlink.m49 struct inode node;
11 (void) set_nlink(&node, link);
/freebsd-13.1/sys/contrib/device-tree/Bindings/edac/
H A Dsocfpga-eccmgr.txt89 - altr,ecc-parent : phandle to parent Ethernet node.
97 - altr,ecc-parent : phandle to parent NAND node.
105 - altr,ecc-parent : phandle to parent DMA node.
113 - altr,ecc-parent : phandle to parent USB node.
121 - altr,ecc-parent : phandle to parent QSPI node.
129 - altr,ecc-parent : phandle to parent SD/MMC node.
265 - altr,ecc-parent : phandle to parent OCRAM node.
279 - altr,ecc-parent : phandle to parent NAND node.
286 - altr,ecc-parent : phandle to parent DMA node.
293 - altr,ecc-parent : phandle to parent USB node.
[all …]
/freebsd-13.1/tools/regression/iscsi/
H A Discsi-test.sh161 node.startup = manual
285 …check iscsiadm --mode node --targetname "$TARGET1" -p "$TARGETIP:3260" --op=update --name node.se…
286 check iscsiadm --mode node --targetname "$TARGET1" -p "$TARGETIP:3260" --login
287 …check iscsiadm --mode node --targetname "$TARGET2" -p "$TARGETIP:3260" --op=update --name node.se…
288 …check iscsiadm --mode node --targetname "$TARGET2" -p "$TARGETIP:3260" --op=update --name node.se…
289 …check iscsiadm --mode node --targetname "$TARGET2" -p "$TARGETIP:3260" --op=update --name node.se…
290 check iscsiadm --mode node --targetname "$TARGET2" -p "$TARGETIP:3260" --login
770 check iscsiadm -m node --logout
/freebsd-13.1/contrib/ntp/scripts/ntptrace/
H A Dinvoke-ntptrace.texi1 @node ntptrace Invocation
49 @node ntptrace usage
79 @node ntptrace numeric
86 @node ntptrace max-hosts
93 @node ntptrace host
100 @node ntptrace exit status
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Dphy-mtk-tphy.txt7 Required properties (controller (parent) node):
27 Required nodes : a sub-node is required for each port the controller
32 Optional properties (controller (parent) node):
41 Required properties (port (child) node):
50 Optional properties (PHY_TYPE_USB2 port (child) node):
103 property, containing a phandle to the phy port node and a device type;
H A Dqcom,usb-snps-femto-v2.yaml41 description: phandle to the regulator VDD supply node.
44 description: phandle to the regulator 1.8V supply node.
47 description: phandle to the regulator 3.3V supply node.
/freebsd-13.1/sys/powerpc/mpc85xx/
H A Dlbc.c346 fdt_lbc_fixup(phandle_t node, struct lbc_softc *sc, struct lbc_devinfo *di) in fdt_lbc_fixup() argument
351 if (OF_getprop(node, "bank-width", (void *)&width, sizeof(width)) <= 0) in fdt_lbc_fixup()
363 fdt_lbc_reg_decode(phandle_t node, struct lbc_softc *sc, in fdt_lbc_reg_decode() argument
372 if (fdt_addrsize_cells(OF_parent(node), &addr_cells, &size_cells) != 0) in fdt_lbc_reg_decode()
376 tuples = OF_getencprop_alloc_multi(node, "reg", tuple_size, in fdt_lbc_reg_decode()
451 phandle_t node, child; in lbc_attach() local
531 node = ofw_bus_get_node(dev); in lbc_attach()
532 if ((fdt_addrsize_cells(node, &sc->sc_addr_cells, in lbc_attach()
538 par_addr_cells = fdt_parent_addr_cells(node); in lbc_attach()
547 tuples = OF_getencprop_alloc_multi(node, "ranges", tuple_size, in lbc_attach()
[all …]
/freebsd-13.1/contrib/lua/src/
H A Dltable.c343 luaM_freearray(L, t->node, cast_sizet(sizenode(t))); in freehash()
431 Node *n = &t->node[i]; in numusehash()
452 t->node = cast(Node *, dummynode); /* use common 'dummynode' */ in setnodevector()
462 t->node = luaM_newvector(L, size, Node); in setnodevector()
499 Node *node = t1->node; in exchangehashpart() local
502 t1->node = t2->node; in exchangehashpart()
505 t2->node = node; in exchangehashpart()
617 while (t->lastfree > t->node) { in getfreepos()
/freebsd-13.1/sys/dev/firewire/
H A Dfirewire.c1332 if (fc->max_node < node) in fw_sidrcv()
1335 fc->speed_map->speed[node][node] = in fw_sidrcv()
1520 int err, node; in fw_explore_node() local
1525 node = dfwdev->dst; in fw_explore_node()
1560 __func__, node, in fw_explore_node()
1575 __func__, node); in fw_explore_node()
1632 fwdev->dst = node; in fw_explore_node()
1675 if (s->p0.phy_id == node) in fw_find_self_id()
1696 for (node = 0; node <= fc->max_node; node++) { in fw_explore()
1714 __func__, node); in fw_explore()
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dexynos5422-odroidxu3-lite.dts39 /delete-node/opp-2000000000;
40 /delete-node/opp-1900000000;
44 /delete-node/opp-1400000000;
H A Drk3288-veyron-tiger.dts21 /delete-node/ vcc18-lcd;
58 /delete-node/ panel-timing;
75 /delete-node/ avdd-1v8-disp-en;
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp.keys.texi27 @node Top, ntp.keys Description, (dir), (dir)
42 @node ntp.keys Description, , Top, Top
43 @comment node-name, next, previous, up
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dst,stm32-dcmi.yaml42 DCMI supports a single port node with parallel bus. It should contain
43 one 'port' child node with child 'endpoint' node. Please refer to the
H A Dsamsung-s5k6a3.txt28 node should contain one 'port' child node with an 'endpoint' subnode.
30 Following properties are valid for the endpoint node:
/freebsd-13.1/sys/contrib/device-tree/Bindings/firmware/
H A Dcoreboot.txt3 The device tree node to communicate the location of coreboot's memory-resident
5 device-tree-based kernel (yet), this node needs to be inserted by a
20 is identified by a root node descriptor with the magic number
/freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/
H A Drohm,bd70528-regulator.txt7 List of regulators provided by this controller. BD70528 regulators node
8 should be sub node of the BD70528 MFD node. See BD70528 MFD bindings at
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dberlin,pinctrl.txt4 controller register sets. Pin controller nodes should be a sub-node of
5 either the chip controller or system controller node. The pins
9 A pin-controller node should contain subnodes representing the pin group
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/
H A Dralink,rt2880-net.txt10 * Ethernet controller node
23 * Ethernet port node
28 - phy-handle: reference to the node describing the phy
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h41 typedef std::function<bool(const XMLNode &node)> NodeCallback;
50 XMLNode(XMLNodeImpl node);
173 static bool ExtractStringFromValueNode(const XMLNode &node,
/freebsd-13.1/sys/contrib/device-tree/Bindings/leds/
H A Dleds-spi-byte.txt16 configured in a sub-node in the device node.
26 LED sub-node properties:
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmax2175.txt11 - port: child port node corresponding to the I2S output, in accordance with
14 node must contain at least one endpoint.
39 /* Fixed XTAL clock node */

1...<<31323334353637383940>>...121