Home
last modified time | relevance | path

Searched full:node (Results 226 – 250 of 1779) sorted by relevance

12345678910>>...72

/openbmc/qemu/tests/qemu-iotests/
H A D28143 self.vm.add_blockdev('driver=file,filename=%s,node-name=file_%s'
45 self.vm.add_blockdev('driver=qcow2,file=file_%s,node-name=%s'
61 node='drive0',
81 self.vm_src.add_blockdev('driver=file,filename=%s,node-name=file0'
83 self.vm_src.add_blockdev('driver=qcow2,file=file0,node-name=drive0')
91 self.vm_tgt.add_blockdev('driver=file,filename=%s,node-name=file0'
93 self.vm_tgt.add_blockdev('driver=qcow2,file=file0,node-name=drive0')
146 self.vm.add_blockdev('driver=file,filename=%s,node-name=file0'
148 self.vm.add_blockdev('driver=qcow2,file=file0,node-name=drive0')
165 'data': { 'node-name': 'drive0',
[all …]
H A D08598 { 'driver': 'qcow2', 'node-name': 'snap_${1}', ${2}
101 'node-name': 'file_${1}' } } }"
126 'arguments': { 'node': 'virtio0',
203 'arguments': { 'node':'virtio0',
208 echo === Invalid command - snapshot node used as active layer ===
214 'arguments': { 'node':'virtio0',
219 'arguments': { 'node':'virtio0',
224 echo === Invalid command - snapshot node used as backing hd ===
230 echo === Invalid command - snapshot node has a backing image ===
248 'arguments': { 'node':'snap_${SNAPSHOTS}',
[all …]
H A D133.out5 === Check that node-name can't be changed ===
7 qemu-io: Cannot change the option 'node-name'
8 qemu-io: Cannot change the option 'node-name'
9 qemu-io: Cannot change the option 'node-name'
11 === Check that unchanged node-name is okay ===
H A D26636 'file': 'protocol-node',
50 'file': 'protocol-node',
65 'file': 'protocol-node',
80 'file': 'protocol-node',
91 'file': 'protocol-node',
101 'file': 'protocol-node',
111 'file': 'protocol-node',
132 node_name='protocol-node',
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqsd-jobs.out13 === Streaming can't get permission on base node ===
19node 'fmt_base': permissions 'write' are both required by an unnamed block device (uses node 'fmt_…
H A Diothreads-commit-active50 vm.add_blockdev(f'file,node-name=disk0-file,filename={img_path}')
51 vm.add_blockdev('qcow2,node-name=disk0-fmt,file=disk0-file')
52 vm.add_drive(snap_path, 'backing=disk0-fmt,node-name=disk0',
57 vm.add_blockdev(f'file,filename={src_path},node-name=mirror-src-file')
58 vm.add_blockdev('qcow2,file=mirror-src-file,node-name=mirror-src')
59 vm.add_blockdev(f'file,filename={dst_path},node-name=mirror-dst-file')
60 vm.add_blockdev('qcow2,file=mirror-dst-file,node-name=mirror-dst-fmt')
62 'node-name=mirror-dst')
/openbmc/u-boot/doc/device-tree-bindings/power/
H A Dti,sci-pm-domain.txt11 PM Domain Node
13 The PM domain node represents the global PM domain managed by the SYSFW. Because
15 child of the sysfw node.
21 device node.
37 property that is a phandle pointing to the corresponding PM domain node
43 - power-domains: phandle pointing to the corresponding PM domain node
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c18 int pinctrl_decode_pin_config(const void *blob, int node) in pinctrl_decode_pin_config() argument
22 if (fdtdec_get_bool(blob, node, "bias-pull-up")) in pinctrl_decode_pin_config()
24 else if (fdtdec_get_bool(blob, node, "bias-pull-down")) in pinctrl_decode_pin_config()
54 * pinctrl_config_one() - apply pinctrl settings for a single node
56 * @config: pin configuration node
138 ofnode node; in pinconfig_post_bind() local
141 dev_for_each_subnode(node, dev) { in pinconfig_post_bind()
143 !ofnode_pre_reloc(node)) in pinconfig_post_bind()
146 * If this node has "compatible" property, this is not in pinconfig_post_bind()
147 * a pin configuration node, but a normal device. skip. in pinconfig_post_bind()
[all …]
/openbmc/webui-vue/
H A Dpackage-lock.json49 "check-node-version": "4.2.1",
67 "node": ">=12.14.1" string
70 "node_modules/@achrinza/node-ipc": {
72 "resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.9.tgz",
77 "@node-ipc/js-queue": "2.0.3",
82 … "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22" string
95 "node": ">=6.0.0" string
109 "node": ">=6.9.0" string
118 "node": ">=6.9.0" string
144 "node": ">=6.9.0" string
[all …]
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_dcmi.h55 /* External Node Manager Configuration and Control Commands per spec 2.0 */
73 /* Node Manager Policy Control Flags */
78 /* Node Manager Set Policy Enable */
81 /* Node Manager Policy Trigger Codes */
176 /* Node Manager discover command */
186 /* Node Manager get capabilites command */
199 /* Node Manager get statistics command */
211 /* Node Manager set policy */
224 /* Node Maager get policy */
236 /* Node Manager set alert destination */
[all …]
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c77 ofnode node) in tegra_xusb_padctl_group_parse_dt() argument
82 group->name = ofnode_get_name(node); in tegra_xusb_padctl_group_parse_dt()
84 len = ofnode_read_string_count(node, "nvidia,lanes"); in tegra_xusb_padctl_group_parse_dt()
93 ret = ofnode_read_string_index(node, "nvidia,lanes", i, in tegra_xusb_padctl_group_parse_dt()
103 ret = ofnode_read_string_index(node, "nvidia,function", 0, in tegra_xusb_padctl_group_parse_dt()
110 group->iddq = ofnode_read_u32_default(node, "nvidia,iddq", -1); in tegra_xusb_padctl_group_parse_dt()
220 ofnode node) in tegra_xusb_padctl_config_parse_dt() argument
224 config->name = ofnode_get_name(node); in tegra_xusb_padctl_config_parse_dt()
226 ofnode_for_each_subnode(subnode, node) { in tegra_xusb_padctl_config_parse_dt()
245 ofnode node) in tegra_xusb_padctl_parse_dt() argument
[all …]
/openbmc/u-boot/drivers/core/
H A Dof_access.c34 /* "/aliaes" node */
37 /* "/chosen" node */
40 /* node pointed to by the stdout-path alias */
47 * struct alias_prop - Alias property in 'aliases' node
49 * The structure represents one alias property of 'aliases' node as
52 * @link: List node to link the structure in aliases_lookup list
78 /* No #address-cells property for the root node */ in of_n_addr_cells()
94 /* No #size-cells property for the root node */ in of_n_size_cells()
249 struct device_node *of_get_parent(const struct device_node *node) in of_get_parent() argument
253 if (!node) in of_get_parent()
[all …]
H A Dlists.c81 const char *dev_name, ofnode node, in device_bind_driver_to_node() argument
93 node, devp); in device_bind_driver_to_node()
125 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp, in lists_bind_fdt() argument
141 name = ofnode_get_name(node); in lists_bind_fdt()
142 pr_debug("bind node %s\n", name); in lists_bind_fdt()
144 compat_list = ofnode_get_property(node, "compatible", &compat_length); in lists_bind_fdt()
152 dm_warn("Device tree error at node '%s'\n", name); in lists_bind_fdt()
176 if (!dm_ofnode_pre_reloc(node) && in lists_bind_fdt()
183 id->data, node, &dev); in lists_bind_fdt()
201 pr_debug("No match for node '%s'\n", name); in lists_bind_fdt()
/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c74 ut_assertok(ut_fdt_getprop_u32(fdt, "/test-node", "test-int-property", in fdt_overlay_change_int_property()
86 ut_assertok(fdt_getprop_str(fdt, "/test-node", "test-str-property", in fdt_overlay_change_str_property()
98 ut_assertok(fdt_getprop_str(fdt, "/test-node", "test-str-property-2", in fdt_overlay_add_str_property()
110 off = fdt_path_offset(fdt, "/test-node/new-node"); in fdt_overlay_add_node_by_phandle()
123 off = fdt_path_offset(fdt, "/new-node"); in fdt_overlay_add_node_by_path()
136 off = fdt_path_offset(fdt, "/test-node/sub-test-node"); in fdt_overlay_add_subnode_property()
152 off = fdt_path_offset(fdt, "/new-local-node"); in fdt_overlay_local_phandle()
176 off = fdt_path_offset(fdt, "/new-local-node"); in fdt_overlay_local_phandles()
182 off = fdt_path_offset(fdt, "/test-node"); in fdt_overlay_local_phandles()
204 ut_assertok(ut_fdt_getprop_u32(fdt, "/new-local-node", in fdt_overlay_stacked()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk322x-board.c108 int node; in board_usb_init() local
113 /* find the usb_otg node */ in board_usb_init()
114 node = fdt_node_offset_by_compatible(blob, -1, in board_usb_init()
117 while (node > 0) { in board_usb_init()
118 mode = fdt_getprop(blob, node, "dr_mode", NULL); in board_usb_init()
124 node = fdt_node_offset_by_compatible(blob, node, in board_usb_init()
131 rk322x_otg_data.regs_otg = fdtdec_get_addr(blob, node, "reg"); in board_usb_init()
/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])
66 for pre, fill, node in RenderTree(root):
67 print("%s%s" % (pre, node.name))
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path_utilities.c33 /* size includes the END node: */ in get_device_path_size()
84 * Append device path node.
93 * @device_node device node
158 * @device_node device node
169 * Create device node.
177 * @node_type node type
178 * @node_sub_type node sub type
179 * @node_length node length
180 * @return device path node
/openbmc/u-boot/arch/arm/include/asm/
H A Dmemory.h97 unsigned int node = PFN_TO_NID(pfn); \
98 struct pglist_data *nd = NODE_DATA(node); \
99 ((node < NR_NODES) && \
118 * This assumes all node's mem_maps are stored within the node they
122 ({ unsigned int node = KVADDR_TO_NID(page); \
123 ((node < NR_NODES) && \
124 ((unsigned)((page) - NODE_MEM_MAP(node)) < NODE_DATA(node)->node_size)); \
/openbmc/qemu/hw/core/
H A Dguest-loader.c46 g_autofree char *node = g_strdup_printf("/chosen/module@0x%08" PRIx64, in loader_insert_platform_data() local
55 qemu_fdt_add_subnode(fdt, node); in loader_insert_platform_data()
56 qemu_fdt_setprop(fdt, node, "reg", &reg_attr, sizeof(reg_attr)); in loader_insert_platform_data()
60 if (qemu_fdt_setprop_string_array(fdt, node, "compatible", in loader_insert_platform_data()
63 error_setg(errp, "couldn't set %s/compatible", node); in loader_insert_platform_data()
67 if (qemu_fdt_setprop_string(fdt, node, "bootargs", s->args) < 0) { in loader_insert_platform_data()
68 error_setg(errp, "couldn't set %s/bootargs", node); in loader_insert_platform_data()
73 if (qemu_fdt_setprop_string_array(fdt, node, "compatible", in loader_insert_platform_data()
76 error_setg(errp, "couldn't set %s/compatible", node); in loader_insert_platform_data()
/openbmc/u-boot/board/st/stm32f746-disco/
H A Dstm32f746-disco.c88 int node; in board_late_init() local
90 node = fdt_node_offset_by_compatible(gd->fdt_blob, 0, "st,led1"); in board_late_init()
91 if (node < 0) in board_late_init()
94 gpio_request_by_name_nodev(offset_to_ofnode(node), "led-gpio", 0, &gpio, in board_late_init()
104 node = fdt_node_offset_by_compatible(gd->fdt_blob, 0, "st,button1"); in board_late_init()
105 if (node < 0) in board_late_init()
108 gpio_request_by_name_nodev(offset_to_ofnode(node), "button-gpio", 0, in board_late_init()
/openbmc/libbej/include/libbej/
H A Dbej_encoder_metadata.h12 * @brief Update the node metadata used during encoding process.
15 * properties of each node.
22 * @param root - root node of the resource to be encoded. Root node has to
/openbmc/u-boot/board/alliedtelesis/common/
H A Dgpio_hog.c15 int node; in gpio_hog_list() local
19 node = fdt_node_offset_by_compatible(gd->fdt_blob, 0, node_name); in gpio_hog_list()
20 if (node < 0) in gpio_hog_list()
25 gpio_request_list_by_name_nodev(offset_to_ofnode(node), in gpio_hog_list()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/
H A Dcorosync.conf8 # crypto_cipher and crypto_hash: Used for mutual node authentication.
48 # Change/uncomment/add node sections to match cluster configuration
50 node {
51 # Hostname of the node
53 # Cluster membership node identifier
/openbmc/u-boot/fs/ubifs/
H A Drecovery.c13 * When UBIFS is mounted, it checks a flag on the master node to determine if
31 * Hence, if UBIFS finds a corrupted node at offset X, it expects only the min.
85 * get_master_node - get the last valid master node allowing for corruption.
89 * @mst: master node, if found, is returned here
93 * returns the last valid master node allowing for one area of corruption.
95 * that it is the result of an unclean unmount while the master node was being
97 * master node.
116 /* Find the first position that is definitely not a node */ in get_master_node()
129 /* See if there was a valid master node before that */ in get_master_node()
147 * trying to write a master node. in get_master_node()
[all …]
/openbmc/u-boot/doc/device-tree-bindings/pinctrl/
H A Dst,stm32-pinctrl.txt8 Pin controller node:
15 - ranges : defines mapping between pin controller node (parent) to
16 gpio-bank node (children).
20 GPIO controller/bank node:
37 - st,syscfg: Should be phandle/offset pair. The phandle to the syscon node
63 Contents of function subnode node:
66 A pinctrl node should contain at least one subnode representing the
71 node {

12345678910>>...72