Home
last modified time | relevance | path

Searched full:node (Results 876 – 900 of 1779) sorted by relevance

1...<<31323334353637383940>>...72

/openbmc/qemu/hw/intc/
H A Dxics_kvm.c46 QLIST_ENTRY(KVMEnabledICP) node;
56 QLIST_FOREACH_SAFE(enabled_icp, &kvm_enabled_icps, node, next) { in kvm_disable_icps()
57 QLIST_REMOVE(enabled_icp, node); in kvm_disable_icps()
158 QLIST_FOREACH(enabled_icp, &kvm_enabled_icps, node) { in icp_kvm_realize()
179 QLIST_INSERT_HEAD(&kvm_enabled_icps, enabled_icp, node); in icp_kvm_realize()
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.hpp53 virtual int getaddrinfo(const char* node, const char* service,
88 int getaddrinfo(const char* node, const char* service,
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dlicense.py15 def visit_Str(self, node): argument
16 self.seen.append(node.s)
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqcow2-internal-snapshots52 -blockdev file,filename="$TEST_IMG",node-name=disk0-file \
53 -blockdev "$IMGFMT",file=disk0-file,node-name=disk0 \
H A Dnbd-multiconn53 'node-name': 'n',
85 'node-name': 'n',
/openbmc/u-boot/doc/device-tree-bindings/pmic/
H A Dsandbox.txt12 Required PMIC node properties:
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcpu-dt.c16 * device node of PSCI. But still return 0 instead of an error in psci_update_dt()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Ddt-setup.c25 /* Enable GPU node if GPU setup has been performed */ in ft_system_setup()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/
H A Dconfig.yaml25 NODE:
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/
H A Dlocalextra.rules6 # %e the smallest number for that name which does not matches an existing node
H A Dautomount.rules6 # %e the smallest number for that name which does not matches an existing node
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c82 printf("Remaining node at %p name %s ref %u\n", n, n->name, in xs_impl_delete()
393 /* Overwrite an existing node */ in test_xs_node_simple()
672 /* Now the node is gone */ in test_xs_node_tx_rm()
702 /* Another node to remain shared */ in test_xs_node_tx_resurrect()
707 /* This node will be wiped and resurrected */ in test_xs_node_tx_resurrect()
755 /* Now the node is gone */ in test_xs_node_tx_resurrect()
787 /* Another node to remain shared */ in test_xs_node_tx_resurrect2()
792 /* This node will be wiped and resurrected */ in test_xs_node_tx_resurrect2()
838 /* Now the node is gone */ in test_xs_node_tx_resurrect2()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c488 * property of a node in fdt_getprop(), then if that didn't in fdt_node_offset_by_prop_value()
490 * to the next node. Still it's the easiest to implement in fdt_node_offset_by_prop_value()
514 * potentially scan each property of a node in in fdt_node_offset_by_phandle()
517 * node. Still it's the easiest to implement approach; in fdt_node_offset_by_phandle()
667 * property of a node in fdt_node_check_compatible(), then if in fdt_node_offset_by_compatible()
669 * making our way to the next node. Still it's the easiest to in fdt_node_offset_by_compatible()
/openbmc/u-boot/drivers/core/
H A DKconfig89 Most boards will have a '/aliases' node containing the path to
98 Most boards will have a '/aliases' node containing the path to
237 The bus is matched based upon its node name equalling "isa". The
/openbmc/u-boot/include/
H A Dphy.h117 ofnode node; member
201 if (ofnode_valid(phydev->node)) in phy_get_ofnode()
202 return phydev->node; in phy_get_ofnode()
H A Dos.h189 /** A directory entry node, containing information about a single dirent */
191 struct os_dirent_node *next; /* Pointer to next node, or NULL */
213 * @param node Pointer to head of linked list
215 void os_dirent_free(struct os_dirent_node *node);
/openbmc/u-boot/drivers/input/
H A Dcros_ec_keyb.c156 * @param node Node to decode from
191 debug("%s: Cannot decode node (ret=%d)\n", __func__, ret); in cros_ec_kbd_probe()
/openbmc/u-boot/fs/btrfs/
H A Dctree.h73 * every tree block (leaf or node) starts with this header.
79 __u64 bytenr; /* which block this node is supposed to live in */
257 struct btrfs_node node; member
/openbmc/qemu/docs/system/
H A Dintroduction.rst199 …-blockdev driver=raw,node-name=hd,file.driver=host_device,file.filename=/dev/lvm-disk/debian-bulls…
218 -blockdev node-name=rom,driver=file,filename=(pwd)/pc-bios/edk2-aarch64-code.fd,read-only=true \
219 -blockdev node-name=efivars,driver=file,filename=$HOME/images/qemu-arm64-efivars
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-iperf3.bb20 # Allow IPERF3 to run on the gbmcbr node on DEV builds
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A Dlocal.rules6 # %e the smallest number for that name which does not matches an existing node
/openbmc/u-boot/doc/device-tree-bindings/usb/
H A Dtegra-usb.txt3 The device node for a USB controller that is part of a Tegra
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dproject_url_tag.py24 class ProjectUrlNode(template.Node):
/openbmc/openbmc/poky/meta/recipes-connectivity/libuv/
H A Dlibuv_1.51.0.bb3 …y with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also u…
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_oem.robot23 Valid Value pldm_output['pri cec node'] ['0x00008030']

1...<<31323334353637383940>>...72