Home
last modified time | relevance | path

Searched refs:Volume (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Volume/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Item/Volume'
8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml',
28 'xyz/openbmc_project/Inventory/Item/Volume',
/openbmc/estoraged/src/
H A Destoraged.cpp41 using sdbusplus::xyz::openbmc_project::Inventory::Item::server::Volume;
92 Volume::FilesystemType type) { in EStoraged()
97 [this](Volume::EraseMethod eraseType) { this->erase(eraseType); }); in EStoraged()
192 Volume::FilesystemType type) in formatLuks()
197 if (type != Volume::FilesystemType::ext4) in formatLuks()
211 void EStoraged::erase(Volume::EraseMethod inEraseMethod) in erase()
218 case Volume::EraseMethod::CryptoErase: in erase()
224 case Volume::EraseMethod::VerifyGeometry: in erase()
230 case Volume::EraseMethod::LogicalOverWrite: in erase()
236 case Volume::EraseMethod::LogicalVerify: in erase()
[all …]
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dendpoint.hpp20 Volume, enumerator
49 {EntityType::Volume, "Volume"},
/openbmc/qemu/hw/audio/
H A Dgusemu_mixer.c84 int sample1, sample2, Volume; in gus_mixvoices() local
102Volume = ((((Volume32 >> (4 + 5)) & 0xff) + 256) << (Volume32 >> ((4 + 8) + 5))) / 512; /* semi-lo… in gus_mixvoices()
103 sample1 = (((sample1 * Volume) >> 16) * (512 - (CurrPos % 512))) / 512; in gus_mixvoices()
104 sample2 = (((sample2 * Volume) >> 16) * (CurrPos % 512)) / 512; in gus_mixvoices()
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp34 using sdbusplus::server::xyz::openbmc_project::inventory::item::Volume;
182 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F()
234 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F()
247 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
263 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
276 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
291 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
309 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
331 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
365 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Drel6.decode9 # MIPS Architecture for Programmers Volume II-A
13 # MIPS Architecture for Programmers Volume II-A
/openbmc/estoraged/include/
H A Destoraged.hpp32 using sdbusplus::xyz::openbmc_project::Inventory::Item::server::Volume;
117 Volume::FilesystemType type);
123 void erase(Volume::EraseMethod eraseType);
/openbmc/u-boot/arch/arm/dts/
H A Dsunxi-reference-design-tablet.dtsi65 label = "Volume Up";
72 label = "Volume Down";
H A Dsunxi-q8-common.dtsi65 label = "Volume Up";
72 label = "Volume Down";
H A Dsun6i-a31s-inet-q972.dts77 label = "Volume Down";
84 label = "Volume Up";
H A Dsun8i-a23-evb.dts84 label = "Volume Up";
91 label = "Volume Down";
H A Dsun4i-a10-chuwi-v7-cw0825.dts102 label = "Volume Up";
109 label = "Volume Down";
H A Dsun4i-a10-gemei-g9.dts120 label = "Volume Down";
127 label = "Volume Up";
H A Dsun5i-a13-empire-electronix-d709.dts109 label = "Volume Up";
116 label = "Volume Down";
H A Dsun6i-a31s-sina31s.dts151 label = "Volume Up";
158 label = "Volume Down";
H A Dsun4i-a10-inet97fv2.dts114 label = "Volume Up";
121 label = "Volume Down";
H A Dsun5i-a13-hsg-h702.dts104 label = "Volume Up";
111 label = "Volume Down";
H A Dsun4i-a10-dserve-dsrv9703c.dts136 label = "Volume Down";
143 label = "Volume Up";
H A Dsun4i-a10-inet1.dts131 label = "Volume Up";
138 label = "Volume Down";
H A Dsun5i-a13-olinuxino.dts157 label = "Volume Up";
164 label = "Volume Down";
H A Dsun7i-a20-wexler-tab7200.dts138 label = "Volume Up";
145 label = "Volume Down";
H A Dsun4i-a10-pov-protab2-ips9.dts124 label = "Volume Up";
131 label = "Volume Down";
H A Dsun5i-a10s-olinuxino-micro.dts156 label = "Volume Up";
163 label = "Volume Down";
H A Dsun6i-a31s-primo81.dts135 label = "Volume Up";
142 label = "Volume Down";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/
H A Dpavucontrol_5.0.bb1 DESCRIPTION = "PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("…

123