Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 25 of 156) sorted by relevance

1234567

/openbmc/u-boot/doc/
H A DREADME.ubi14 ubi info [l[ayout]] - Display volume and ubi layout information
15 ubi create[vol] volume [size] [type] - create volume name with size
16 ubi write[vol] address volume size - Write volume from address with size
17 ubi write.part address volume size [fullsize]
18 - Write part of a volume from address
19 ubi read[vol] address volume [size] - Read volume to address with size
20 ubi remove[vol] volume - Remove volume
22 volume: character name
77 ubi info Display volume and ubi layout information
78 ubi createvol Create UBI volume on UBI device
[all …]
H A DREADME.ubispl16 The maximum number of logical eraseblocks which a static volume
30 The maximum volume ids which can be loaded. Used for sizing the
68 .vol_id = 0, /* kernel volume */
/openbmc/u-boot/cmd/
H A Dubi.c148 static int ubi_create_vol(char *volume, int64_t size, int dynamic, int vol_id) in ubi_create_vol() argument
162 strcpy(req.name, volume); in ubi_create_vol()
163 req.name_len = strlen(volume); in ubi_create_vol()
173 dynamic ? "dynamic" : "static", volume, size); in ubi_create_vol()
178 static struct ubi_volume *ubi_find_volume(char *volume) in ubi_find_volume() argument
185 if (vol && !strcmp(vol->name, volume)) in ubi_find_volume()
189 printf("Volume %s not found!\n", volume); in ubi_find_volume()
193 static int ubi_remove_vol(char *volume) in ubi_remove_vol() argument
198 vol = ubi_find_volume(volume); in ubi_remove_vol()
241 ubi_err(ubi, "cannot remove volume %s, error %d", volume, err); in ubi_remove_vol()
[all …]
/openbmc/qemu/docs/devel/
H A Dluks-detached-header.rst2 LUKS volume with detached header
8 This document gives an overview of the design of LUKS volume with detached
14 The LUKS format has ability to store the header in a separate volume from
18 Normally a LUKS volume has a layout:
42 volume since there's no header
49 * Flexibility - your application data volume may be a given
53 volume for payload
65 LUKS volume with detached header is shown in the diagram below.
109 Set up a VM's LUKS volume with a detached header
131 Add LUKS volume to a VM with a detached header
/openbmc/docs/architecture/code-update/
H A Demmc-storage-design.md12 filesystem type, partitioning, volume management, boot options and
57 - Filesystem layout: The root filesystem is hosted in a read-only volume. The
58 /var directory is mounted in a read-write volume that persists through code
60 ssh keys, so it is a bind mount to a directory in the read-write volume. A
68 | Read-only volume | | Read-write volume |
95 MTD partition for U-Boot, one for its environment, and a UBI volume spanning
137 logical volume to the kernel, although a [pre-init script][] will likely still
147 volume design.
170 able to resize the partition if needed. In addition, UBI volume management
176 tree. This volume would be mounted as /boot. This allows U-Boot to load the
[all …]
/openbmc/u-boot/include/
H A Dubi_uboot.h74 extern int ubi_volume_write(char *volume, void *buf, size_t size);
75 extern int ubi_volume_read(char *volume, char *buf, size_t size);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0006-tweak-btrfs-packages.patch23 """ Base class for BTRFS volume and sub-volume devices. """
/openbmc/docs/testing/
H A Drun-test-docker.md59 --volume ${HOME}/OpenBMC_Automation:${HOME} \
74 --volume ${HOME}/OpenBMC_Automation:${HOME} \
108 --volume ${WORKSPACE}:${HOME} \
123 --volume ${HOME}/OpenBMC_Automation:${HOME} \
/openbmc/qemu/block/
H A Dgluster.c77 char *volume; member
239 static void glfs_set_preopened(const char *volume, glfs_t *fs) in glfs_set_preopened() argument
245 entry->saved.volume = g_strdup(volume); in glfs_set_preopened()
253 static glfs_t *glfs_find_preopened(const char *volume) in glfs_find_preopened() argument
258 if (strcmp(entry->saved.volume, volume) == 0) { in glfs_find_preopened()
285 g_free(entry->saved.volume); in glfs_clear_preopened()
305 gconf->volume = g_strndup(q, p - q); in parse_volume_options()
425 glfs = glfs_find_preopened(gconf->volume); in qemu_gluster_glfs_init()
430 glfs = glfs_new(gconf->volume); in qemu_gluster_glfs_init()
435 glfs_set_preopened(gconf->volume, glfs); in qemu_gluster_glfs_init()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c206 static struct efi_file_handle volume = { variable
233 *root = &volume; in open_volume()
244 if (this != &volume) in open()
258 else if (this == &volume) in close()
335 } else if (this == &volume) { in getinfo()
/openbmc/openbmc/poky/bitbake/contrib/prserv/
H A DDockerfile18 # --volume $PWD:/var/lib/bbprserv \
27 # --volume $PWD:/var/lib/bbprserv \
/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/
H A Dobmc-flash-bmc-ubirw-remove.service.in2 Description=Deletes BMC read-write ubi volume
H A Dobmc-flash-bmc-ubirw.service.in2 Description=Create BMC read-write ubi volume
H A Dobmc-flash-bmc-ubiro-remove@.service.in2 Description=Deletes read-only and kernel ubi volume %I
H A Dobmc-flash-bmc-ubiremount.service.in2 Description=Remount the ubi volume after a reboot
/openbmc/qemu/qga/vss-win32/
H A Drequester.cpp305 HANDLE volume; in requester_freeze() local
439 volume = FindFirstVolumeW(short_volume_name, sizeof(short_volume_name)); in requester_freeze()
440 if (volume == INVALID_HANDLE_VALUE) { in requester_freeze()
460 FindVolumeClose(volume); in requester_freeze()
465 if (!FindNextVolumeW(volume, short_volume_name, in requester_freeze()
467 FindVolumeClose(volume); in requester_freeze()
/openbmc/u-boot/tools/env/
H A Dfw_env.config32 # UBI volume
36 # UBI volume by name
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dobmc-flash-bios-ubiumount-rw@.service2 Description=Remove UBIFS volume pnor-rw-%I
H A Dobmc-flash-bios-ubiumount-ro@.service2 Description=Remove UBIFS volume pnor-ro-%I
H A Dobmc-flash-bios-ubipatch.service2 Description=Create a ubi volume for pnor patches
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-multivolumefile_0.2.3.bb1 SUMMARY = "Multi volume file wrapper library"
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py605 for volume, used in sample.records.items():
606 volumes.add(volume)
607 if volume not in min_used or min_used[volume] > used:
608 min_used[volume] = used
611 for i, volume in enumerate(volumes):
612 volume_scale = max([sample.records[volume] - min_used[volume]
614 if volume in sample.records])
617 draw_legend_box(ctx, '%s (max: %u MiB)' % (volume, volume_scale / 1024 / 1024),
633 [sample.records[volume] - min_used[volume]
634 for volume in volumes[0:i]
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/
H A Dlibblockdev_3.2.1.bb32 PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key"
34 PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup keyutils nss volume-key"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/
H A D0001-pavucontrol-remove-canberra-gtk-support.patch85 if (!(o = pa_context_set_sink_volume_by_index(get_context(), index, &volume, NULL, NULL))) {
101 - CA_PROP_EVENT_ID, "audio-volume-change",
/openbmc/openbmc/meta-nuvoton/conf/machine/include/
H A Dnpcm7xx.inc21 # UBI volume sizes in KB unless otherwise noted.

1234567