OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_files
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/audio/
audiovar.h
149
SLIST_HEAD(, audio_file)
sc_files
;
member in struct:audio_softc
audio.c
989
SLIST_INIT(&sc->
sc_files
);
1426
SLIST_FOREACH(file, &sc->
sc_files
, entry) {
1452
while ((file = SLIST_FIRST(&sc->
sc_files
)) != NULL) {
1454
SLIST_REMOVE_HEAD(&sc->
sc_files
, entry);
1845
SLIST_REMOVE(&sc->
sc_files
, file, audio_file, entry);
1853
SLIST_REMOVE(&sc->
sc_files
, file, audio_file, entry);
2563
* audiodetach() may already have set file->dying for all
sc_files
2565
* inserting af to
sc_files
, in order to keep consistency.
2580
SLIST_INSERT_HEAD(&sc->
sc_files
, af, entry);
2605
SLIST_REMOVE(&sc->
sc_files
, af, audio_file, entry)
[
all
...]
Completed in 46 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026