| /src/usr.sbin/mixer/tests/ |
| H A D | mixer_test.sh | 105 atf_test_case volume cleanup 108 atf_set "descr" "Test volume setting" 117 mixer vol.volume=0 118 atf_check -o match:"0.00:0.00" mixer vol.volume 120 mixer vol.volume=-2 121 atf_check -o match:"0.00:0.00" mixer vol.volume 123 mixer vol.volume=-1:-2 124 atf_check -o match:"0.00:0.00" mixer vol.volume 126 mixer vol.volume=-110% 127 atf_check -o match:"0.00:0.00" mixer vol.volume [all …]
|
| /src/usr.sbin/mptutil/ |
| H A D | mptutil.8 | 65 .Cm name Ar volume Ar name 68 .Cm volume status Ar volume 71 .Cm volume cache Ar volume 85 .Cm delete Ar volume 88 .Cm add Ar drive Op Ar volume 114 a volume may be identified by its location as 125 the volume is assumed to be on bus 0. 127 on the volume may be specified by the corresponding 136 Configured drives belong to a RAID volume either as a member drive or as a hot 143 Any drive not associated with a RAID volume as either a member or a hot spare [all …]
|
| H A D | mpt_volume.c | 44 MPT_TABLE(top, volume); 74 warnx("name: volume and name required"); in volume_name() 92 warnc(error, "Invalid volume: %s", av[1]); in volume_name() 99 warn("Failed to fetch volume names"); in volume_name() 105 warnx("Volume name is read only"); in volume_name() 110 printf("mpt%u changing volume %s name from \"%s\" to \"%s\"\n", in volume_name() 118 warn("Failed to set volume name"); in volume_name() 142 warnx("volume status: %s", ac > 2 ? "extra arguments" : in volume_status() 143 "volume required"); in volume_status() 156 warnc(error, "Invalid volume: %s", av[1]); in volume_status() [all …]
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | FirmwareVolume2.h | 2 The Firmware Volume Protocol provides file-level access to the firmware volume. 3 Each firmware volume driver must produce an instance of the 4 Firmware Volume Protocol if the firmware volume is to be visible to 5 the system during the DXE phase. The Firmware Volume Protocol also provides 6 mechanisms for determining and modifying some attributes of the firmware volume. 81 Returns the attributes and current settings of the firmware volume. 84 storage, an instance of the Firmware Volume Protocol may not 87 firmware volume are exposed to the caller using the 100 @retval EFI_SUCCESS The firmware volume attributes were 112 Modifies the current settings of the firmware volume according to the input parameter. [all …]
|
| H A D | FirmwareVolumeBlock.h | 41 @retval EFI_SUCCESS The firmware volume attributes were 53 The SetAttributes() function sets configurable firmware volume 54 attributes and returns the new settings of the firmware volume. 60 desired firmware volume settings. On 62 settings of the firmware volume. Type 66 @retval EFI_SUCCESS The firmware volume attributes were returned. 71 volume header. 83 a memory-mapped firmware volume. This function should be called 91 base address of the firmware volume. 93 @retval EFI_SUCCESS The firmware volume base address was returned. [all …]
|
| /src/usr.sbin/mfiutil/ |
| H A D | mfiutil.8 | 79 .Cm show foreign Op Ar volume 153 .Cm cache Ar volume Op Ar setting Oo Ar value Oc Op ... 158 .Cm name Ar volume Ar name 163 .Cm volume progress Ar volume 182 .Cm delete Ar volume 187 .Cm add Ar drive Op Ar volume 328 a volume may be identified by its target ID. 330 on the volume may be specified by the corresponding 359 Displays the volume and drive configuration for the controller. 361 Each volume is listed along with the arrays that the volume spans. [all …]
|
| /src/usr.sbin/cdcontrol/ |
| H A D | cdcontrol.1 | 126 .It Ic volume 128 .Em status volume 130 .It Ic volume Ar level 131 Set the volume of both channels to 134 .It Ic volume Ar left_channel right_channel 135 Set the volume of left channel to 137 and the volume of right channel to 140 .It Ic volume Cm mute 142 .It Ic volume Cm mono 144 .It Ic volume Cm stereo [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/ |
| H A D | zvol_common.shlib | 36 # Create a simple zvol volume 39 # volume_size: is the size of the volume, e.g. 2G 40 # block_size: is the block size of the volume 80 typeset volume=$1 82 if [[ -z $volume ]] ; then 83 log_note "No volume specified." 87 log_must zfs set volsize=64m $volume 89 output=$(dumpadm -d /dev/zvol/dsk/$volume 2>&1 | awk 'END {print $3}') 94 log_must zfs set volsize=${output}m $volume 105 log_note "No dump device volume specified." [all …]
|
| /src/tests/sys/cddl/zfs/tests/zvol/ |
| H A D | zvol_common.kshlib | 30 # Create a simple zvol volume 33 # volume_size: is the size of the volume, e.g. 2G 95 typeset volume=$1 97 if [[ -z $volume ]] ; then 98 log_note "No volume specified." 102 log_must $ZFS set volsize=64m $volume 104 output=$($DUMPADM -d /dev/zvol/$volume 2>&1 | \ 110 log_must $ZFS set volsize=${output}m $volume 120 log_note "No dump device volume specified." 124 typeset volume=${device#/dev/zvol/} [all …]
|
| /src/tests/sys/cddl/zfs/tests/zvol/zvol_misc/ |
| H A D | zvol_misc_004_pos.ksh | 40 # 1. Create a ZFS volume 41 # 2. Set the volume as dump or swap 78 typeset volume=$1 80 log_must $ZFS snapshot $volume@snap0 81 log_must $ZFS snapshot $volume@snap1 82 log_must datasetexists $volume@snap0 $volume@snap1 84 log_must $ZFS destroy $volume@snap1 85 log_must $ZFS snapshot $volume@snap1 87 log_mustnot $ZFS rollback -r $volume@snap0 88 log_must datasetexists $volume@snap0 [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_004_pos.ksh | 42 # 1. Create a ZFS volume 43 # 2. Set the volume as dump or swap 74 typeset volume=$1 76 log_must zfs snapshot $volume@snap0 77 log_must zfs snapshot $volume@snap1 78 log_must datasetexists $volume@snap0 $volume@snap1 80 log_must zfs destroy $volume@snap1 81 log_must zfs snapshot $volume@snap1 83 log_mustnot zfs rollback -r $volume@snap0 84 log_must datasetexists $volume@snap0 [all …]
|
| /src/tests/sys/cddl/zfs/tests/reservation/ |
| H A D | reservation_017_pos.ksh | 38 # For a sparse volume changes to the volsize are not reflected in the reservation 41 # 1) Create a regular and sparse volume 43 # 3) Set reservation with various size on the regular and sparse volume 44 # 4) Verify that the 'reservation' property for the regular volume has 46 # 5) Verify that the 'reservation' property for the sparse volume is set to 'none' 60 log_assert "Verify that the volsize changes of sparse volume are not reflected" \ 63 #Create a regular and sparse volume for testing. 84 #Make sure volsize is a multiple of volume block size 93 log_fail "volsize changes of sparse volume is reflected in reservation." 95 log_fail "volsize changes of regular volume isnot reflected in reservation." [all …]
|
| H A D | reservation_015_pos.ksh | 38 # In pool with a full filesystem and a regular volume with an implicit 39 # reservation, setting the reservation on the volume to 'none' should allow 44 # 1) Create a regular non-sparse volume (which implicitly sets the reservation 45 # property to a value equal to the volume size) 48 # 4) Set the reservation on the volume to 'none' 63 log_assert "Setting volume reservation to 'none' allows more data to" \ 70 # large pools, we calculate a volume size which when applied 71 # to the volume will ensure we have RESV_FREE_SPACE 74 # For the volume itself, set a reservation to 95% of available 108 log_pass "Setting top level volume reservation to 'none' allows more " \
|
| /src/lib/geom/raid/ |
| H A D | graid.8 | 88 To allow booting from RAID volume, the metadata format should match the 99 Create an array with single volume. 106 argument specifies the label of the created volume. 109 argument specifies the RAID level of the created volume, such as: 126 bytes on each component for this volume. 135 Create another volume on the existing array. 141 Delete volume(s) from the existing array. 142 When the last volume is deleted, the array is also deleted and its metadata 151 arguments allow specifying volume for deletion. 156 Delete volume(s) even if it is still open. [all …]
|
| /src/usr.sbin/mixer/ |
| H A D | mixer.8 | 111 .It Ar dev Cm .volume Ta Xo 124 .Ar dev Ns Cm .volume 125 control modifies a device's volume. 136 If the left or right volume values are prefixed with 144 If the volume is currently 0.40 and an adjustment of +20% is specified, then 145 thet final volume will be set to 0.60. 147 Volume can also be set using the shorthand 223 device's volume by 5%: 228 Change the volume for the 234 $ mixer -f /dev/mixer0 vol.volume=0.65 [all …]
|
| /src/tests/sys/cddl/zfs/tests/iscsi/ |
| H A D | iscsi_001_pos.ksh | 36 # Verify setting shareiscsi property on volume will make it an iSCSI 40 # 1) Create a volume, turn on shareiscsi directly on the volume 42 # 3) Destroy the volume, then turn on shareiscsi property on parent 44 # 4) Then create the volume, check if the target is created or not 71 log_assert "Verify that setting shareiscsi property on volume will make it \ 75 # Check shareiscsi property directly on volume at first 81 shareiscsi property on volume" 85 # effects on volume 93 log_pass "Verify that setting shareiscsi property on volume will make it \
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation_022_pos.ksh | 24 # Cloning a volume with -o refreservation=auto creates a thick provisioned 25 # volume 28 # 1) Create a sparse volume. 32 # 4) Snapshot this second volume and clone it, using clone -o 48 log_assert "Cloning a volume with -o refreservation=auto creates a thick" \ 49 "provisioned volume" 73 # Clone the thick provisioned volume 83 log_pass "Cloning a thick provisioned volume results in a sparse volume"
|
| H A D | reservation_015_pos.ksh | 39 # In pool with a full filesystem and a regular volume with an implicit 40 # reservation, setting the reservation on the volume to 'none' should allow 45 # 1) Create a regular non-sparse volume (which implicitly sets the reservation 46 # property to a value equal to the volume size) 49 # 4) Set the reservation on the volume to 'none' 55 log_assert "Setting volume reservation to 'none' allows more data to be " \ 72 # large pools, we calculate a volume size which when applied 73 # to the volume will ensure we have RESV_FREE_SPACE 100 log_pass "Setting top level volume reservation to 'none' allows more " \
|
| /src/sbin/devd/ |
| H A D | asus.conf | 4 # The next blocks enable volume hotkeys that can be found on the Asus laptops 9 action "mixer vol.volume=0"; 16 action "mixer vol.volume=-10%"; 23 action "mixer vol.volume=+10%"; 26 # The next blocks enable volume hotkeys that can be found on the Asus EeePC 31 action "mixer vol.volume=0"; 38 action "mixer vol.volume=-10%"; 45 action "mixer vol.volume=+10%";
|
| /src/sys/geom/label/ |
| H A D | g_label_msdosfs.c | 84 * Test if this is really a FAT volume and determine the FAT type. in g_label_msdosfs_taste() 93 * at the right place, this should be a FAT12 or FAT16 volume. in g_label_msdosfs_taste() 97 "MSDOSFS: %s: FAT12/16 volume not valid.", in g_label_msdosfs_taste() 101 G_LABEL_DEBUG(1, "MSDOSFS: %s: FAT12/FAT16 volume detected.", in g_label_msdosfs_taste() 104 /* A volume with no name should have "NO NAME " as label. */ in g_label_msdosfs_taste() 108 "MSDOSFS: %s: FAT12/16 volume has no name.", in g_label_msdosfs_taste() 120 * at the right place, this should be a FAT32 volume. in g_label_msdosfs_taste() 123 G_LABEL_DEBUG(1, "MSDOSFS: %s: FAT32 volume not valid.", in g_label_msdosfs_taste() 127 G_LABEL_DEBUG(1, "MSDOSFS: %s: FAT32 volume detected.", in g_label_msdosfs_taste() 131 * If the volume label is not "NO NAME " we're done. in g_label_msdosfs_taste() [all …]
|
| /src/usr.sbin/fstyp/ |
| H A D | hammer_disk.h | 67 * Per-volume storage limit: 52 bits 4096 TB 85 #define HAMMER_OFF_VOL_MASK 0x0FF0000000000000ULL /* volume portion */ 107 * Reserved space for (future) header junk after the volume header. 118 * and volume number in addition to the offset. Most offsets are required 147 * zone 1 (z,v,o): raw volume relative (offset 0 is the volume header) 149 * zone 3 (z,o): undo/redo fifo - fixed zone-2 offset array in volume header 155 * zone 15: unavailable, usually the offset is beyond volume size 158 * Maximum HAMMER filesystem capacity from volume aspect 159 * 2^8(max volumes) * 2^52(max volume size) = 2^60 = 1EB (long offset) 171 * volume#0 layout [all …]
|
| H A D | befs.c | 50 struct disk_super_block *volume; in fstyp_befs() local 52 volume = read_buf(fp, BEFS_BLOCK_OFFSET, sizeof(*volume)); in fstyp_befs() 54 if (volume == NULL) { in fstyp_befs() 58 if (volume->magic1 == BEFS_SUPER_BLOCK_MAGIC1) { in fstyp_befs() 59 strlcpy(label, volume->name, size); in fstyp_befs() 60 free(volume); in fstyp_befs() 65 free(volume); in fstyp_befs()
|
| /src/sys/contrib/openzfs/man/man8/ |
| H A D | zfs-unallow.8 | 47 .Ar filesystem Ns | Ns Ar volume 54 .Ar filesystem Ns | Ns Ar volume 60 .Ar filesystem Ns | Ns Ar volume 66 .Ar filesystem Ns | Ns Ar volume 73 .Ar filesystem Ns | Ns Ar volume 80 .Ar filesystem Ns | Ns Ar volume 87 .Ar filesystem Ns | Ns Ar volume 94 .Ar filesystem Ns | Ns Ar volume 101 .Ar filesystem Ns | Ns Ar volume 104 volume. [all …]
|
| H A D | zfs-allow.8 | 47 .Ar filesystem Ns | Ns Ar volume 54 .Ar filesystem Ns | Ns Ar volume 60 .Ar filesystem Ns | Ns Ar volume 66 .Ar filesystem Ns | Ns Ar volume 73 .Ar filesystem Ns | Ns Ar volume 80 .Ar filesystem Ns | Ns Ar volume 87 .Ar filesystem Ns | Ns Ar volume 94 .Ar filesystem Ns | Ns Ar volume 101 .Ar filesystem Ns | Ns Ar volume 104 volume. [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/ |
| H A D | largest_pool_001_pos.ksh | 41 # create a pool which will contain a volume device. 42 # create a volume device of desired sizes. 43 # create the largest pool allowed using the volume vdev. 53 # $1: volume size 85 # Check and destroy zfs, volume & zpool remove the temporary files 115 # volume sizes with unit designations. 122 log_note "Create a pool which will contain a volume device" 125 log_note "Create a volume device of desired sizes: $volsize" 133 "Max volume size is 1TB on 32-bit systems." 140 log_note "Create the largest pool allowed using the volume vdev" [all …]
|