Home
last modified time | relevance | path

Searched +full:- +full:- +full:root (Results 1 – 25 of 1113) sorted by relevance

12345678910>>...45

/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt1 drwxr-xr-x root root 4096 ./bin
2 lrwxrwxrwx root root 19 ./bin/ash -> /bin/busybox.nosuid
3 lrwxrwxrwx root root 25 ./bin/base64 -> /usr/bin/base64.coreutils
4 -rwxr-xr-x root root 1190872 ./bin/bash.bash
5 lrwxrwxrwx root root 14 ./bin/bash -> /bin/bash.bash
6 lrwxrwxrwx root root 14 ./bin/busybox -> busybox.nosuid
7 -rwxr-xr-x root root 613008 ./bin/busybox.nosuid
8 -rwsr-xr-x root root 59440 ./bin/busybox.suid
9 lrwxrwxrwx root root 18 ./bin/cat -> /bin/cat.coreutils
10 -rwxr-xr-x root root 47336 ./bin/cat.coreutils
[all …]
H A Dbuildhistory_filelist1.txt1 drwxr-xr-x root root 4096 ./bin
2 lrwxrwxrwx root root 19 ./bin/ash -> /bin/busybox.nosuid
3 lrwxrwxrwx root root 25 ./bin/base64 -> /usr/bin/base64.coreutils
4 -rwxr-xr-x root root 1190872 ./bin/bash.bash
5 lrwxrwxrwx root root 14 ./bin/bash -> /bin/bash.bash
6 lrwxrwxrwx root root 14 ./bin/busybox -> busybox.nosuid
7 -rwxr-xr-x root root 613008 ./bin/busybox.nosuid
8 -rwsr-xr-x root root 59440 ./bin/busybox.suid
9 lrwxrwxrwx root root 18 ./bin/cat -> /bin/cat.coreutils
10 -rwxr-xr-x root root 47336 ./bin/cat.coreutils
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/
H A D0001-Tweak-app-defaults.patch3 Date: Sat, 16 Jul 2022 09:58:24 -0700
6 Upstream-Status: Inappropriate [OE-Specific]
7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 ---
9 driver/XScreenSaver.ad.in | 259 +-------------------------------------
10 1 file changed, 6 insertions(+), 253 deletions(-)
12 --- a/driver/XScreenSaver.ad.in
14 @@ -29,7 +29,7 @@
18 -*timeout: 0:10:00
23 @@ -38,7 +38,7 @@
[all …]
/openbmc/openbmc/poky/meta/files/
H A Dfs-perms.txt23 # in mode, uid or gid, a "-" means don't change any existing values
25 # /usr/src 0755 root root false - - -
26 # /usr/share/man 0755 root root true 0644 root root
28 # Note: all standard config directories are automatically assigned "0755 root root false - - -"
31 ${mandir} 0755 root root true 0644 root root
32 ${infodir} 0755 root root true 0644 root root
33 ${docdir} 0755 root root true 0644 root root
34 ${datadir}/gtk-doc 0755 root root true 0644 root root
37 ${datadir}/locale 0755 root root true 0644 root root
40 ${includedir} 0755 root root true 0644 root root
[all …]
H A Ddevice_table-minimal.txt2 #/dev/mem c 640 0 0 1 1 0 0 -
11 /dev d 755 root root - - - - -
12 /dev/console c 662 root tty 5 1 - - -
13 /dev/fb0 c 600 root root 29 0 - - -
14 /dev/hda b 660 root disk 3 0 - - -
15 /dev/hda b 660 root disk 3 1 1 1 4
16 /dev/kmem c 640 root kmem 1 2 - - -
17 /dev/kmsg c 600 root root 1 11 - - -
18 /dev/mem c 640 root kmem 1 1 - - -
19 /dev/mmcblk0 b 660 root disk 179 0 - - -
[all …]
/openbmc/qemu/scripts/
H A Dxml-preprocess-test.py5 # SPDX-License-Identifier: MIT
6 """Unit tests for xml-preprocess"""
17 xmlpp = importlib.import_module("xml-preprocess")
21 """Tests for xml-preprocess.Preprocessor"""
25 temp_file.write("<root></root>")
28 self.assertEqual(result, "<root></root>")
34 xmlpp.save_xml("<root></root>", temp_file_name)
52 xml_str = "<root>$(env.TEST_ENV_VAR)</root>"
53 expected = "<root>TestValue</root>"
60 xml_str = "<root>$(sys.ARCH)</root>"
[all …]
/openbmc/linux/drivers/acpi/
H A Dpci_root.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * pci_root.c - ACPI PCI Root Bridge Driver ($Revision: 40 $)
19 #include <linux/pci-acpi.h>
28 #define ACPI_PCI_ROOT_DEVICE_NAME "PCI Root Bridge"
60 * acpi_is_root_bridge - determine whether an ACPI CA node is a PCI root bridge
95 res->start = address.address.minimum; in get_root_bridge_busnr_callback()
96 res->end = address.address.minimum + address.address.address_length - 1; in get_root_bridge_busnr_callback()
107 res->start = -1; in try_get_root_bridge_busnr()
113 if (res->start == -1) in try_get_root_bridge_busnr()
130 { OSC_PCI_HPX_TYPE_3_SUPPORT, "HPX-Type3" },
[all …]
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dinstall.patch6 Upstream-Status: Submitted [https://github.com/slicer69/sysvinit/pull/13]
7 ---
8 src/Makefile | 37 ++++++++++++++++++++++---------------
9 1 file changed, 22 insertions(+), 15 deletions(-)
11 diff --git a/src/Makefile b/src/Makefile
13 --- a/src/Makefile
15 @@ -80,7 +80,14 @@ else
16 INSTALL_DATA = install -m 644
18 INSTALL_DIR = install -m 755 -d
19 -MANDIR = /usr/share/man
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-interval-tree.c5 * See the COPYING.LIB file in the top-level directory.
10 #include "qemu/interval-tree.h"
13 static IntervalTreeRoot root; variable
19 if (last - start > INT32_MAX) { in rand_interval()
22 l_max = last - start; in rand_interval()
27 n->start = start + s_ofs; in rand_interval()
28 n->last = start + l_ofs; in rand_interval()
33 g_assert(root.rb_root.rb_node == NULL); in test_empty()
34 g_assert(root.rb_leftmost == NULL); in test_empty()
35 g_assert(interval_tree_iter_first(&root, 0, UINT64_MAX) == NULL); in test_empty()
[all …]
/openbmc/linux/lib/
H A Dradix-tree.c1 // SPDX-License-Identifier: GPL-2.0-or-later
24 #include <linux/radix-tree.h>
30 #include "radix-tree.h"
38 * The radix tree is variable-height, so an insert operation not only has
45 * of RADIX_TREE_MAX_PATH size to be created, with only the root node shared.
48 #define RADIX_TREE_PRELOAD_SIZE (RADIX_TREE_MAX_PATH * 2 - 1)
54 #define IDR_INDEX_BITS (8 /* CHAR_BIT */ * sizeof(int) - 1)
57 #define IDR_PRELOAD_SIZE (IDR_MAX_PATH * 2 - 1)
60 * Per-cpu pool of preloaded nodes
82 return parent ? slot - parent->slots : 0; in get_slot_offset()
[all …]
H A Dtest_objagg.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
37 struct root { struct
60 if (!world->key_refs[key_id_index(key_id)]) { in world_obj_get()
61 world->objagg_objs[key_id_index(key_id)] = objagg_obj; in world_obj_get()
62 } else if (world->objagg_objs[key_id_index(key_id)] != objagg_obj) { in world_obj_get()
65 err = -EINVAL; in world_obj_get()
68 world->key_refs[key_id_index(key_id)]++; in world_obj_get()
81 if (!world->key_refs[key_id_index(key_id)]) in world_obj_put()
83 objagg_obj = world->objagg_objs[key_id_index(key_id)]; in world_obj_put()
85 world->key_refs[key_id_index(key_id)]--; in world_obj_put()
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dinitrd.rst9 This RAM disk can then be mounted as the root file system and programs
10 can be run from it. Afterwards, a new root file system can be mounted
11 from a different device. The previous root (from initrd) is then moved
15 where the kernel comes up with a minimum set of compiled-in drivers, and
23 ---------
30 3) if the root device is not ``/dev/ram0``, the old (deprecated)
31 change_root procedure is followed. see the "Obsolete root change
33 4) root device is mounted. if it is ``/dev/ram0``, the initrd image is
34 then mounted as root
38 6) init mounts the "real" root file system
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-rapidio3 On-chip RapidIO controllers and PCIe-to-RapidIO bridges
21 0 = small (8-bit destination ID, max. 256 devices),
23 1 = large (16-bit destination ID, max. 65536 devices).
46 [rio@rapidio ~]$ ls /sys/class/rapidio_port/rapidio0/ -l
48 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0001
49 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0004
50 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:e:0007
51 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0002
52 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0003
53 drwxr-xr-x 3 root root 0 Feb 11 15:10 00:s:0005
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dcake.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake",
18 …tchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate nonat …
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake bandwidth 1000",
41 …matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth 1Kbit diffserv3 triple-isolate nonat no…
44 "$TC qdisc del dev $DUMMY handle 1: root",
50 "name": "Create CAKE with autorate-ingress flag",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake autorate-ingress",
64 …n": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited autorate-ingress diffserv3 triple-isolat…
67 "$TC qdisc del dev $DUMMY handle 1: root",
[all …]
H A Dfq.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq",
18 "matchPattern": "qdisc fq 1: root refcnt [0-9]+ limit",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq limit 3000",
41 "matchPattern": "qdisc fq 1: root refcnt [0-9]+ limit 3000p",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq flow_limit 300",
64 "matchPattern": "qdisc fq 1: root refcnt [0-9]+ limit 10000p flow_limit 300p",
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq quantum 9000",
[all …]
H A Dnetem.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem",
18 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ limit",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem limit 200",
41 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ limit 200",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms",
64 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms",
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution norma…
[all …]
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst1 .. SPDX-License-Identifier: GPL-2.0
19 $ ls -l /sys/bus/acpi/devices/INT3404:00/
22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0
23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1
24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10
25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11
26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2
27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3
28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4
29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5
[all …]
/openbmc/linux/Documentation/target/
H A Dtcm_mod_builder.rst7 This document is intended to be a mini-HOWTO for using the tcm_mod_builder.py
13 mkdir -p /sys/kernel/config/target/$TCM_NEW_MOD
18 ->make_tpg(), ->drop_tpg(), ->make_wwn(), ->drop_wwn(). These are created
24 SPC-3 persistent reservation are automatically generated in $TCM_NEW_MOD/$TCM_NEW_MOD_fabric.c
29 tcm_mod_builder.py depends upon the mandatory '-p $PROTO_IDENT' and '-m
32 …target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_n…
33 tcm_dir: /mnt/sdb/lio-core-2.6.git/Documentation/target/../../
36 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
39 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
41 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_base.h
[all …]
/openbmc/linux/fs/nfs/
H A Dgetroot.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* getroot.c: get the root dentry for an NFS mount
36 * Set the superblock root dentry.
41 /* The mntroot acts as the dummy root dentry for this superblock */ in nfs_superblock_set_dummy_root()
42 if (sb->s_root == NULL) { in nfs_superblock_set_dummy_root()
43 sb->s_root = d_make_root(inode); in nfs_superblock_set_dummy_root()
44 if (sb->s_root == NULL) in nfs_superblock_set_dummy_root()
45 return -ENOMEM; in nfs_superblock_set_dummy_root()
55 spin_lock(&d_inode(sb->s_root)->i_lock); in nfs_superblock_set_dummy_root()
56 spin_lock(&sb->s_root->d_lock); in nfs_superblock_set_dummy_root()
[all …]
/openbmc/linux/fs/btrfs/
H A Droot-tree.c1 // SPDX-License-Identifier: GPL-2.0
12 #include "disk-io.h"
13 #include "print-tree.h"
15 #include "space-info.h"
17 #include "root-tree.h"
21 * Read a root item from the tree. In case we detect a root item smaller then
22 * sizeof(root_item), we know it's an old version of the root structure and
24 * generation numbers as then we know the root was once mounted with an older
25 * kernel that was not aware of the root item structure change.
41 btrfs_warn(eb->fs_info, in btrfs_read_root_item()
[all …]
/openbmc/linux/fs/vboxsf/
H A Dvboxsf_wrappers.c1 // SPDX-License-Identifier: MIT
5 * Copyright (C) 2006-2018 Oracle Corporation
31 return -ENODEV; /* No guest-device */ in vboxsf_connect()
47 return; /* guest-device is gone, already disconnected */ in vboxsf_disconnect()
60 return -ESHUTDOWN; /* guest-dev removed underneath us */ in vboxsf_call()
75 int vboxsf_map_folder(struct shfl_string *folder_name, u32 *root) in vboxsf_map_folder() argument
84 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_map_folder()
85 parms.root.u.value32 = 0; in vboxsf_map_folder()
95 if (err == -ENOSYS && status == VERR_NOT_IMPLEMENTED) in vboxsf_map_folder()
98 *root = parms.root.u.value32; in vboxsf_map_folder()
[all …]
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-bitset.h1 /* SPDX-License-Identifier: GPL-2.0-only */
10 #include "dm-array.h"
12 /*----------------------------------------------------------------*/
19 * Like the dm-array that it's based on, the caller needs to keep track of
20 * the size of the bitset separately. The underlying dm-array implicitly
21 * knows how many words it's storing and will return -ENODATA if you try
34 * b) Get yourself a root. The root is the index of a block of data on the
36 * pre existing root in your metadata that you wish to use, or you may
41 * root for a _new_ array. If you've incremented the old root, via
43 * it in parallel with the new root.
[all …]
/openbmc/linux/include/trace/events/
H A Dcgroup.h1 /* SPDX-License-Identifier: GPL-2.0 */
13 TP_PROTO(struct cgroup_root *root),
15 TP_ARGS(root),
18 __field( int, root )
20 __string( name, root->name )
24 __entry->root = root->hierarchy_id;
25 __entry->ss_mask = root->subsys_mask;
26 __assign_str(name, root->name);
29 TP_printk("root=%d ss_mask=%#x name=%s",
30 __entry->root, __entry->ss_mask, __get_str(name))
[all …]
/openbmc/qemu/hw/pci-host/
H A Ddesignware.c29 #include "hw/qdev-properties.h"
32 #include "hw/pci-host/designware.h"
61 designware_pcie_root_to_host(DesignwarePCIERoot *root) in designware_pcie_root_to_host() argument
63 BusState *bus = qdev_get_parent_bus(DEVICE(root)); in designware_pcie_root_to_host()
64 return DESIGNWARE_PCIE_HOST(bus->parent); in designware_pcie_root_to_host()
75 * AHB/AXI bus like any other PCI-device-initiated DMA read. in designware_pcie_root_msi_read()
77 * well-behaved guests won't ever ask a PCI device to DMA from in designware_pcie_root_msi_read()
87 DesignwarePCIERoot *root = DESIGNWARE_PCIE_ROOT(opaque); in designware_pcie_root_msi_write() local
88 DesignwarePCIEHost *host = designware_pcie_root_to_host(root); in designware_pcie_root_msi_write()
90 root->msi.intr[0].status |= BIT(val) & root->msi.intr[0].enable; in designware_pcie_root_msi_write()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl19 ROOT = Path("/") variable
32 def __init__(self, root, path, instance_unit_name): argument
34 self._parse(root, path)
37 files = (root / location / "system" / dirname).glob("*.conf")
40 files = chain(files, (root / location / "system" / inst_dirname).glob("*.conf"))
42 self._parse(root, path2)
44 def _parse(self, root, path): argument
60 # broken symlink, try relative to root
61 path = root / Path(os.readlink(str(path))).relative_to(ROOT)
114 def __init__(self, scope, root): argument
[all …]

12345678910>>...45