HomeSort by: relevance | last modified time | path
    Searched refs:VOLUME (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/lvm2/dist/scripts/
fsadm.sh 61 VOLUME=unknown
123 dry $MOUNT "$VOLUME" "$MOUNTED"
131 test "$DO_LVRESIZE" -eq 2 && exec $LVM lvresize $VERB -r -L$(( $NEWSIZE / 1048576 )) $VOLUME
161 VOLUME=${1#/dev/}
162 VOLUME=$($READLINK $READLINK_E "/dev/$VOLUME") || error "Cannot get readlink $1"
163 # strip newline from volume name
164 VOLUME=${VOLUME%%$NL}
167 FSTYPE=$($BLKID -c /dev/null -s TYPE "$VOLUME") || error "Cannot get FSTYPE of \"$VOLUME\"
    [all...]
  /src/sys/arch/atari/dev/
ym2149reg.h 56 #define YM_VA 8 /* Volume Channel A */
57 #define YM_VB 9 /* Volume Channel B */
58 #define YM_VC 10 /* Volume Channel C */
76 #define VOLUME 0x0F /* 16 steps */
77 #define ENVELOP 0x10 /* volume steered by envelope */
  /src/sys/arch/macppc/dev/
snapper.c 538 #define DEQ_VOLUME 0x04 /* Volume (6bytes) */
598 u_char VOLUME[6];
821 * we can control the volume in software in this case.
1493 * for some insane reason the gain table for master volume and the
1777 { 0, 0, 0, 0, 0, 0 }, /* VOLUME */
1809 sizeof tas3004_initdata.VOLUME, /* 0x04 */
2049 DEQ_WRITE(sc, DEQ_VOLUME, tas3004_initdata.VOLUME);
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 298 uint8_t volume : 1; member in struct:main_header
2098 VOLUME = 0x0001, /* multi-volume archive */
2099 VOLUME_NUMBER = 0x0002, /* volume number, first vol doesn't
2124 rar->main.volume = (archive_flags & VOLUME) > 0;
2136 "Invalid volume number");
2400 if(rar->main.volume) {
3593 * we need to switch to the next volume. */
3594 if(rar->main.volume && rar->file.bytes_remaining == 0)
    [all...]
  /src/sys/dev/hdaudio/
hdafg.c 744 case COP_AWCAP_TYPE_VOLUME_KNOB: tstr = "volume knob"; break;
1429 /* Disable power and volume widgets */
2830 /* Declare master volume if needed */
2831 if ((audiomask & (HDAUDIO_MASK(VOLUME) | HDAUDIO_MASK(PCM))) ==
2833 audiomask |= HDAUDIO_MASK(VOLUME);
2933 /* Build volume mixers */

Completed in 24 milliseconds