| /openbmc/u-boot/doc/ |
| H A D | README.ubi | 14 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 D | README.ubispl | 16 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 D | ubi.c | 148 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 D | luks-detached-header.rst | 2 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 D | emmc-storage-design.md | 12 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 D | ubi_uboot.h | 74 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 D | 0006-tweak-btrfs-packages.patch | 23 """ Base class for BTRFS volume and sub-volume devices. """
|
| /openbmc/docs/testing/ |
| H A D | run-test-docker.md | 59 --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 D | gluster.c | 77 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 D | efi_selftest_loadimage.c | 206 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 D | Dockerfile | 18 # --volume $PWD:/var/lib/bbprserv \ 27 # --volume $PWD:/var/lib/bbprserv \
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ubi/ |
| H A D | obmc-flash-bmc-ubirw-remove.service.in | 2 Description=Deletes BMC read-write ubi volume
|
| H A D | obmc-flash-bmc-ubirw.service.in | 2 Description=Create BMC read-write ubi volume
|
| H A D | obmc-flash-bmc-ubiro-remove@.service.in | 2 Description=Deletes read-only and kernel ubi volume %I
|
| H A D | obmc-flash-bmc-ubiremount.service.in | 2 Description=Remount the ubi volume after a reboot
|
| /openbmc/qemu/qga/vss-win32/ |
| H A D | requester.cpp | 305 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 D | fw_env.config | 32 # UBI volume 36 # UBI volume by name
|
| /openbmc/openpower-pnor-code-mgmt/ubi/ |
| H A D | obmc-flash-bios-ubiumount-rw@.service | 2 Description=Remove UBIFS volume pnor-rw-%I
|
| H A D | obmc-flash-bios-ubiumount-ro@.service | 2 Description=Remove UBIFS volume pnor-ro-%I
|
| H A D | obmc-flash-bios-ubipatch.service | 2 Description=Create a ubi volume for pnor patches
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-multivolumefile_0.2.3.bb | 1 SUMMARY = "Multi volume file wrapper library"
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 605 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 D | libblockdev_3.2.1.bb | 32 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 D | 0001-pavucontrol-remove-canberra-gtk-support.patch | 85 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 D | npcm7xx.inc | 21 # UBI volume sizes in KB unless otherwise noted.
|