OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_audiofd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/usermode/dev/
vaudio.c
74
int
sc_audiofd
;
member in struct:vaudio_softc
156
sc->
sc_audiofd
= thunk_audio_open(sc->sc_audiopath);
157
if (sc->
sc_audiofd
== -1) {
186
if (sc->
sc_audiofd
!= -1)
187
thunk_audio_close(sc->
sc_audiofd
);
207
if (thunk_audio_pollout(sc->
sc_audiofd
) < st->st_blksize)
209
thunk_audio_write(sc->
sc_audiofd
, st->st_cur, st->st_blksize);
230
if (thunk_audio_pollin(sc->
sc_audiofd
) < st->st_blksize)
232
thunk_audio_read(sc->
sc_audiofd
, st->st_cur, st->st_blksize);
286
return thunk_audio_config(sc->
sc_audiofd
, &pconf, &rconf)
[
all
...]
vaudio.c
74
int
sc_audiofd
;
member in struct:vaudio_softc
156
sc->
sc_audiofd
= thunk_audio_open(sc->sc_audiopath);
157
if (sc->
sc_audiofd
== -1) {
186
if (sc->
sc_audiofd
!= -1)
187
thunk_audio_close(sc->
sc_audiofd
);
207
if (thunk_audio_pollout(sc->
sc_audiofd
) < st->st_blksize)
209
thunk_audio_write(sc->
sc_audiofd
, st->st_cur, st->st_blksize);
230
if (thunk_audio_pollin(sc->
sc_audiofd
) < st->st_blksize)
232
thunk_audio_read(sc->
sc_audiofd
, st->st_cur, st->st_blksize);
286
return thunk_audio_config(sc->
sc_audiofd
, &pconf, &rconf)
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025