Home
last modified time | relevance | path

Searched refs:Node (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js9 var $, Node, Tree, methods; variable
13 Node = (function() {
14 function Node(row, tree, settings) { class in Node
38 Node.prototype.addChild = function(child) { class
42 Node.prototype.ancestors = function() {
52 Node.prototype.collapse = function() {
69 Node.prototype.collapsed = function() {
75 Node.prototype.expand = function() {
95 Node.prototype.expanded = function() {
99 Node.prototype.hide = function() {
[all …]
/openbmc/u-boot/tools/binman/
H A Dentry_test.py59 Node = collections.namedtuple('Node', ['name', 'path'])
60 node = Node('invalid-name', 'invalid-path')
69 Node = collections.namedtuple('Node', ['name', 'parent'])
70 base_node = Node('root', None)
73 sub_node = Node('subnode', base_node)
/openbmc/openbmc-tools/i2c/
H A Dtree.py6 from anytree import Node, RenderTree
19 root = Node("root")
42 node_dict[bus] = Node(bus, parent=root)
49 node_dict[bus] = Node(bus, parent=node_dict["i2c-" + i2c])
/openbmc/qemu/docs/sphinx/
H A Dcompat.py15 from docutils.nodes import Element, Node, Text
35 SpaceNode: Callable[[str], Node]
36 KeywordNode: Callable[[str, str], Node]
89 contnode: Optional[Node] = None, argument
93 ) -> Node:
H A Dqapi_domain.py58 from docutils.nodes import Element, Node
70 field: nodes.Node, argument
143 ) -> Tuple[List[nodes.Node], List[nodes.system_message]]:
147 results: List[nodes.Node] = [node]
326 def get_signature_prefix(self) -> List[nodes.Node]:
334 def get_signature_suffix(self) -> List[nodes.Node]:
336 ret: List[nodes.Node] = []
386 source: str, content: Union[str, List[nodes.Node]], classname: str argument
637 def run(self) -> List[Node]:
668 def run(self) -> List[Node]:
H A Dqapidoc.py455 def run(self) -> Sequence[nodes.Node]:
458 def do_parse(self, rstlist: StringList, node: nodes.Node) -> None: argument
560 def run(self) -> Sequence[nodes.Node]:
629 def admonition_wrap(self, *content: nodes.Node) -> List[nodes.Node]: argument
642 def run_annotated(self) -> List[nodes.Node]:
663 def run(self) -> List[nodes.Node]:
H A Ddbusdoc.py30 from docutils.nodes import Element, Node
119 def parse_generated_content(state: RSTState, content: StringList) -> List[Node]:
/openbmc/qemu/tests/qemu-iotests/
H A D141.out9 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: node is used as backing hd of 'NO…
23 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block j…
37 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block j…
50 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block j…
63 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block j…
/openbmc/u-boot/tools/dtoc/
H A Dfdt.py213 class Node: class
281 node = Node(self._fdt, self, offset, name, path)
412 subnode = Node(self._fdt, self, None, name, path)
511 self._root = self.Node(self, None, 0, '/', '/')
637 def Node(self, fdt, parent, offset, name, path): member in Fdt
650 node = Node(fdt, parent, offset, name, path)
H A Dtest_dtoc.py134 Node = collections.namedtuple('Node', ['props'])
137 node = Node({'compatible': prop})
142 node = Node({'compatible': prop})
147 node = Node({'compatible': prop})
/openbmc/intel-ipmi-oem/
H A Dipmi-allowlist.conf163 0x2e:0xC0:0x7f7f //<Intel OEM>:<Enable/Disable Node Manager Policy Control>
164 0x2e:0xC1:0x7f7f //<Intel OEM>:<Set Node Manager Policy>
165 0x2e:0xC2:0xff7f //<Intel OEM>:<Get Node Manager Policy>
166 0x2e:0xC3:0x7f7f //<Intel OEM>:<Set Node Manager Policy Alert Threshold>
167 0x2e:0xC4:0xff7f //<Intel OEM>:<Get Node Manager Policy Alert Threshold>
168 0x2e:0xC5:0x7f7f //<Intel OEM>:<Set Node Manager PolicySuspend Periods>
169 0x2e:0xC6:0xff7f //<Intel OEM>:<Get Node Manager PolicySuspend Periods>
170 0x2e:0xC7:0x7f7f //<Intel OEM>:<Reset Node Manager Statistics>
171 0x2e:0xC8:0xff7f //<Intel OEM>:<Get Node Manager Statistics>
172 0x2e:0xC9:0xff7f //<Intel OEM>:<Get Node Manager Capabilities>
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dsub_route_trie.hpp18 struct SubRouteNode : public crow::Node
20 using ChildMap = crow::Node::ChildMap;
25 return crow::Node::isSimpleNode() && fragmentChildren.empty(); in isSimpleNode()
/openbmc/qemu/docs/system/arm/
H A Db-l475e-iot01a.rst1 B-L475E-IOT01A IoT Node (``b-l475e-iot01a``)
4 The B-L475E-IOT01A IoT Node uses the STM32L475VG SoC which is based on
/openbmc/libcper/sections/
H A Dcper-section-memory.c159 json_object_new_uint64(memory_error->Node)); in cper_section_platform_memory_to_ir()
163 " at node %d", memory_error->Node); in cper_section_platform_memory_to_ir()
369 json_object_new_uint64(memory_error->Node)); in cper_section_platform_memory2_to_ir()
373 " on node %d", memory_error->Node); in cper_section_platform_memory2_to_ir()
530 section_cper->Node = (UINT16)json_object_get_uint64(obj); in ir_section_memory_to_cper()
644 section_cper->Node = (UINT16)json_object_get_uint64(obj); in ir_section_memory2_to_cper()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dproject_url_tag.py24 class ProjectUrlNode(template.Node):
/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/u-boot/doc/device-tree-bindings/firmware/
H A Dti,sci.txt16 TI-SCI controller Device Node:
56 TI-SCI Client Device Node:
/openbmc/u-boot/doc/device-tree-bindings/sound/
H A Dintel-hda.txt14 - intel,beep-nid: Node ID to use for beep (will be detected if not provided)
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot73 Validate Added Node
83 Should Contain ${std_out} ${node} msg=Node is not added.
150 Validate Node Added In Group
/openbmc/openbmc/poky/meta/recipes-connectivity/libuv/
H A Dlibuv_1.51.0.bb3 …y with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also u…
/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/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0001-Conceal-imp-warnings-in-Python3.patch23 import waflib.Node
/openbmc/u-boot/doc/device-tree-bindings/mailbox/
H A Dk3-secure-proxy.txt8 Secure Proxy Device Node:
/openbmc/u-boot/doc/device-tree-bindings/sysreset/
H A Dti,sci-sysreset.txt11 System Reset Controller Node
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped156 nodeoffset: Node offset of previous node
175 nodeoffset: Node offset of parent node
190 nodeoffset: Node offset of previous subnode
325 Node offset
339 Node name
404 nodeoffset: Node offset containing property to get
426 nodeoffset: Node offset to check
438 nodeoffset: Node offset to check
542 nodeoffset: Node offset of node to update
559 nodeoffset: Node offset containing the property to create/update
[all …]

123