/openbmc/qemu/tests/qemu-iotests/ |
H A D | 208 | 37 (vm.add_drive(disk_img_path, 'node-name=drive0-node', interface='none') 49 iotests.log(vm.qmp('nbd-server-add', device='drive0-node', writable=True)) 53 node_name='drive0-node', 54 snapshot_node_name='drive0-snapshot-node',
|
H A D | 030 | 46 "backing.node-name=mid," + 47 "backing.backing.node-name=base") 157 'Cannot find device=\'nonexistent\' nor node-name=\'nonexistent\'') 182 self.assert_qmp(result, 'error/desc', 'Block node is read-only') 200 opts.append("backing." * img_depth + "node-name=node%d" % i) 246 node_name = 'node%d' % i 250 job_id=job_id, bottom=f'node{i-1}', 296 "Node 'stream-filter' is busy: block device is in use by block job: stream") 300 "Node 'node3' is busy: block device is in use by block job: stream") 304 "Node 'node4' is busy: block device is in use by block job: stream") [all …]
|
H A D | 051.pc.out | 50 === Node names === 52 Testing: -drive file=TEST_DIR/t.qcow2,node-name=x123456789012345678901234567890 56 Testing: -drive file=TEST_DIR/t.qcow2,node-name=x1234567890123456789012345678901 57 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=x1234567890123456789012345678901: Node name too l… 59 Testing: -drive file=TEST_DIR/t.qcow2,node-name=All-Types.of_all0wed_chars 63 Testing: -drive file=TEST_DIR/t.qcow2,node-name=123foo 64 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=123foo: Invalid node-name: '123foo' 66 Testing: -drive file=TEST_DIR/t.qcow2,node-name=_foo 67 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=_foo: Invalid node-name: '_foo' 69 Testing: -drive file=TEST_DIR/t.qcow2,node-name=foo#12 [all …]
|
H A D | 257 | 151 self.node = None 185 self.node = name 202 blockdev_backup(drive.vm, drive.node, target_id, sync, **kwargs) 230 log(drive.vm.hmp_qemu_io(filter_node_name or drive.node, cmd)) 326 drive0.node = 'drive0' 329 node_name=drive0.node, 338 vm.qmp_log("block-dirty-bitmap-add", node=drive0.node, 346 bitmap = vm.get_bitmap(drive0.node, 'bitmap0', bitmaps=bitmaps) 353 log(vm.hmp_qemu_io(drive0.node, 'flush')) 364 ebitmap.compare(vm.get_bitmap(drive0.node, 'bitmap0', [all …]
|
H A D | 051.out | 50 === Node names === 52 Testing: -drive file=TEST_DIR/t.qcow2,node-name=x123456789012345678901234567890 56 Testing: -drive file=TEST_DIR/t.qcow2,node-name=x1234567890123456789012345678901 57 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=x1234567890123456789012345678901: Node name too l… 59 Testing: -drive file=TEST_DIR/t.qcow2,node-name=All-Types.of_all0wed_chars 63 Testing: -drive file=TEST_DIR/t.qcow2,node-name=123foo 64 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=123foo: Invalid node-name: '123foo' 66 Testing: -drive file=TEST_DIR/t.qcow2,node-name=_foo 67 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=_foo: Invalid node-name: '_foo' 69 Testing: -drive file=TEST_DIR/t.qcow2,node-name=foo#12 [all …]
|
H A D | 142 | 88 ids="node-name=image,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=f… 214 # options from its parent node. 222 …\":\"$TEST_IMG\",,\"cache\":{\"direct\":false}}",node-name=image,file.node-name=blkdebug,file.imag… 228 drv_bkfile="if=none,driver=file,filename=$TEST_IMG.base,node-name=backing-file" 229 drv_bk="if=none,file=json:{'driver':'$IMGFMT',,'file':'backing-file',,'node-name':'backing'}" 230 drv_file="if=none,driver=file,filename=$TEST_IMG,node-name=file" 231 drv_img="if=none,id=blk,file=json:{'driver':'$IMGFMT',,'file':'file',,'backing':'backing',,'node-na… 318 ids="node-name=image,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=f… 340 # TODO Implement node-name support for 'qemu-io' HMP command for -c 341 # Can use only -o to access child node options for now
|
/openbmc/u-boot/drivers/video/ |
H A D | simplefb.c | 17 const int node = dev_of_offset(dev); in simple_video_probe() local 23 node, "reg", 0, &size, false); in simple_video_probe() 42 uc_priv->xsize = fdtdec_get_uint(blob, node, "width", 0); in simple_video_probe() 43 uc_priv->ysize = fdtdec_get_uint(blob, node, "height", 0); in simple_video_probe() 46 format = fdt_getprop(blob, node, "format", NULL); in simple_video_probe()
|
/openbmc/u-boot/doc/device-tree-bindings/i2c/ |
H A D | nvidia,tegra186-bpmp-i2c.txt | 9 The BPMP I2C node must be located directly inside the main BPMP node. See 12 This node represents an I2C controller. See ../i2c/i2c.txt for details of the 28 Indicates the I2C bus number this DT node represent, as defined by the
|
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
H A D | rockchip,pinctrl.txt | 10 phrase "pin configuration node". 12 The Rockchip pin configuration node is a node of a group of pins which can be 13 used for a specific device or function. This node represents both mux and 44 - gpio-controller: identifies the node as a gpio controller and pin bank. 48 - interrupt-controller: identifies the controller node as interrupt-parent. 58 Required properties for pin configuration node: 62 The phandle of a node containing the generic pinconfig options
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | rk3188-board-spl.c | 40 int node; in spl_boot_device() local 48 node = fdt_path_offset(blob, bootdev); in spl_boot_device() 49 if (node < 0) { in spl_boot_device() 50 debug("node=%d\n", node); in spl_boot_device() 53 ret = device_get_global_by_ofnode(offset_to_ofnode(node), &dev); in spl_boot_device() 55 debug("device at node %s/%d not found: %d\n", bootdev, node, in spl_boot_device()
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | graph-tool | 30 def node_missing(node): argument 32 close_matches = difflib.get_close_matches(node, graph.nodes(), cutoff=0.7) 34 … print('ERROR: no node "%s" in graph. Close matches:\n %s' % (node, '\n '.join(close_matches))) 97 parser_find_paths.add_argument('fromnode', help='starting node name') 98 parser_find_paths.add_argument('tonode', help='ending node name') 106 …parser_filter.add_argument('-n', '--no-nodes', action='store_true', help='Skip node formatting lin…
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | fuse-allow-other.out | 13 'node-name': 'node-format', 42 'node-name': 'node-format', 69 'node-name': 'node-format',
|
H A D | qemu-img-close-errors.out | 9 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '… 11 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '… 17 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '… 18 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
|
/openbmc/u-boot/tools/ |
H A D | fit_info.c | 8 * node in a fit file. 31 fprintf(stderr, "Usage: %s -f fit file -n node -p property\n" in usage() 33 " -n ==> set node name'\n" in usage() 45 int nodeoffset; /* node offset from libfdt */ in main() 46 const void *nodep; /* property node pointer */ in main() 76 fprintf(stderr, "%s: Missing node name\n", *argv); in main()
|
/openbmc/u-boot/include/dm/ |
H A D | of_addr.h | 23 * @np: node to check 30 * of_get_address() - obtain an address from a node 32 * Extract an address from a node, returns the region size and the address 36 * @np: Node to check 55 * @np: node to check
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | ti,sci-clk.txt | 12 Clock Controller Node 14 The clock controller node represents the clocks managed by the SYSFW. Because 16 child of the sysfw node. 38 a phandle pointing to the clock controller node along with an index representing 44 - clocks: phandle pointing to the corresponding clock node, an ID representing
|
/openbmc/u-boot/doc/device-tree-bindings/reset/ |
H A D | ti,sci-reset.txt | 11 Reset Controller Node 13 The reset controller node represents the resets of various hardware modules 15 protocol to communicate with the SYSFW it must be a child of the sysfw node. 20 - #reset-cells: Must be 2. Please see the reset consumer node below for 43 should point to the TI SCI reset controller node, and the reset
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | intel,x86-pinctrl.txt | 3 Pin-muxing on x86 can be described with a node for the PINCTRL master 4 node and a set of child nodes for each pin on the SoC. 6 The PINCTRL master node requires the following properties: 9 Pin nodes must be children of the pinctrl master node and can
|
/openbmc/qemu/docs/sphinx/ |
H A D | qapi_domain.py | 58 from docutils.nodes import Element, Node 70 field: nodes.Node, argument 73 docutils helper: unpack a field node in a type-safe manner. 141 node: Element, 143 ) -> Tuple[List[nodes.Node], List[nodes.system_message]]: 145 # node here is the pending_xref node (or whatever nodeclass was 147 results: List[nodes.Node] = [node] 149 if node.get("qapi:array"): 153 if node.get("qapi:optional"): 326 def get_signature_prefix(self) -> List[nodes.Node]: [all …]
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-verify.c | 347 * information in node with prperties of RSA Key like modulus, exponent etc. 349 * Parse sign-node and fill a key_prop structure with properties of the 357 * @node: Node having the RSA Key properties 362 uint sig_len, int node) in rsa_verify_with_keynode() argument 369 if (node < 0) { in rsa_verify_with_keynode() 370 debug("%s: Skipping invalid node", __func__); in rsa_verify_with_keynode() 374 prop.num_bits = fdtdec_get_int(blob, node, "rsa,num-bits", 0); in rsa_verify_with_keynode() 376 prop.n0inv = fdtdec_get_int(blob, node, "rsa,n0-inverse", 0); in rsa_verify_with_keynode() 378 prop.public_exponent = fdt_getprop(blob, node, "rsa,exponent", &length); in rsa_verify_with_keynode() 384 prop.modulus = fdt_getprop(blob, node, "rsa,modulus", NULL); in rsa_verify_with_keynode() [all …]
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | dwc3-generic.c | 82 int node = dev_of_offset(dev); in dwc3_generic_peripheral_ofdata_to_platdata() local 86 dwc3->maximum_speed = usb_get_maximum_speed(node); in dwc3_generic_peripheral_ofdata_to_platdata() 92 dwc3->dr_mode = usb_get_dr_mode(node); in dwc3_generic_peripheral_ofdata_to_platdata() 209 int node; in dwc3_glue_bind() local 212 for (node = fdt_first_subnode(fdt, dev_of_offset(parent)); node > 0; in dwc3_glue_bind() 213 node = fdt_next_subnode(fdt, node)) { in dwc3_glue_bind() 214 const char *name = fdt_get_name(fdt, node, NULL); in dwc3_glue_bind() 221 dr_mode = usb_get_dr_mode(node); in dwc3_glue_bind() 244 offset_to_ofnode(node), &dev); in dwc3_glue_bind()
|
/openbmc/qemu/ui/ |
H A D | input.c | 17 QTAILQ_ENTRY(QemuInputHandlerState) node; 34 QTAILQ_ENTRY(QemuInputEventQueue) node; 57 QTAILQ_INSERT_TAIL(&handlers, s, node); in qemu_input_handler_register() 65 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_activate() 66 QTAILQ_INSERT_HEAD(&handlers, s, node); in qemu_input_handler_activate() 72 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_deactivate() 73 QTAILQ_INSERT_TAIL(&handlers, s, node); in qemu_input_handler_deactivate() 79 QTAILQ_REMOVE(&handlers, s, node); in qemu_input_handler_unregister() 105 QTAILQ_FOREACH(s, &handlers, node) { in qemu_input_find_handler() 114 QTAILQ_FOREACH(s, &handlers, node) { in qemu_input_find_handler() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 2 * Block node graph modifications tests 87 * When checking node for a possibility to update permissions, it's subtree 88 * should be correctly checked too. New permissions for each node should be 90 * check new permissions of the node only in context of old permissions of 102 * | passthrough filter |--------->| null-co node | 106 * and then, tries to append filter under node. Expected behavior: fail. 108 * write permission to one node, without actually sharing it. 125 * | null co node | 135 BlockDriverState *bs = no_perm_node("node"); in test_update_perm_tree() 168 * | node |<---------| target | [all …]
|
/openbmc/u-boot/drivers/misc/imx8/ |
H A D | scu.c | 221 int node; in imx8_scu_bind() local 225 node = fdt_node_offset_by_compatible(gd->fdt_blob, -1, in imx8_scu_bind() 227 if (node < 0) in imx8_scu_bind() 228 panic("No clk node found\n"); in imx8_scu_bind() 230 ret = lists_bind_fdt(dev, offset_to_ofnode(node), &child, true); in imx8_scu_bind() 236 node = fdt_node_offset_by_compatible(gd->fdt_blob, -1, in imx8_scu_bind() 238 if (node < 0) in imx8_scu_bind() 239 panic("No iomuxc node found\n"); in imx8_scu_bind() 241 ret = lists_bind_fdt(dev, offset_to_ofnode(node), &child, true); in imx8_scu_bind()
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.style.css | 1 …node,.jstree-children,.jstree-container-ul{display:block;margin:0;padding:0;list-style-type:none;l…
|