Home
last modified time | relevance | path

Searched full:node (Results 1276 – 1300 of 1779) sorted by relevance

1...<<51525354555657585960>>...72

/openbmc/u-boot/board/freescale/ls1088a/
H A Dls1088a.c661 printf("%s: ERROR: fsl-mc node not found in device tree (error %d)\n", in fdt_fixup_board_enet()
685 * So disable IFC node in dts if QSPI is enabled or in fsl_fdt_fixup_flash()
686 * disable QSPI node in dts in case QSPI is not enabled. in fsl_fdt_fixup_flash()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dlpc.c130 int node = dev_of_offset(pch); in pch_power_options() local
217 writel(fdtdec_get_int(blob, node, "intel,gpe0-enable", 0), in pch_power_options()
219 writew(fdtdec_get_int(blob, node, "intel,alt-gp-smi-enable", 0), in pch_power_options()
/openbmc/qemu/system/
H A Ddevice_tree.c237 error_report("%s Couldn't find node %s: %s", __func__, node_path, in findnode_nofail()
279 error_setg(errp, "%s: abort parsing dt for %s node units: %s", in qemu_fdt_node_unit_path()
520 error_report("%s: Couldn't nop node %s: %s", __func__, node_path, in qemu_fdt_nop_node()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c155 QLIST_ENTRY(VirtQueue) node;
2390 return QLIST_NEXT(vq, node); in virtio_vector_next_queue()
2507 QLIST_REMOVE(vq, node); in virtio_queue_set_vector()
2512 QLIST_INSERT_HEAD(&vdev->vector_queues[vector], vq, node); in virtio_queue_set_vector()
4256 strList *node; in qmp_decode_vring_desc_flags() local
4275 node = g_malloc0(sizeof(strList)); in qmp_decode_vring_desc_flags()
4276 node->value = g_strdup(map[i].value); in qmp_decode_vring_desc_flags()
4277 node->next = list; in qmp_decode_vring_desc_flags()
4278 list = node; in qmp_decode_vring_desc_flags()
4316 VirtioRingDescList *node; in qmp_x_query_virtio_queue_element() local
[all …]
/openbmc/qemu/include/qemu/
H A Dqtree.h52 typedef gboolean (*QTraverseNodeFunc)(QTreeNode *node,
/openbmc/u-boot/include/dm/
H A Duclass-id.h74 UCLASS_PINCONFIG, /* Pin configuration node device */
/openbmc/u-boot/drivers/phy/
H A Dsti_usb_phy.c120 ret = uclass_get_device_by_ofnode(UCLASS_SYSCON, syscfg_phandle.node, in sti_usb_phy_probe()
/openbmc/openbmc/poky/scripts/contrib/
H A Dddimage40 diskutil info $DEVICE | egrep "(Device Node|Media Name|Total Size)"
/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160ardb.c196 printf("mdio@0x8B9700 node not found in dts\n"); in fdt_fixup_board_phy()
/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp86 // Ignore errors -- if of_node is present the device is a static DT node; in deviceStatic()
/openbmc/qemu/tests/qemu-iotests/
H A D19447 source_vm.qmp_log('block-dirty-bitmap-add', node='drive0', name='bitmap0')
H A D206.out8 …-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2", "node-name": "imgfile"}}
159 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
H A D237.out8 …v-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.vmdk", "node-name": "imgfile"}}
88 Job failed: Cannot find device='this doesn't exist' nor node-name='this doesn't exist'
H A D213130 vm.add_blockdev('driver=file,filename=%s,node-name=node0' % (disk_path))
/openbmc/u-boot/tools/binman/
H A DREADME.entries31 the node (if enabled with -u) which provides the uncompressed size of the
290 The text can be provided either in the node itself or by a command-line
300 Example node:
313 It is also possible to put the string directly in the node:
318 message = "a message directly in the node"
/openbmc/qemu/include/hw/core/
H A Dcpu.h441 * @node: QTAILQ of CPUs sharing TB cache.
519 QTAILQ_ENTRY(CPUState) node;
600 #define CPU_NEXT(cpu) QTAILQ_NEXT_RCU(cpu, node)
601 #define CPU_FOREACH(cpu) QTAILQ_FOREACH_RCU(cpu, &cpus_queue, node)
603 QTAILQ_FOREACH_SAFE_RCU(cpu, &cpus_queue, node, next_cpu)
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A Dtriehash210 # This implements a simple trie. Each node has three attributes:
254 # replacing an existing node.
359 # Rebuild the child node at $head, pushing $tail downwards
490 # This node has a value, so it is a possible end point. If no children
/openbmc/qemu/hw/arm/
H A Dvexpress.c435 /* Add a virtio_mmio node to the device tree blob: in add_virtio_mmio_node()
466 /* Find the FDT node corresponding to the interrupt controller in find_int_controller()
468 * a node with the right compatibility, since we know there is in find_int_controller()
470 * We return the phandle of the node, or 0 if none was found. in find_int_controller()
/openbmc/qemu/monitor/
H A Dmonitor.c494 hash += g_str_hash(qdict_get_str(evstate->data, "node-name")); in qapi_event_throttle_hash()
520 return !strcmp(qdict_get_str(eva->data, "node-name"), in qapi_event_throttle_equal()
521 qdict_get_str(evb->data, "node-name")); in qapi_event_throttle_equal()
/openbmc/phosphor-objmgr/src/
H A Dmain.cpp203 tinyxml2::XMLNode* pRoot = doc.FirstChildElement("node"); in doIntrospect()
236 pElement = pRoot->FirstChildElement("node"); in doIntrospect()
251 pElement = pElement->NextSiblingElement("node"); in doIntrospect()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp575 * FC, node number and SE values. in getUnexpandedLocationCode()
601 * Confirm if there are other details apart FC, node number and SE in getUnexpandedLocationCode()
636 * System location code will not have node number and any other in getUnexpandedLocationCode()
/openbmc/u-boot/doc/uImage.FIT/
H A Dhowto.txt56 own subnode under the /images node, which should then be referenced from one or
173 On node 0 totalpages: 65536
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py157 # Convert path like: /sys-0/node-0/motherboard-0/dimmconn-0/dimm-0
178 …# /sys-0/node-0/motherboard-0/proc_socket-0/module-0/p9_proc_s/eq0/ex0/core0 (for P9) # noqa: E…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-Fix-build-with-fno-common.patch246 /* Node subscription */
251 /* Node unsubscription */
/openbmc/u-boot/board/hisilicon/hikey/
H A Dhikey.c450 * Reserve regions below from DT memory node (which gets generated in dram_init_banksize()
452 * the kernel. This will then match the kernel hikey dts memory node. in dram_init_banksize()

1...<<51525354555657585960>>...72