Home
last modified time | relevance | path

Searched refs:play (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd-10-stable/contrib/ntp/util/
Dtg.c335 info.play.port = port; in main()
336 info.play.gain = level; in main()
337 info.play.sample_rate = SECOND; in main()
338 info.play.channels = 1; in main()
339 info.play.precision = 8; in main()
340 info.play.encoding = AUDIO_ENCODING_ULAW; in main()
342 info.play.port, info.play.gain, info.play.sample_rate, in main()
343 info.play.channels, info.play.precision, in main()
344 info.play.encoding); in main()
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.channels, info.play.precision,
1047 info.play.encoding);
/freebsd-10-stable/sys/dev/sound/isa/
Dsb8.c502 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; in sb_speed() local
511 thresh = play? 23000 : 13000; in sb_speed()
512 max = play? 44100 : 15000; in sb_speed()
515 max = play? 23000 : 13000; in sb_speed()
543 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; in sb_start() local
551 if (play) in sb_start()
555 i = play? 0x90 : 0x98; in sb_start()
557 i = play? 0x1c : 0x2c; in sb_start()
572 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; in sb_stop() local
588 if (play) in sb_stop()
Dess.c463 int play = (dir == PCMDIR_PLAY)? 1 : 0; in ess_setupch() local
480 ess_write(sc, 0xb8, 0x04 | (play? 0x00 : 0x0a)); in ess_setupch()
490 if (play) in ess_setupch()
527 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; in ess_start() local
536 if (play) in ess_start()
546 int play = (ch->dir == PCMDIR_PLAY)? 1 : 0; in ess_stop() local
554 if (play) in ess_stop()
/freebsd-10-stable/games/morse/
Dmorse.c269 static void show(const char *), play(const char *), morse(char);
458 play(" "); in morse()
472 play(m->morse); in morse()
497 play(const char *s) in play() function
/freebsd-10-stable/contrib/gdb/gdb/gdbserver/
Dgdbreplay.c274 play (FILE *fp) in play() function
319 play (fp); in main()
/freebsd-10-stable/sys/gnu/dts/arm/
Dspear1340-evb.dts234 i2s0: i2s-play@b2400000 {
265 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
284 i2s-play@b2400000 {
Dspear1340.dtsi69 i2s-play@b2400000 {
75 play;
/freebsd-10-stable/sys/isa/
Disa_if.m35 # Add a Plug-and-play configuration to the device. Configurations with
64 # If the device is not plug-and-play compatible, this method returns
/freebsd-10-stable/sys/i386/include/
Dpcaudioio.h58 audio_prinfo_t play; member
/freebsd-10-stable/crypto/openssl/crypto/bf/
DREADME6 Basically if you just want to play with the library, not a problem.
/freebsd-10-stable/contrib/ntp/libntp/
Daudio.c359 info.play.gain = AUDIO_MAX_GAIN; in audio_init()
360 info.play.port = AUDIO_SPEAKER; in audio_init()
/freebsd-10-stable/sys/dev/sound/pci/
Dhdspe-pcm.c124 if (scp->hc->play) in hdspemixer_init()
654 err = pcm_register(dev, scp, scp->hc->play, scp->hc->rec); in hdspe_pcm_attach()
661 for (i = 0; i < scp->hc->play; i++) { in hdspe_pcm_attach()
Dhdspe.h99 uint32_t play; member
Dsolo.c429 int play = (dir == PCMDIR_PLAY)? 1 : 0; in ess_setupch() local
438 sc->simplex_dir = play ? PCMDIR_PLAY : PCMDIR_REC ; in ess_setupch()
448 ess_write(sc, 0xb8, 0x04 | (play? 0x00 : 0x0a)); in ess_setupch()
/freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/tests/
Dclear23 # create a window to play with, defines win1 var
/freebsd-10-stable/usr.bin/calendar/calendars/
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-10-stable/sys/boot/
DREADME18 setting up screen savers and plug and play information, and
87 To get your plug and play data correctly set, run kget,
121 user to use. I recommend you play with them a little,
/freebsd-10-stable/usr.sbin/cdcontrol/
Dcdcontrol.c136 static int play(char *arg);
405 return play (arg); in run()
473 play(char *arg) in play() function
/freebsd-10-stable/contrib/ntp/sntp/m4/
Dntp_cacheversion.m414 # while children do not. This comes into play only when introducing
/freebsd-10-stable/contrib/bmake/mk/
Dinstall-mk145 SKIP_SYS_MK=: # play safe
/freebsd-10-stable/contrib/gcc/doc/
Dbugreport.texi11 Your bug reports play an essential role in making GCC reliable.
/freebsd-10-stable/usr.sbin/timed/timed/
DCHANGES65 go off and sulk when other machines refuse to play by the rules.
/freebsd-10-stable/crypto/openssl/doc/apps/
Ds_time.pod142 in case it is a buggy server. In particular you should play with these
/freebsd-10-stable/contrib/groff/contrib/mom/
DBUGS316 they play in page layout, this not likely to be fixed for some time.

12345