/openbmc/u-boot/board/freescale/ls1088a/ |
H A D | ls1088a.c | 661 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 D | lpc.c | 130 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 D | device_tree.c | 237 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 D | virtio.c | 155 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 D | qtree.h | 52 typedef gboolean (*QTraverseNodeFunc)(QTreeNode *node,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 74 UCLASS_PINCONFIG, /* Pin configuration node device */
|
/openbmc/u-boot/drivers/phy/ |
H A D | sti_usb_phy.c | 120 ret = uclass_get_device_by_ofnode(UCLASS_SYSCON, syscfg_phandle.node, in sti_usb_phy_probe()
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | ddimage | 40 diskutil info $DEVICE | egrep "(Device Node|Media Name|Total Size)"
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160ardb.c | 196 printf("mdio@0x8B9700 node not found in dts\n"); in fdt_fixup_board_phy()
|
/openbmc/dbus-sensors/src/ |
H A D | DeviceMgmt.cpp | 86 // Ignore errors -- if of_node is present the device is a static DT node; in deviceStatic()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 194 | 47 source_vm.qmp_log('block-dirty-bitmap-add', node='drive0', name='bitmap0')
|
H A D | 206.out | 8 …-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 D | 237.out | 8 …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 D | 213 | 130 vm.add_blockdev('driver=file,filename=%s,node-name=node0' % (disk_path))
|
/openbmc/u-boot/tools/binman/ |
H A D | README.entries | 31 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 D | cpu.h | 441 * @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 D | triehash | 210 # 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 D | vexpress.c | 435 /* 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 D | monitor.c | 494 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 D | main.cpp | 203 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 D | manager.cpp | 575 * 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 D | howto.txt | 56 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 D | sensor_yaml_config.py | 157 # 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 D | 0001-Fix-build-with-fno-common.patch | 246 /* Node subscription */ 251 /* Node unsubscription */
|
/openbmc/u-boot/board/hisilicon/hikey/ |
H A D | hikey.c | 450 * 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()
|