| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_004_pos.ksh | 77 typeset volume=$1 79 log_must zfs snapshot $volume@snap0 80 log_must zfs snapshot $volume@snap1 81 log_must datasetexists $volume@snap0 $volume@snap1 83 log_must zfs destroy $volume@snap1 84 log_must zfs snapshot $volume@snap1 86 log_mustnot zfs rollback -r $volume@snap0 87 log_must datasetexists $volume@snap0 89 log_must zfs destroy -r $volume@snap0
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/ |
| H A D | zvol_common.shlib | 35 # Create a simple zvol volume 81 typeset volume=$1 83 if [[ -z $volume ]] ; then 84 log_note "No volume specified." 88 log_must zfs set volsize=64m $volume 96 log_must zfs set volsize=${output}m $volume 111 typeset volume=${device#${ZVOL_DEVDIR}/} 112 set_dumpsize $volume 125 typeset volume=$1 127 if [[ -z $volume ]] ; then [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/ |
| H A D | snapused.kshlib | 58 for child in $(zfs list -rH -t filesystem,volume -o name $dataset) 69 for child in $(zfs list -rH -t filesystem,volume -o name $dataset) 123 for child in $(zfs list -rH -t filesystem,volume -o name $dataset) 149 for child in $(zfs list -rH -t filesystem,volume -o name $dataset) 160 for child in $(zfs list -rH -t filesystem,volume,snapshot -o name $dataset)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 48 # a volume that great than 1TB on 32-bit 49 # - volume size exceeds limit for this system. (happy gate) 50 # - max volume size is 1TB on 32-bit systems (s10u2) 55 export VOL_LIMIT_KEYWORD3="volume size exceeds limit" 61 # If a datasize has a volume size that is not a multiple of the blocksize, 63 # The volume with the exact size must exist in the "size" array above
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.shlib | 110 # This function compute the largest volume size which is multiple of volume 113 # $1 The largest expected volume size. 114 # $2 The volume block size 135 # Its purpose is to reserve additional space for volume metadata so volumes 138 # Note: This function can be used to do an estimate for a volume that has not 139 # yet been created. In this case, $vol is not a volume, but rather a pool in 140 # which a volume is going to be created. In this case, use default properties. 181 # or take some slop) -V value that can be used to create a volume in that pool. 182 # This is necessary because during volume creation, a reservation is created
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/ |
| H A D | largest_pool.cfg | 36 # a volume that great than 1TB on 32-bit 37 # - volume size exceeds limit for this system. (happy gate) 38 # - max volume size is 1TB on 32-bit systems (s10u2) 43 export VOL_LIMIT_KEYWORD3="volume size exceeds limit"
|
| /f-stack/freebsd/contrib/openzfs/etc/systemd/system/ |
| H A D | zfs-volumes.target.in | 3 After=zfs-volume-wait.service 4 Requires=zfs-volume-wait.service
|
| H A D | 50-zfs.preset.in | 8 enable zfs-volume-wait.service
|
| H A D | Makefile.am | 12 zfs-volume-wait.service \
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_audio.c | 125 uint32_t dest, volume; member 371 bcm2835_audio_update_controls(struct bcm2835_audio_info *sc, uint32_t volume, uint32_t dest) in bcm2835_audio_update_controls() argument 379 if (volume > 99) in bcm2835_audio_update_controls() 380 volume = 99; in bcm2835_audio_update_controls() 381 db = db_levels[volume/5]; in bcm2835_audio_update_controls() 382 m.u.control.volume = VCHIQ_AUDIO_VOLUME(db); in bcm2835_audio_update_controls() 476 uint32_t volume, dest; in bcm2835_audio_worker() local 506 volume = sc->volume; in bcm2835_audio_worker() 511 bcm2835_audio_update_controls(sc, volume, dest); in bcm2835_audio_worker() 752 sc->volume = left; in bcmmix_set() [all …]
|
| H A D | vc_vchi_audioserv_defs.h | 85 uint32_t volume; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | rt5663.txt | 31 minimum, impedance maximun, volume, DC offset w/o and w/ mic of each L and 36 detected impedance value is in the range, then the volume value of the 37 third column will be set to codec. In our codec design, each volume value
|
| H A D | st,sta350.txt | 90 If present, a mute output will be activated in ase the volume will 102 - st,powerdown-master-volume: 104 act on the master volume. Otherwise, the functions will act on the
|
| H A D | cs35l36.txt | 114 amount delay between consecutive volume attenuation steps when a brownout 119 digital volume or analog gain modes. 129 between consecutive volume attenuation release steps when a brownout condition
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
| H A D | nopwrite.shlib | 38 # If we are dealing with a volume, deduct the refreserv from the used 43 if [[ "$(get_prop type $origin)" = "volume" ]]; then
|
| /f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/ |
| H A D | zfs | 60 $__ZFS_CMD list -H -o name -s name -t filesystem,volume "$@" 120 $__ZFS_CMD list -H -o name -s name -t filesystem,volume 121 … if [[ $cur != "" ]] && $__ZFS_CMD list -H -o name -s name -t filesystem,volume $cur &> /dev/null 153 $__ZFS_CMD list -H -o name -s name -t volume 284 __zfs_complete_multiple_options "filesystem volume snapshot bookmark all" "$cur" 317 __zfs_complete_multiple_options "filesystem volume snapshot bookmark all" "$cur"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/ |
| H A D | zfs_get_004_pos.ksh | 147 ds=`zfs list -H -r -o name -t filesystem,volume $pool` 186 volume )
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/ |
| H A D | pumpkin-common.dtsi | 32 volume-up { 40 volume-down {
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx53-ard.dts | 85 volume-up { 91 volume-down {
|
| /f-stack/freebsd/contrib/openzfs/cmd/zvol_wait/ |
| H A D | zvol_wait | 28 zfs list -t volume -H -o \
|
| /f-stack/freebsd/amd64/conf/ |
| H A D | GENERIC-MMCCAM | 9 # Access GPT-formatted and labeled root volume
|
| /f-stack/freebsd/sys/disk/ |
| H A D | vtoc.h | 72 char volume[VTOC_VOLUME_LEN]; member
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | msm8916-longcheer-l8150.dts | 103 volume-up { 114 volume-down {
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3308-evb.dts | 60 label = "volume down"; 66 label = "volume up";
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | ro_props_001_pos.ksh | 48 set -A values filesystem volume snapshot -3 0 1 50K 10G 80G \
|