Home
last modified time | relevance | path

Searched refs:root (Results 2901 – 2925 of 3577) sorted by relevance

1...<<111112113114115116117118119120>>...144

/openbmc/phosphor-state-manager/
H A Dmeson.build286 # If test coverage of source files within the root directory are wanted,
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTablePowerSupplies.vue211 this.$root.$emit('hardware-status-power-supplies-complete');
/openbmc/qemu/docs/system/arm/
H A Dbananapi_m2u.rst74 Note that the mainline kernel does not have a root filesystem. You can choose
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch64 …-prefix "$(prefix)" --install-lib="${PYTHON_SITEPACKAGES_DIR}" $(if $(DESTDIR),--root "$(DESTDIR)")
65 …-prefix "$(prefix)" --install-lib="${PYTHON_SITEPACKAGES_DIR}" $(if $(DESTDIR),--root "$(DESTDIR)")
1565 # inside the root), but if it does, be safe and don't
1568 - "the root %s; skipping.'\n" % (output, self.root))
1570 + "the root %s; skipping.')\n" % (output, self.root))
1572 output = path_strip_prefix(output, self.root)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass563 for root, dirs, files in os.walk(sstate_out):
566 f = os.path.join(root, name)
677 # Since bitbake won't run as root it doesn't make sense to try and install
678 # the extensible sdk as root.
680 echo "ERROR: The extensible sdk cannot be installed as root."
/openbmc/openbmc-test-automation/lib/
H A Dutils.robot171 ${cmd_buf}= Run Keyword If '${os_username}' == 'root'
194 ${cmd_buf}= Run Keyword If '${os_username}' == 'root'
798 [Documentation] Update system "root" user password.
802 # openbmc_password The root password for the open BMC system.
808 ${resp}= POST On Session openbmc ${BMC_USER_URI}root/action/SetPassword
/openbmc/linux/lib/
H A Dmaple_tree.c1378 struct maple_enode *root; in mas_start() local
1385 root = mas_root(mas); in mas_start()
1387 if (likely(xa_is_node(root))) { in mas_start()
1389 mas->node = mte_safe_root(root); in mas_start()
1398 if (unlikely(!root)) { in mas_start()
1412 return root; in mas_start()
3808 if (xa_is_node(root)) in mas_new_root()
3809 mte_destroy_walk(root, mas->tree); in mas_new_root()
6487 void *root = mt_root_locked(mt); in __mt_destroy() local
6490 if (xa_is_node(root)) in __mt_destroy()
[all …]
/openbmc/u-boot/doc/uImage.FIT/
H A Dsource_file_format.txt182 '#address-cells' property of the root node. Mandatory for for types:
185 property of the root node. Mandatory for types: "standalone" and "kernel".
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c574 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle() argument
581 while (get_node_by_phandle(root, phandle)) in get_node_phandle()
/openbmc/linux/Documentation/networking/
H A Dpktgen.rst16 root 129 0.3 0.0 0 0 ? SW 2003 523:20 [kpktgend_0]
17 root 130 0.3 0.0 0 0 ? SW 2003 509:50 [kpktgend_1]
/openbmc/linux/Documentation/PCI/
H A Dacpi-info.rst157 systems, the motherboard resource would appear at the root of the ACPI
159 the resources in this case should not be claimed in the root PCI bus’s
/openbmc/linux/fs/
H A Dseq_file.c508 const struct path *root, const char *esc) in seq_path_root() argument
517 p = __d_path(path, root, buf, size); in seq_path_root()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dcanyonlands.dts493 * port of the root complex virtual P2P bridge. But I want
535 * port of the root complex virtual P2P bridge. But I want
/openbmc/linux/arch/powerpc/
H A DKconfig.debug36 root of the debugfs filesystem. Within the hcall_inst directory
49 powerpc/emulated_instructions/ in the root of the debugfs file
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh929 [ -n "$tc_loss" ] && tc -net "$ns2" qdisc add dev ns2eth3 root netem loss random $tc_loss delay ${t…
954 tc -net "$ns3" qdisc add dev ns3eth4 root netem delay ${reorder_delay}ms $tc_reorder
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py772 for root, dirnames, filenames in os.walk(testdir):
774 candidate = os.path.abspath(os.path.join(root, filename))
/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.c1455 struct dentry *root; in soctherm_debug_init() local
1457 root = debugfs_create_dir("soctherm", NULL); in soctherm_debug_init()
1459 tegra->debugfs_dir = root; in soctherm_debug_init()
1461 debugfs_create_file("reg_contents", 0644, root, pdev, &regs_fops); in soctherm_debug_init()
/openbmc/linux/arch/xtensa/
H A DKconfig447 default "console=ttyS0,38400 root=/dev/ram"
453 memory size and the root device (e.g., mem=64M root=/dev/nfs).
523 contains a root file system.
/openbmc/linux/tools/power/pm-graph/
H A DREADME214 individual test data and a set of summary pages in the root. The summary.html
285 depending on whether you used the -skiphtml option. The root folder contains
556 have root access: YES
603 host%> adb root
/openbmc/linux/drivers/perf/
H A Darm-cmn.c2405 struct resource *cfg, *root; in arm_cmn600_acpi_probe() local
2411 root = platform_get_resource(pdev, IORESOURCE_MEM, 1); in arm_cmn600_acpi_probe()
2412 if (!root) in arm_cmn600_acpi_probe()
2415 if (!resource_contains(cfg, root)) in arm_cmn600_acpi_probe()
2416 swap(cfg, root); in arm_cmn600_acpi_probe()
2427 return root->start - cfg->start; in arm_cmn600_acpi_probe()
/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst46 * first consecutive root is 0
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DAOM-Patent-License-1.021 root directory of the source code with its Implementation.
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dqe.txt9 the "root" qe node, using the common properties from there.
/openbmc/u-boot/board/synopsys/hsdk/
H A DREADME88 "pyelftools" could be installed with help of "pip" even w/o root rights:
/openbmc/u-boot/arch/arm/dts/
H A Dr8a7794-alt.dts25 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";

1...<<111112113114115116117118119120>>...144