HomeSort by: relevance | last modified time | path
    Searched defs:volume (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/usr.sbin/fstyp/
cd9660.c 54 char *sector, *volume; local
63 volume = sector + 0x28;
65 strlcpy(label, volume, MIN(size, VOLUME_LEN));
cd9660.c 54 char *sector, *volume; local
63 volume = sector + 0x28;
65 strlcpy(label, volume, MIN(size, VOLUME_LEN));
  /src/sys/arch/atari/dev/
kbdreg.h 51 u_int volume; /* volume of bell (0-64) */ member in struct:kbdbell
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
iteioctl.h 59 u_int volume; /* volume of bell (0-64) */ member in struct:itebell
  /src/sys/dev/wscons/
wsbellvar.h 37 u_int volume; member in struct:vbell_args
wsbellvar.h 37 u_int volume; member in struct:vbell_args
  /src/sys/arch/x68k/include/
kbio.h 58 int volume; member in struct:kbiocbell
opmbellio.h 72 int volume; member in struct:bell_info
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);
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/arch/macppc/dev/
abtn.c 61 int volume; /* speaker volume (not yet) */ member in struct:abtn_softc
177 printf("%s: volume setting not implemented\n",
abtn.c 61 int volume; /* speaker volume (not yet) */ member in struct:abtn_softc
177 printf("%s: volume setting not implemented\n",
  /src/sys/sys/
radioio.h 44 int volume; member in struct:radio_info
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
iteioctl.h 52 u_int volume; /* volume of bell (0-64) */ member in struct:itebell
  /src/sys/arch/ews4800mips/include/
vtoc.h 35 /* Volume Table Of Contents */
70 int8_t volume[8]; /* 20 */ member in struct:vtoc_sector
vtoc.h 35 /* Volume Table Of Contents */
70 int8_t volume[8]; /* 20 */ member in struct:vtoc_sector
  /src/sys/dev/ic/
uda1341.c 107 sc->sc_l3_write(sc, 1, 0x15); /* Volume */
160 * a volume change does not trigger updates of all the
164 uint8_t val, volume, bass, treble, deemphasis; local
179 /* Update volume */
180 /* On the UDA1341 maximal volume is 0x0,
181 while minimal volume is 0x3f */
182 volume = (0x3f) - ((sc->sc_volume*(0x3f+1)) / (AUDIO_LEVELS));
185 val |= volume & UDA1341_L3_DATA0_VOLUME_MASK;
uda1341.c 107 sc->sc_l3_write(sc, 1, 0x15); /* Volume */
160 * a volume change does not trigger updates of all the
164 uint8_t val, volume, bass, treble, deemphasis; local
179 /* Update volume */
180 /* On the UDA1341 maximal volume is 0x0,
181 while minimal volume is 0x3f */
182 volume = (0x3f) - ((sc->sc_volume*(0x3f+1)) / (AUDIO_LEVELS));
185 val |= volume & UDA1341_L3_DATA0_VOLUME_MASK;
  /src/sys/arch/arm/broadcom/
bcm2835_vcaudioreg.h 85 uint32_t volume; member in struct:__anon1022

Completed in 70 milliseconds

1 2 3