Home
last modified time | relevance | path

Searched full:root (Results 1 – 25 of 4411) sorted by relevance

12345678910>>...177

/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.patch50 - maze -root \n\
51 -@GL_KLUDGE@ GL: superquadrics -root \n\
52 - attraction -root \n\
53 - blitspin -root \n\
54 - greynetic -root \n\
55 - helix -root \n\
56 - hopalong -root \n\
57 - imsmap -root \n\
58 -- noseguy -root \n\
59 -- pyro -root \n\
[all …]
/openbmc/openbmc/poky/meta/files/
H A Dfs-perms.txt25 # /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
43 /usr/src/debug 0755 root root true 0644 root root
[all …]
H A Ddevice_table-minimal.txt11 /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 - - -
20 /dev/mmcblk0p b 660 root disk 179 1 1 1 4
[all …]
/openbmc/qemu/scripts/
H A Dxml-preprocess-test.py25 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>"
61 expected = f"<root>{platform.architecture()[0]}</root>"
68 xml_str = "<root>$(var.USER)</root>"
69 expected = "<root></root>"
73 xml_str = "<?define USER=FOO?><root>$(var.USER)</root>"
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dvolatiles14 # l root root 0777 /var/test /tmp/testfile
15 # f root root 0644 /var/test none
26 d root root 1777 /run/lock none
27 d root root 0755 /var/volatile/log none
28 d root root 1777 /var/volatile/tmp none
29 l root root 1777 /var/lock /run/lock
30 l root root 0755 /var/run /run
31 l root root 1777 /var/tmp /var/volatile/tmp
32 l root root 1777 /tmp /var/tmp
33 d root root 0755 /var/lock/subsys none
[all …]
/openbmc/linux/drivers/acpi/
H A Dpci_root.c3 * pci_root.c - ACPI PCI Root Bridge Driver ($Revision: 40 $)
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
154 static void decode_osc_bits(struct acpi_pci_root *root, char *msg, u32 word, in decode_osc_bits() argument
167 dev_info(&root->device->dev, "_OSC: %s [%s]\n", msg, buf); in decode_osc_bits()
170 static void decode_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_support() argument
172 decode_osc_bits(root, msg, word, pci_osc_support_bit, in decode_osc_support()
176 static void decode_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_control() argument
178 decode_osc_bits(root, msg, word, pci_osc_control_bit, in decode_osc_control()
182 static void decode_cxl_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_cxl_osc_support() argument
[all …]
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dinstall.patch21 +ROOT ?=
35 - $(INSTALL_DIR) $(ROOT)/bin/ $(ROOT)/sbin/
36 - $(INSTALL_DIR) $(ROOT)/usr/bin/
37 + $(INSTALL_DIR) $(ROOT)$(base_bindir)/ $(ROOT)$(base_sbindir)/
38 + $(INSTALL_DIR) $(ROOT)$(bindir)/
40 - $(INSTALL_EXEC) $$i $(ROOT)/bin/ ; \
41 + $(INSTALL_EXEC) $$i $(ROOT)$(base_bindir)/ ; \
44 - $(INSTALL_EXEC) $$i $(ROOT)/sbin/ ; \
45 + $(INSTALL_EXEC) $$i $(ROOT)$(base_sbindir)/ ; \
48 - $(INSTALL_EXEC) $$i $(ROOT)/usr/bin/ ; \
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-interval-tree.c13 static IntervalTreeRoot root; variable
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()
44 interval_tree_insert(&nodes[0], &root); in test_find_one_point()
46 g_assert(interval_tree_iter_first(&root, 0, 9) == &nodes[0]); in test_find_one_point()
48 g_assert(interval_tree_iter_first(&root, 0, 0) == NULL); in test_find_one_point()
50 g_assert(interval_tree_iter_first(&root, 0, 1) == &nodes[0]); in test_find_one_point()
51 g_assert(interval_tree_iter_first(&root, 1, 1) == &nodes[0]); in test_find_one_point()
52 g_assert(interval_tree_iter_first(&root, 1, 2) == &nodes[0]); in test_find_one_point()
[all …]
/openbmc/linux/lib/
H A Dradix-tree.c45 * of RADIX_TREE_MAX_PATH size to be created, with only the root node shared.
95 static inline gfp_t root_gfp_mask(const struct radix_tree_root *root) in root_gfp_mask() argument
97 return root->xa_flags & (__GFP_BITS_MASK & ~GFP_ZONEMASK); in root_gfp_mask()
118 static inline void root_tag_set(struct radix_tree_root *root, unsigned tag) in root_tag_set() argument
120 root->xa_flags |= (__force gfp_t)(1 << (tag + ROOT_TAG_SHIFT)); in root_tag_set()
123 static inline void root_tag_clear(struct radix_tree_root *root, unsigned tag) in root_tag_clear() argument
125 root->xa_flags &= (__force gfp_t)~(1 << (tag + ROOT_TAG_SHIFT)); in root_tag_clear()
128 static inline void root_tag_clear_all(struct radix_tree_root *root) in root_tag_clear_all() argument
130 root->xa_flags &= (__force gfp_t)((1 << ROOT_TAG_SHIFT) - 1); in root_tag_clear_all()
133 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get() argument
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
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 …]
H A Dcake.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake",
18 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non…
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 n…
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake autorate-ingress",
64 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited autorate-ingress diffserv3 t…
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root cake rtt 200",
[all …]
H A Dfifo.json13 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo",
16 "matchPattern": "qdisc bfifo 1: root.*limit [0-9]+b",
19 "$TC qdisc del dev $DUMMY handle 1: root bfifo",
34 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root pfifo",
37 "matchPattern": "qdisc pfifo 1: root.*limit [0-9]+p",
40 "$TC qdisc del dev $DUMMY handle 1: root pfifo",
54 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle ffff: bfifo",
57 "matchPattern": "qdisc bfifo ffff: root.*limit [0-9]+b",
60 "$TC qdisc del dev $DUMMY handle ffff: root bfifo",
74 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo limit 3000b",
[all …]
H A Dfq_codel.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel",
18 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms …
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel limit 1000",
41 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 1000p flows 1024 quantum.*target 5ms i…
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel memory_limit 100000",
64 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms …
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel target 2000",
[all …]
H A Dsfb.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfb",
18 "matchPattern": "qdisc sfb 1: root refcnt [0-9]+ rehash 600s db 60s",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfb rehash 60",
41 "matchPattern": "qdisc sfb 1: root refcnt [0-9]+ rehash 60ms db 60s",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfb db 100",
64 "matchPattern": "qdisc sfb 1: root refcnt [0-9]+ rehash 600s db 100ms",
67 "$TC qdisc del dev $DUMMY handle 1: root",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root sfb limit 100",
[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
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
39 7) init places the root file system at the root directory using the
41 8) init execs the ``/sbin/init`` on the new root filesystem, performing
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-rapidio48 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
54 lrwxrwxrwx 1 root root 0 Feb 11 15:11 device -> ../../../0000:01:00.0
55 -r--r--r-- 1 root root 4096 Feb 11 15:11 port_destid
56 drwxr-xr-x 2 root root 0 Feb 11 15:11 power
57 lrwxrwxrwx 1 root root 0 Feb 11 15:04 subsystem -> ../../../../../../class/rapidio_port
[all …]
/openbmc/linux/fs/vboxsf/
H A Dvboxsf_wrappers.c75 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()
98 *root = parms.root.u.value32; in vboxsf_map_folder()
102 int vboxsf_unmap_folder(u32 root) in vboxsf_unmap_folder() argument
106 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_unmap_folder()
107 parms.root.u.value32 = root; in vboxsf_unmap_folder()
115 * @root: Root of the shared folder in which to create the file
130 int vboxsf_create(u32 root, struct shfl_string *parsed_path, in vboxsf_create() argument
135 parms.root.type = VMMDEV_HGCM_PARM_TYPE_32BIT; in vboxsf_create()
[all …]
/openbmc/linux/fs/nfs/
H A Dgetroot.c2 /* 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()
65 * get an NFS2/NFS3 root dentry from the root filehandle
72 struct dentry *root; in nfs_get_root() local
82 /* get the actual root for this mount */ in nfs_get_root()
90 nfs_errorf(fc, "NFS: Couldn't getattr on root"); in nfs_get_root()
96 dprintk("nfs_get_root: get root inode failed\n"); in nfs_get_root()
98 nfs_errorf(fc, "NFS: Couldn't get root inode"); in nfs_get_root()
106 /* root dentries normally start off anonymous and get spliced in later in nfs_get_root()
[all …]
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst22 -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
30 -r--r--r-- 1 root root 4096 Dec 13 20:38 state6
31 -r--r--r-- 1 root root 4096 Dec 13 20:38 state7
[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 …]
/openbmc/linux/Documentation/target/
H A Dtcm_mod_builder.rst74 drwxr-xr-x 2 root root 4096 2010-10-05 03:23 .
75 drwxr-xr-x 9 root root 4096 2010-10-05 03:22 ..
76 -rw-r--r-- 1 root root 282 2010-10-05 03:22 Kbuild
77 -rw-r--r-- 1 root root 171 2010-10-05 03:22 Kconfig
78 -rw-r--r-- 1 root root 49 2010-10-05 03:23 modules.order
79 -rw-r--r-- 1 root root 738 2010-10-05 03:22 tcm_nab5000_base.h
80 -rw-r--r-- 1 root root 9096 2010-10-05 03:22 tcm_nab5000_configfs.c
81 -rw-r--r-- 1 root root 191200 2010-10-05 03:23 tcm_nab5000_configfs.o
82 -rw-r--r-- 1 root root 40504 2010-10-05 03:23 .tcm_nab5000_configfs.o.cmd
83 -rw-r--r-- 1 root root 5414 2010-10-05 03:22 tcm_nab5000_fabric.c
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl18 ROOT = Path("/") variable
28 def __init__(self, root, path): argument
30 self._parse(root, path)
33 for path2 in sorted((root / location / "system" / dirname).glob("*.conf")):
34 self._parse(root, path2)
36 def _parse(self, root, path): argument
52 # broken symlink, try relative to root
53 path = root / Path(os.readlink(str(path))).relative_to(ROOT)
98 def __init__(self, scope, root): argument
100 self._collect_presets(scope, root)
[all …]

12345678910>>...177