Home
last modified time | relevance | path

Searched full:node (Results 901 – 925 of 1779) sorted by relevance

1...<<31323334353637383940>>...72

/openbmc/bmcweb/http/
H A Drouting.hpp111 Trie<crow::Node> trie;
199 Trie<crow::Node>::FindResult found = perMethod.trie.find(url); in findRouteByPerMethod()
265 Trie<crow::Node>& trie = perMethod.trie; in handleUpgrade()
268 Trie<crow::Node>::FindResult found = in handleUpgrade()
/openbmc/intel-ipmi-oem/src/
H A Dmultinodecommands.cpp45 "getMultiNodeInfo: can't get multi node info from dbus!", in getMultiNodeInfo()
82 "getMultiNodeRole: can't get multi node role from dbus!", in getMultiNodeRole()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmirror-ready-cancel-error52 {'node-name': 'source',
65 {'node-name': 'target',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7572.patch6 # Node ID a8afedbcaea0e84921dc770195c4699bda3ccdc5
26 # Node ID e52413f5258600878f9a10d2f92605a729aa8976
/openbmc/u-boot/doc/device-tree-bindings/video/bridge/
H A Dps8622.txt14 - video interfaces: Device node can contain video interface port
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A Dtouchscreen.rules6 # %e the smallest number for that name which does not matches an existing node
/openbmc/u-boot/doc/usage/
H A Dmeasured_boot.rst17 for event logging. The TPM device node must either contain a phandle to
/openbmc/u-boot/doc/device-tree-bindings/ata/
H A Dintel-sata.txt4 The device tree node which describes the operation of the Intel Pantherpoint
/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/
H A Dipmi-fru-properties-mrw.yaml10 NODE:
/openbmc/u-boot/include/
H A Duuid.h16 unsigned char node[6]; member
/openbmc/u-boot/tools/binman/
H A DREADME23 Binman reads your board's device tree and finds a node which describes the
202 for its instructions in the 'binman' node.
231 The binman node is called 'binman'. An example image description is shown
253 The binman node describes an image. The sub-nodes describe entries in the
377 image, put this property in the binman node. For example, this will
482 value back to the device-tree node. For example:
492 Here, a new 'value' property will be written to the 'hash' node containing
494 sections can be hased if desired, by adding the 'hash' node to the section.
567 It is sometimes inconvenient to add a 'binman' node to the .dts file for each
570 a common header. You can then put the binman node (and anything else that is
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp77 // Creates a new node if the key doesn't exist, returns the reference to the
78 // newly created node; otherwise, return the reference to the existing node
567 // in to reference the current node that's being expanded, so it can be combined
671 // Check if this is a links node in findNavigationReferencesInObjectRecursive()
799 for (const ExpandNode& node : nodes) in startQuery() local
801 const std::string subQuery = node.uri + *queryStr; in startQuery()
827 addAwaitingResponse(asyncResp, node.location); in startQuery()
932 // not in the |currNode| Trie node.
976 // Array index is omitted, so reuse the same Trie node in recursiveSelect()
/openbmc/u-boot/drivers/serial/
H A Dserial_lpuart.c495 int node = dev_of_offset(dev); in lpuart_serial_ofdata_to_platdata() local
505 if (!fdt_node_check_compatible(blob, node, "fsl,ls1021a-lpuart")) in lpuart_serial_ofdata_to_platdata()
507 else if (!fdt_node_check_compatible(blob, node, "fsl,imx7ulp-lpuart")) in lpuart_serial_ofdata_to_platdata()
509 else if (!fdt_node_check_compatible(blob, node, "fsl,vf610-lpuart")) in lpuart_serial_ofdata_to_platdata()
511 else if (!fdt_node_check_compatible(blob, node, "fsl,imx8qm-lpuart")) in lpuart_serial_ofdata_to_platdata()
/openbmc/qemu/hw/ppc/
H A Dpnv.c163 /* Only one DT node per (big) core */ in pnv_dt_core()
502 int node; in pnv_dt_rtc() local
505 node = fdt_add_subnode(fdt, lpc_off, name); in pnv_dt_rtc()
506 _FDT(node); in pnv_dt_rtc()
509 _FDT((fdt_setprop(fdt, node, "reg", io_regs, sizeof(io_regs)))); in pnv_dt_rtc()
510 _FDT((fdt_setprop_string(fdt, node, "compatible", "pnpPNP,b00"))); in pnv_dt_rtc()
524 int node; in pnv_dt_serial() local
529 node = fdt_add_subnode(fdt, lpc_off, name); in pnv_dt_serial()
530 _FDT(node); in pnv_dt_serial()
533 _FDT((fdt_setprop(fdt, node, "reg", io_regs, sizeof(io_regs)))); in pnv_dt_serial()
[all …]
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp1286 auto node = pldm_entity_association_tree_add( in TEST() local
1288 EXPECT_NE(node, nullptr); in TEST()
1301 node = pldm_entity_association_tree_add(tree, &entities[0], 0xffff, nullptr, in TEST()
1303 EXPECT_NE(node, nullptr); in TEST()
1304 node = pldm_entity_association_tree_add(tree, &entities[1], 0xffff, nullptr, in TEST()
1306 EXPECT_NE(node, nullptr); in TEST()
1307 node = pldm_entity_association_tree_add(tree, &entities[2], 0xffff, nullptr, in TEST()
1309 EXPECT_NE(node, nullptr); in TEST()
1330 node = pldm_entity_association_tree_add(tree, &entities[0], 0xffff, nullptr, in TEST()
1332 EXPECT_NE(node, nullptr); in TEST()
[all …]
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt434 the device tree node for this device and place it in dev->platdata. Thus
449 root driver is at device tree offset 0 (the root node, '/'), and its
450 children are the children of the root node.
503 This indicates that in the uclass called "serial", the named node
507 More commonly you can use node references, which expand to the full path:
626 nodes in the the device tree. It looks at the compatible string in each node
628 right driver for each node. In this case, the of_match table may provide a
643 node that caused the device to be created. The uclass is set correctly for
647 should not scan the device tree node, not initialise hardware, nor set up
697 to access the node and store the resulting information into dev->platdata.
[all …]
/openbmc/qemu/qapi/
H A Dqom.json886 # @pci-dev: PCI device ID to be associated with the node
888 # @node: NUMA node associated with the PCI device
894 'node': 'uint32' } }
909 # @node: Similar to a NUMA node ID, but instead of providing a
912 # node defines the boundary point between non-discoverable system
923 # HMAT indexed via the node ID in this SRAT structure) to
933 'node': 'uint32' } }
1160 # @node-affinity: the list of host node numbers that will be resolved
1170 '*node-affinity': ['uint16'] } }
/openbmc/u-boot/doc/device-tree-bindings/exynos/
H A Dsound.txt3 The device node for sound subsytem which contains codec and i2s block
/openbmc/qemu/tests/qemu-iotests/
H A D302.out7 Child node '/file':
/openbmc/u-boot/doc/device-tree-bindings/w1/
H A Dmxc-w1.txt6 for the proper node and try to match it with the device.
/openbmc/webui-vue/
H A D.eslintrc.js4 node: true, property in module.exports.env
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/
H A DVPD.errors.yaml4 description: Node number is not found.
/openbmc/u-boot/doc/
H A DREADME.iscsi159 node.conn[0].timeo.noop_out_interval = 0
160 node.conn[0].timeo.noop_out_timeout = 0
161 node.session.timeo.replacement_timeout = 86400
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/
H A Dgbs-sysinit.sh132 # the node of FIU is spi for kernel 5.10, but
133 # for less than or equal kernel 5.4, the node
156 # Given label name, return mtd node. e.g. `findmtd bmc` returns 'mtd0'
/openbmc/u-boot/drivers/power/domain/
H A Dimx8-power-domain.c46 /* Need to power on parent node first */ in imx8_power_domain_on()
200 /* Turn off the node */ in imx8_power_domain_off()
203 debug("Can't power off the node of dev %s, ret = %d\n", in imx8_power_domain_off()

1...<<31323334353637383940>>...72