HomeSort by: relevance | last modified time | path
    Searched defs:fullduplex (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/audio/ctl/
ctl.c 67 static int properties, fullduplex, rerror; variable in typeref:typename:int
95 { "full_duplex", &fullduplex, UINT, 0 },
96 { "fullduplex", &fullduplex, UINT, 0 },
310 if (ioctl(fd, AUDIO_GETFD, &fullduplex) < 0)
448 if (p->valp == &fullduplex)
450 &fullduplex) < 0)
  /src/sys/dev/audio/
audio.c 2336 bool fullduplex; local in function:audio_open
2369 fullduplex = (sc->sc_props & AUDIO_PROP_FULLDUPLEX);
2377 if (fullduplex == false) {
2461 if (fullduplex) {

Completed in 17 milliseconds