Home
last modified time | relevance | path

Searched full:node (Results 626 – 650 of 1779) sorted by relevance

1...<<21222324252627282930>>...72

/openbmc/qemu/hw/virtio/
H A Dvirtio-hmp-cmds.c86 VirtioInfoList *node; in hmp_virtio_query() local
98 node = list; in hmp_virtio_query()
99 while (node) { in hmp_virtio_query()
100 monitor_printf(mon, "%s [%s]\n", node->value->path, in hmp_virtio_query()
101 node->value->name); in hmp_virtio_query()
102 node = node->next; in hmp_virtio_query()
/openbmc/qemu/
H A Dcpu-common.c93 QTAILQ_INSERT_TAIL_RCU(&cpus_queue, cpu, node); in cpu_list_add()
100 if (!QTAILQ_IN_USE(cpu, node)) { in cpu_list_remove()
105 QTAILQ_REMOVE_RCU(&cpus_queue, cpu, node); in cpu_list_remove()
127 QSIMPLEQ_ENTRY(qemu_work_item) node;
136 QSIMPLEQ_INSERT_TAIL(&cpu->work_list, wi, node); in queue_work_on_cpu()
341 QSIMPLEQ_REMOVE_HEAD(&cpu->work_list, node); in free_queued_cpu_work()
359 QSIMPLEQ_REMOVE_HEAD(&cpu->work_list, node); in process_queued_cpu_work()
H A Dblock.c291 error_setg(errp, "Can't set node '%s' to r/o with copy-on-read enabled", in bdrv_can_set_read_only()
300 error_setg(errp, "Node '%s' is read only", in bdrv_can_set_read_only()
311 * Returns 0 if the node is already read-only or it could switch the node to
314 * Returns -EACCES if the node is read-write and BDRV_O_AUTO_RDONLY is not set
315 * or bdrv_can_set_read_only() forbids making the node read-only. If @errmsg
754 error_setg(errp, "Block node '%s' is not opened", bs->filename); in bdrv_co_delete_file()
1200 return g_strdup_printf("node '%s'", bdrv_get_node_name(parent)); in bdrv_child_get_parent_desc()
1270 "node is used as backing hd of '%s'", in bdrv_backing_attach()
1378 * be probed by default (even when the node itself has BDRV_O_PROTOCOL in bdrv_inherited_options()
1616 error_setg(errp, "Invalid node-name: '%s'", node_name); in bdrv_assign_node_name()
[all …]
/openbmc/qemu/hw/openrisc/
H A Dopenrisc_sim.c167 /* Create aliases node for use by devices. */ in openrisc_create_fdt()
202 /* Init device tree node for ethoc. */ in openrisc_sim_net_init()
234 /* Add device tree node for ompic. */ in openrisc_sim_ompic_init()
271 /* Add device tree node for serial. */ in openrisc_sim_serial_init()
281 /* The /chosen node is created during fdt creation. */ in openrisc_sim_serial_init()
334 * will not care about the node order (it will look at stdout-path in openrisc_sim_init()
336 * just looks for the first UART node in the DTB, make sure the in openrisc_sim_init()
/openbmc/qemu/hw/core/
H A Dmachine-hmp-cmds.c75 monitor_printf(mon, " node-id: \"%" PRIu64 "\"\n", c->node_id); in hmp_hotpluggable_cpus()
279 monitor_printf(mon, " node: %" PRId64 "\n", di->node); in hmp_info_memory_devices()
302 monitor_printf(mon, " node: %" PRId64 "\n", vmi->node); in hmp_info_memory_devices()
318 monitor_printf(mon, " node: %" PRId64 "\n", se->node); in hmp_info_memory_devices()
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c891 int node, usb32, ret = 1; in comphy_dedicated_phys_init() local
902 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init()
905 node = fdt_node_offset_by_compatible( in comphy_dedicated_phys_init()
909 if (node > 0) { in comphy_dedicated_phys_init()
910 if (fdtdec_get_is_enabled(blob, node)) { in comphy_dedicated_phys_init()
917 debug("USB%d node is disabled\n", in comphy_dedicated_phys_init()
921 debug("No USB%d node in DT\n", usb32 == 0 ? 2 : 3); in comphy_dedicated_phys_init()
925 node = fdt_node_offset_by_compatible(blob, -1, in comphy_dedicated_phys_init()
927 if (node > 0) { in comphy_dedicated_phys_init()
928 if (fdtdec_get_is_enabled(blob, node)) { in comphy_dedicated_phys_init()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dstream_id_lsch3.h29 * -set a msi-map entry in the PEXn controller node in the
32 * -set a iommu-map entry in the PEXn controller node in the
39 * -u-boot will fixup the iommu-map property in the fsl-mc node in the
/openbmc/u-boot/doc/device-tree-bindings/leds/
H A Dleds-bcm6358.txt21 Each LED is represented as a sub-node of the brcm,bcm6358-leds device.
23 LED sub-node required properties:
26 LED sub-node optional properties:
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfile-io-error66 'node-name': 'node0',
85 'node-name': 'node0',
112 'arguments': {'node-name': 'node0'}}" \
/openbmc/qemu/tests/qemu-iotests/
H A D260.out4 {"execute": "block-dirty-bitmap-add", "arguments": {"name": "bitmap0", "node": "drive0", "persisten…
21 {"execute": "block-dirty-bitmap-add", "arguments": {"name": "bitmap0", "node": "drive0", "persisten…
38 {"execute": "block-dirty-bitmap-add", "arguments": {"name": "bitmap0", "node": "drive0", "persisten…
H A D195.out8 Testing: -drive if=none,file=TEST_DIR/t.IMGFMT,backing.node-name=mid
46 Testing: -drive if=none,file=TEST_DIR/t.IMGFMT,node-name=top
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt9 Main node:
13 of the phrase "pin configuration node".
148 - gpio-controller: Marks the device node as a GPIO controller.
H A Datmel,at91-pio4-pinctrl.txt14 Each node (or subnode) will list the pins it needs and how to configured these
17 node {
/openbmc/u-boot/tools/binman/etype/
H A Dgbb.py56 def __init__(self, section, etype, node): argument
57 Entry.__init__(self, section, etype, node)
65 flags_node = node.FindNode('flags')
H A Du_boot_spl_bss_pad.py33 def __init__(self, section, etype, node): argument
34 Entry_blob.__init__(self, section, etype, node)
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-mem.h33 #define VIRTIO_MEM_NODE_PROP "node"
77 /* NUMA node */
78 uint32_t node; member
/openbmc/u-boot/test/dm/
H A Dbus.c145 int node; in dm_test_bus_children_funcs() local
170 node = fdt_path_offset(blob, "/junk"); in dm_test_bus_children_funcs()
171 ut_asserteq(-ENODEV, device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_funcs()
172 node = fdt_path_offset(blob, "/d-test"); in dm_test_bus_children_funcs()
173 ut_asserteq(-ENODEV, device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_funcs()
183 int node; in dm_test_bus_children_of_offset() local
189 node = fdt_path_offset(blob, "/some-bus/c-test@1"); in dm_test_bus_children_of_offset()
190 ut_assert(node > 0); in dm_test_bus_children_of_offset()
191 ut_assertok(device_find_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_of_offset()
194 ut_assertok(device_get_child_by_of_offset(bus, node, &dev)); in dm_test_bus_children_of_offset()
/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:
/openbmc/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c321 ofnode node; in rpc_hf_bind() local
328 dev_for_each_subnode(node, parent) { in rpc_hf_bind()
329 off = ofnode_to_offset(node); in rpc_hf_bind()
347 int node = dev_of_offset(dev); in rpc_hf_probe() local
352 parent = fdt_parent_offset(blob, node); in rpc_hf_probe()
354 cell = fdt_getprop(blob, node, "reg", &len); in rpc_hf_probe()
375 rpc_base = fdt_translate_address(blob, node, cell); in rpc_hf_probe()
376 flash_base = fdt_translate_address(blob, node, cell + addrc + sizec); in rpc_hf_probe()
/openbmc/qemu/include/qemu/
H A Dnotify.h24 QLIST_ENTRY(Notifier) node;
58 QLIST_ENTRY(NotifierWithReturn) node;
/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/qemu/include/hw/i386/
H A Dsgx-epc.h29 #define SGX_EPC_NUMA_NODE_PROP "node"
43 uint32_t node; member
/openbmc/qemu/include/standard-headers/asm-x86/
H A Dsetup_data.h26 /* extensible setup data list node */
34 /* extensible setup indirect data node */
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c378 void os_dirent_free(struct os_dirent_node *node) in os_dirent_free() argument
382 while (node) { in os_dirent_free()
383 next = node->next; in os_dirent_free()
384 os_free(node); in os_dirent_free()
385 node = next; in os_dirent_free()
392 struct os_dirent_node *head, *node, *next; in os_dirent_ls() local
415 for (node = head = NULL;; node = next) { in os_dirent_ls()
422 next = os_malloc(sizeof(*node) + strlen(entry->d_name) + 1); in os_dirent_ls()
459 if (node) in os_dirent_ls()
460 node->next = next; in os_dirent_ls()
/openbmc/u-boot/fs/ubifs/
H A Dgc.c26 * size, or min. UBIFS node size, depending on what is greater. Indeed, UBIFS
109 * @a: first data node
110 * @a: second data node
151 * @a: first node
152 * @a: second node
215 * @min: minimum node size is returned here
257 /* Probably truncation node, zap it */ in sort_nodes()
274 /* The node is obsolete, remove it from the list */ in sort_nodes()
301 * move_node - move a node.
305 * @wbuf: write-buffer to move node to
[all …]

1...<<21222324252627282930>>...72