| /freebsd-10-stable/contrib/ntp/util/ |
| D | tg.c | 335 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()
|
| D | tg2.c | 1038 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/ |
| D | sb8.c | 502 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()
|
| D | ess.c | 463 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/ |
| D | morse.c | 269 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/ |
| D | gdbreplay.c | 274 play (FILE *fp) in play() function 319 play (fp); in main()
|
| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | spear1340-evb.dts | 234 i2s0: i2s-play@b2400000 { 265 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap"; 284 i2s-play@b2400000 {
|
| D | spear1340.dtsi | 69 i2s-play@b2400000 { 75 play;
|
| /freebsd-10-stable/sys/isa/ |
| D | isa_if.m | 35 # 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/ |
| D | pcaudioio.h | 58 audio_prinfo_t play; member
|
| /freebsd-10-stable/crypto/openssl/crypto/bf/ |
| D | README | 6 Basically if you just want to play with the library, not a problem.
|
| /freebsd-10-stable/contrib/ntp/libntp/ |
| D | audio.c | 359 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/ |
| D | hdspe-pcm.c | 124 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()
|
| D | hdspe.h | 99 uint32_t play; member
|
| D | solo.c | 429 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/ |
| D | clear | 23 # create a window to play with, defines win1 var
|
| /freebsd-10-stable/usr.bin/calendar/calendars/ |
| D | calendar.music | 40 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/ |
| D | README | 18 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/ |
| D | cdcontrol.c | 136 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/ |
| D | ntp_cacheversion.m4 | 14 # while children do not. This comes into play only when introducing
|
| /freebsd-10-stable/contrib/bmake/mk/ |
| D | install-mk | 145 SKIP_SYS_MK=: # play safe
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | bugreport.texi | 11 Your bug reports play an essential role in making GCC reliable.
|
| /freebsd-10-stable/usr.sbin/timed/timed/ |
| D | CHANGES | 65 go off and sulk when other machines refuse to play by the rules.
|
| /freebsd-10-stable/crypto/openssl/doc/apps/ |
| D | s_time.pod | 142 in case it is a buggy server. In particular you should play with these
|
| /freebsd-10-stable/contrib/groff/contrib/mom/ |
| D | BUGS | 316 they play in page layout, this not likely to be fixed for some time.
|