Home
last modified time | relevance | path

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

12345678910>>...130

/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/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/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/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/Documentation/ABI/testing/
Dsysfs-class-rapidio
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dfq.json
Dnetem.json
Dfifo.json
Dcake.json
Dfq_codel.json
Dsfb.json
Dplug.json
Dcodel.json
Dhtb.json
Dtbf.json
/openbmc/linux/lib/
Dradix-tree.c
/openbmc/linux/Documentation/admin-guide/
Dinitrd.rst
/openbmc/linux/Documentation/admin-guide/acpi/
Dfan_performance_states.rst
/openbmc/linux/Documentation/target/
Dtcm_mod_builder.rst
/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 …]
/openbmc/linux/drivers/md/persistent-data/
Ddm-bitset.h

12345678910>>...130