| /src/sys/dev/wscons/ | 
| wsbelldata.h | 35 #define	WSKBD_DEFAULT_BELL_VOLUME	50	/* 50% volume */ 44 	(dstp)->volume = ((srcp)->which & WSKBD_BELL_DOVOLUME) ?	\
 45 	    (srcp)->volume : (dfltp)->volume;				\
 
 | 
| wsbellvar.h | 37 	u_int volume;  member in struct:vbell_args 
 | 
| wsbell.c | 388 		    sc->sc_bell_data.period, sc->sc_bell_data.volume); 399 		spkr_audio_play(sc, ubdp->pitch, ubdp->period, ubdp->volume);
 430 		vol = vb->volume;
 442 spkr_audio_play(struct wsbell_softc *sc, u_int pitch, u_int period, u_int volume)
 448 	sc->sc_bell_args.volume = volume;
 
 | 
| /src/usr.sbin/fstyp/ | 
| cd9660.c | 54 	char *sector, *volume;  local in function:fstyp_cd9660 63 	volume = sector + 0x28;
 65 	strlcpy(label, volume, MIN(size, VOLUME_LEN));
 
 | 
| hammer_disk.h | 69  * Per-volume storage limit: 52 bits		4096 TB 87 #define HAMMER_OFF_VOL_MASK	0x0FF0000000000000ULL /* volume portion */
 109  * Reserved space for (future) header junk after the volume header.
 120  * and volume number in addition to the offset.  Most offsets are required
 149  * zone 1 (z,v,o):	raw volume relative (offset 0 is the volume header)
 151  * zone 3 (z,o):	undo/redo fifo	- fixed zone-2 offset array in volume header
 157  * zone 15:		unavailable, usually the offset is beyond volume size
 160  *	     Maximum HAMMER filesystem capacity from volume aspect
 161  *	     2^8(max volumes) * 2^52(max volume size) = 2^60 = 1EB (long offset
 [all...]
 | 
| /src/sys/arch/atari/dev/ | 
| kbdreg.h | 51 	u_int volume;		/* volume of bell (0-64) */  member in struct:kbdbell 
 | 
| iteioctl.h | 59 	u_int volume;		/* volume of bell (0-64) */  member in struct:itebell 
 | 
| /src/sys/arch/x68k/include/ | 
| kbio.h | 58 	int volume;  member in struct:kbiocbell 
 | 
| opmbellio.h | 72     int	volume;  member in struct:bell_info 
 | 
| /src/sys/arch/ews4800mips/stand/common/ | 
| ustarfs.c | 51 struct volume {  struct 68 		 * Although phisical format isn't 2D, volume size is
 171 __change_volume(int volume)
 177 		printf("insert disk %d, and press return...", volume + 1);
 187 		if ((i = buf[8] - '0') != volume + 1) {
 188 			printf("invalid volume number. disk=%d requested=%d\n",
 189 			    i, volume + 1);
 
 | 
| /src/sys/sys/ | 
| radioio.h | 44 	int	volume;  member in struct:radio_info 
 | 
| /src/sys/arch/amiga/dev/ | 
| iteioctl.h | 52 	u_int volume;		/* volume of bell (0-64) */  member in struct:itebell 
 | 
| /src/sys/arch/x68k/usr.bin/bellctrl/ | 
| bellctrl.c | 95 				 * If volume is given 175 	values.volume = percent;
 229 	if (values.volume == DEFAULT)
 230 		values.volume = param.volume;
 249 	fprintf(stderr, "	To set bell volume, pitch and duration:\n");
 
 | 
| /src/sys/arch/x68k/dev/ | 
| opm.c | 213 opm_set_volume(int channel, int volume) 219 		value = opm0->sc_vdata[channel].m1.tl + volume;
 223 		value = opm0->sc_vdata[channel].m2.tl + volume;
 226 		value = opm0->sc_vdata[channel].c1.tl + volume;
 232 		value = opm0->sc_vdata[channel].c2.tl + volume;
 
 | 
| opmbell.c | 83 	u_char volume;  member in struct:bell_softc 150 		sc->volume = BELL_VOLUME;
 204 		bp->volume = sc->volume;
 382  * The next table is a little trikcy table of volume factors.
 385  * volume-scaling (0...100) to a logarithmic scaling as present in the
 386  * OPM chips. so: Volume 50% = 6 db.
 411 	opm_set_volume(sc->ch, vol_table[sc->volume]);
 488 	    data->volume > MAXBVOLUME || data->msec > MAXBTIME) {
 491 		sc->volume = data->volume
 [all...]
 | 
| /src/sys/dev/audio/ | 
| audiobell.c | 96  * volume is the amplitude in % of max, 100 audiobell(void *dev, u_int pitch, u_int period, u_int volume, int poll)
 121 	KASSERT(volume <= 100);
 188 	/* Generate sinewave with specified volume */
 191 		/* XXX audio already has track volume feature though #if 0 */
 192 		buf[i] = AUDIO_SCALEDOWN(sinewave[j] * (int)volume, 16);
 
 | 
| /src/usr.sbin/sysinst/ | 
| msg.pm.fr | 46 message create_cgd {Le volume cryptographique Cr�er (CGD)} 49 message create_lv {Cr�er un volume logique}
 132 message lvmlv_menufmt {Logique volume}
 
 | 
| msg.pm.en | 48 message create_cgd {Create cryptographic volume (CGD)} 50 message create_vg {Create volume group (LVM VG)}
 51 message create_lv {Create logical volume}
 133 message lvmlv_menufmt {Logical volume}
 
 | 
| /src/sbin/wsconsctl/ | 
| keyboard.c | 68     { "bell.volume",		&bell.volume,	FMT_UINT,	FLG_MODIFY }, 71     { "bell.volume.default",	&dfbell.volume,	FMT_UINT,	FLG_MODIFY },
 129 	if (field_by_value(&bell.volume)->flags & FLG_GET)
 139 	if (field_by_value(&dfbell.volume)->flags & FLG_GET)
 213 	if (field_by_value(&bell.volume)->flags & FLG_SET)
 222 		pr_field(field_by_value(&bell.volume), " -> ");
 229 	if (field_by_value(&dfbell.volume)->flags & FLG_SET)
 239 		pr_field(field_by_value(&dfbell.volume), " -> ")
 [all...]
 | 
| /src/sys/arch/arm/broadcom/ | 
| bcm2835_vcaudioreg.h | 85    uint32_t volume;  member in struct:__anon5827fd4f0308 
 | 
| /src/sys/arch/ews4800mips/include/ | 
| vtoc.h | 35 /* Volume Table Of Contents */ 70 	int8_t volume[8];		/* 20 */  member in struct:vtoc_sector
 
 | 
| /src/usr.bin/audio/play/ | 
| play.c | 64 static int	volume;  variable in typeref:typename:int 157 			volume = atoi(optarg);
 158 			if (volume < 0 || volume > 255)
 159 				errx(1, "volume must be between 0 and 255");
 528 	if (volume)
 529 		info.play.gain = volume;
 607 	    "-v volume\n");
 
 | 
| /src/sys/arch/ews4800mips/ews4800mips/ | 
| vtoc.c | 112 	DPRINTF("Volume = %s\n", vtoc->volume); 
 | 
| /src/sys/dev/hil/ | 
| hilkbd.c | 313 		    d->pitch, d->period, d->volume); 352 hilkbd_cnbell(void *v, u_int pitch, u_int period, u_int volume)
 357 	    pitch, period, volume);
 361 hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume)
 
 | 
| /src/sys/dev/usb/ | 
| slurm.c | 174 	ri->volume = slurm_si470x_get_volume(sysconfig2); 195 	slurm_si470x_set_volume(sc, ri->volume);
 369 slurm_si470x_set_volume(struct slurm_softc *sc, int volume)
 375 	sysconfig2 |= __SHIFTIN(volume / SI470X_VOLFACT, SI470X_VOLUME);
 
 |