Home
last modified time | relevance | path

Searched +full:main +full:- +full:storage (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/openbmc/qemu/storage-daemon/qapi/
H A Dqapi-schema.json1 # -*- Mode: Python -*-
4 # Note that modules are shared with the QEMU main schema under the assumption
5 # that the storage daemon schema is a subset of the main schema. For the shared
7 # from the main schema.
9 # If you wish to extend the storage daemon schema to contain things that are
10 # not in the main schema, be aware that array types of types defined in shared
12 # in the main schema. Therefore, if you use such arrays, you may need to define
13 # the array type in the main schema, even if it is unused outside of the
14 # storage daemon.
18 # Documentation generated with qapi-gen.py is in source order, with
[all …]
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dchromeos-acpi-device.rst1 .. SPDX-License-Identifier: GPL-2.0
11 .. flat-table:: Supported ACPI Objects
13 :header-rows: 1
15 * - Object
16 - Description
18 * - CHSW
19 - Chrome OS switch positions
21 * - HWID
22 - Chrome OS hardware ID
24 * - FWID
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_arm_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/armv5/zImage',
23 'https://storage.tuxboot.com/20230331/armv5/rootfs.ext4.zst',
26 'https://storage.tuxboot.com/20230331/armv5/versatile-pb.dtb',
37 drive="virtio-blk-pci")
40 'https://storage.tuxboot.com/20230331/armv7/zImage',
43 'https://storage.tuxboot.com/20230331/armv7/rootfs.ext4.zst',
48 self.cpu='cortex-a15'
55 'https://storage.tuxboot.com/20230331/armv7be/zImage',
58 'https://storage.tuxboot.com/20230331/armv7be/rootfs.ext4.zst',
[all …]
H A Dtest_aarch64_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/buildroot/20241119/arm64/Image',
23 'https://storage.tuxboot.com/buildroot/20241119/arm64/rootfs.ext4.zst',
28 self.cpu='cortex-a57'
35 'https://storage.tuxboot.com/buildroot/20241119/arm64be/Image',
38 'https://storage.tuxboot.com/buildroot/20241119/arm64be/rootfs.ext4.zst',
43 self.cpu='cortex-a57'
50 TuxRunBaselineTest.main()
H A Dtest_riscv64_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/riscv64/Image',
23 'https://storage.tuxboot.com/20230331/riscv64/rootfs.ext4.zst',
27 'https://storage.tuxboot.com/20230331/riscv32/Image',
30 'https://storage.tuxboot.com/20230331/riscv32/rootfs.ext4.zst',
51 TuxRunBaselineTest.main()
H A Dtest_s390x_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/s390/bzImage',
23 'https://storage.tuxboot.com/20230331/s390/rootfs.ext4.zst',
30 drive="virtio-blk-ccw",
34 TuxRunBaselineTest.main()
H A Dtest_i386_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/i386/bzImage',
23 'https://storage.tuxboot.com/20230331/i386/rootfs.ext4.zst',
32 drive="virtio-blk-pci")
35 TuxRunBaselineTest.main()
H A Dtest_mips_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/mips32/vmlinux',
23 'https://storage.tuxboot.com/20230331/mips32/rootfs.ext4.zst',
28 self.cpu="mips32r6-generic"
33 drive="driver=ide-hd,bus=ide.0,unit=0")
36 TuxRunBaselineTest.main()
H A Dtest_ppc_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/ppc32/uImage',
23 'https://storage.tuxboot.com/20230331/ppc32/rootfs.ext4.zst',
32 drive="virtio-blk-pci")
35 TuxRunBaselineTest.main()
H A Dtest_x86_64_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/x86_64/bzImage',
23 'https://storage.tuxboot.com/20230331/x86_64/rootfs.ext4.zst',
33 drive="driver=ide-hd,bus=ide.0,unit=0")
36 TuxRunBaselineTest.main()
H A Dtest_sparc64_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/sparc64/vmlinux',
23 'https://storage.tuxboot.com/20230331/sparc64/rootfs.ext4.zst',
31 drive="driver=ide-hd,bus=ide.0,unit=0")
34 TuxRunBaselineTest.main()
H A Dtest_mips64el_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/mips64el/vmlinux',
23 'https://storage.tuxboot.com/20230331/mips64el/rootfs.ext4.zst',
32 drive="driver=ide-hd,bus=ide.0,unit=0")
35 TuxRunBaselineTest.main()
H A Dtest_mips64_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/mips64/vmlinux',
23 'https://storage.tuxboot.com/20230331/mips64/rootfs.ext4.zst',
32 drive="driver=ide-hd,bus=ide.0,unit=0")
35 TuxRunBaselineTest.main()
H A Dtest_riscv32_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/riscv32/Image',
23 'https://storage.tuxboot.com/20230331/riscv32/rootfs.ext4.zst',
38 TuxRunBaselineTest.main()
H A Dtest_mipsel_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
20 'https://storage.tuxboot.com/20230331/mips32el/vmlinux',
23 'https://storage.tuxboot.com/20230331/mips32el/rootfs.ext4.zst',
28 self.cpu="mips32r6-generic"
33 drive="driver=ide-hd,bus=ide.0,unit=0")
36 TuxRunBaselineTest.main()
H A Dtest_sh4_tuxrun.py12 # SPDX-License-Identifier: GPL-2.0-or-later
24 'https://storage.tuxboot.com/20230331/sh4/zImage',
27 'https://storage.tuxboot.com/20230331/sh4/rootfs.ext4.zst',
43 "driver=ide-hd,bus=ide.0,unit=0",
53 TuxRunBaselineTest.main()
/openbmc/linux/Documentation/bpf/
H A Dmap_cgrp_storage.rst1 .. SPDX-License-Identifier: GPL-2.0-only
8 The ``BPF_MAP_TYPE_CGRP_STORAGE`` map type represents a local fix-sized
9 storage for cgroups. It is only available with ``CONFIG_CGROUPS``.
21 To access the storage in a program, use ``bpf_cgrp_storage_get``::
26 a new local storage will be created if one does not exist.
28 The local storage can be removed with ``bpf_cgrp_storage_delete``::
56 ptr = bpf_cgrp_storage_get(&cgrp_storage, task->cgroups->dfl_cgrp, 0,
81 The old cgroup storage map ``BPF_MAP_TYPE_CGROUP_STORAGE`` has been marked as
84 illusates the main difference between ``BPF_MAP_TYPE_CGRP_STORAGE`` and
91 (2). ``BPF_MAP_TYPE_CGRP_STORAGE`` supports local storage for more than one
[all …]
/openbmc/docs/designs/
H A Destoraged.md1 # eStoraged Design - Encrypted Secondary Storage Management Daemon
12 This daemon will serve as an abstraction for an encrypted storage device,
13 encapsulating the security functionality and providing a D-Bus interface to
14 manage the encrypted filesystem on the device. Using the D-Bus interface, other
21 This design is intended to manage secondary storage devices and cannot be used
27 uses the [dm-crypt](https://en.wikipedia.org/wiki/Dm-crypt) kernel subsystem.
28 Dm-crypt provides the encryption and device mapping capability, and Cryptsetup
31 change the password without re-encrypting the entire device.
38 [JEDEC standard JESD84-B51A](https://www.jedec.org/document_search?search_api_views_fulltext=jesd84
40 …/Unlock Feature in Linux](https://media-www.micron.com/-/media/client/global/documents/products/te…
[all …]
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-fw.h1 /* SPDX-License-Identifier: GPL-2.0 */
45 * used for enabling main/aux outputs for both display &
51 /* enable main (for display) reconstruction */
53 /* enable both main & decimated (for display) reconstruction */
63 * enable reference output with main
68 * enable reference output with main & decimated
78 /* Advanced H/2 resize using improved 8-tap filters */
80 /* Advanced H/4 resize using improved 8-tap filters */
137 /* output storage of auxiliary reconstruction in Raster format. */
139 /* output storage of auxiliary reconstruction in 420MB format. */
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c1 // SPDX-License-Identifier: GPL-2.0
15 #define TEST_CGROUP "/test-bpf-cgroup-storage-buf/"
17 int main(int argc, char **argv) in main() function
50 printf("Not enough memory for per-cpu area (%d cpus)\n", nproc); in main()
90 printf("Failed to get the first key in cgroup storage\n"); in main()
95 printf("Failed to lookup cgroup storage 0\n"); in main()
103 printf("Failed to update the data in the cgroup storage\n"); in main()
108 assert(system("ping localhost -c 1 -W 1 -q > /dev/null") == 0); in main()
109 assert(system("ping localhost -c 1 -W 1 -q > /dev/null")); in main()
110 assert(system("ping localhost -c 1 -W 1 -q > /dev/null") == 0); in main()
[all …]
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst1 .. SPDX-License-Identifier: CC-BY-2.5
37 space-separated list of URLs from the :term:`SRC_URI`
62 - *Pre-mirror Sites:* BitBake first uses pre-mirrors to try and find
66 - *Source URI:* If pre-mirrors fail, BitBake uses the original URL (e.g
69 - *Mirror Sites:* If fetch failures occur, BitBake next uses mirror
101 supports cross-URLs. It is possible to mirror a Git repository on an
111 non-local archive downloads, the fetcher code can verify SHA-256 and MD5
138 It is assumed that local storage is safe from data corruption. If
151 .. _bb-the-unpack:
162 - *unpack:* Controls whether the URL components are unpacked. If set to
[all …]
/openbmc/linux/arch/powerpc/platforms/ps3/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
116 tristate "PS3 Disk Storage Driver"
120 Include support for the PS3 Disk Storage.
126 tristate "PS3 BD/DVD/CD-ROM Storage Driver"
130 Include support for the PS3 ROM Storage.
132 This support is required to access the PS3 BD/DVD/CD-ROM drive.
137 tristate "PS3 FLASH ROM Storage Driver"
141 Include support for the PS3 FLASH ROM Storage.
152 tristate "PS3 Video RAM Storage Driver"
156 storage or system swap.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/
H A Dleveldb_1.23.bb1 SUMMARY = "LevelDB is a fast key-value storage library"
2 DESCRIPTION = "LevelDB is a fast key-value storage library that provides an ordered mapping from st…
4 LICENSE = "BSD-3-Clause"
7 SRC_URI = "gitsm://github.com/google/${BPN}.git;branch=main;protocol=https \
8 file://0001-CMakeLists.txt-fix-googletest-related-options.patch \
9 file://0001-Fix-printing-64-bit-integer-types.patch \
10 file://run-ptest \
18 PACKAGECONFIG[benchmarks] = "-DLEVELDB_BUILD_BENCHMARKS=ON,-DLEVELDB_BUILD_BENCHMARKS=OFF,sqlite"
22 EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON \
23-DLEVELDB_BUILD_TESTS=${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'ON', 'OFF', d)}"
[all …]
/openbmc/qemu/tests/qtest/
H A Dusb-hcd-uhci-test.c7 * See the COPYING file in the top-level directory.
11 #include "libqtest-single.h"
14 #include "libqos/libqos-pc.h"
15 #include "libqos/libqos-spapr.h"
16 #include "hw/usb/uhci-regs.h"
25 qusb_pci_init_one(qs->pcibus, &uhci, QPCI_DEVFN(0x1d, 0), 4); in test_port()
26 uhci_port_test(&uhci, port - 1, UHCI_PORT_CCS); in test_port()
49 qtest_qmp_device_add(qts, "usb-storage", "usbdev0", "{'drive': 'drive0'}"); in test_usb_storage_hotplug()
54 int main(int argc, char **argv) in main() function
57 const char *cmd = "-device piix3-usb-uhci,id=uhci,addr=1d.0" in main()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dluks-detached-header65 luks_opts = "key-secret=sec0"
69 def setUp(self) -> None:
79 "blockdev-add",
82 node_name="luks-1-storage",
87 "file": "luks-1-storage",
88 "key-secret": "sec0",
90 "iter-time": 10,
103 "blockdev-add",
106 node_name="luks-2-header-storage",
114 "blockdev-add",
[all …]

12345678910>>...20