Searched refs:play (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/ntp/util/
H A Dtg.c335 info.play.port = port;
336 info.play.gain = level;
337 info.play.sample_rate = SECOND;
338 info.play.channels = 1;
339 info.play.precision = 8;
340 info.play.encoding = AUDIO_ENCODING_ULAW;
342 info.play.port, info.play.gain, info.play.sample_rate,
343 info.play
[all...]
H A Dtg2.c1038 info.play.port = port;
1039 info.play.gain = level;
1040 info.play.sample_rate = SetSampleRate;
1041 info.play.channels = 1;
1042 info.play.precision = 8;
1043 info.play.encoding = AUDIO_ENCODING_ULAW;
1045 info.play.port, info.play.gain, info.play.sample_rate,
1046 info.play
[all...]
/freebsd-9.3-release/sys/i386/include/
H A Dpcaudioio.h58 audio_prinfo_t play; member in struct:audio_info
/freebsd-9.3-release/games/morse/
H A Dmorse.c269 static void show(const char *), play(const char *), morse(char);
458 play(" ");
472 play(m->morse);
497 play(const char *s) function
521 perror("ioctl play");
/freebsd-9.3-release/sys/dev/sound/isa/
H A Dsb8.c502 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
511 thresh = play? 23000 : 13000;
512 max = play? 44100 : 15000;
515 max = play? 23000 : 13000;
543 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
551 if (play)
555 i = play? 0x90 : 0x98;
557 i = play? 0x1c : 0x2c;
572 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
588 if (play)
[all...]
H A Dess.c463 int play = (dir == PCMDIR_PLAY)? 1 : 0; local
480 ess_write(sc, 0xb8, 0x04 | (play? 0x00 : 0x0a));
490 if (play)
527 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
536 if (play)
546 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; local
554 if (play)
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dhdspe.h99 uint32_t play; member in struct:hdspe_channel
H A Dhdspe-pcm.c124 if (scp->hc->play)
652 err = pcm_register(dev, scp, scp->hc->play, scp->hc->rec);
659 for (i = 0; i < scp->hc->play; i++) {
H A Dsolo.c429 int play = (dir == PCMDIR_PLAY)? 1 : 0; local
438 sc->simplex_dir = play ? PCMDIR_PLAY : PCMDIR_REC ;
448 ess_write(sc, 0xb8, 0x04 | (play? 0x00 : 0x0a));
459 if (play)
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c274 play (FILE *fp) function
318 /* data sent from gdbreplay to gdb, play it */
319 play (fp);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Daudio.c345 info.play.gain = AUDIO_MAX_GAIN;
346 info.play.port = AUDIO_SPEAKER;
/freebsd-9.3-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c58 #define ASTS_PLAYING 0x11 /* Audio play operation in progress */
59 #define ASTS_PAUSED 0x12 /* Audio play operation paused */
60 #define ASTS_COMPLETED 0x13 /* Audio play operation successfully completed */
61 #define ASTS_ERROR 0x14 /* Audio play operation stopped due to error */
104 { CMD_PLAY, "play", 1, "min1:sec1[.fram1] [min2:sec2[.fram2]]" },
105 { CMD_PLAY, "play", 1, "track1[.index1] [track2[.index2]]" },
106 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
107 { CMD_PLAY, "play", 1, "[#block [len]]" },
137 int play(char *arg);
177 printf ("\n\tThe word \"play\" i
468 int play (char *arg) function
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk19 # sometimes we play games with .CURDIR etc
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.music40 02/12 The Beatles play Carnegie Hall in New York City, 1964
150 08/15 The Beatles play Shea Stadium in New York, 1965
167 09/19 Simon & Garfunkel reunite to play New York's Central Park, 1981
223 12/06 The Rolling Stones play Altamont Speedway near San Francisco, 1969
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex5491 % (except of course we have to play expansion games).
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex5687 % (except of course we have to play expansion games).
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex5563 % (except of course we have to play expansion games).

Completed in 190 milliseconds