OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_am
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/audio/
audiovar.h
203
*
sc_am
is an array of pids, or NULL if empty.
208
pid_t *
sc_am
;
member in struct:audio_softc
audio.c
993
sc->
sc_am
= NULL;
1488
if (sc->
sc_am
)
1489
kern_free(sc->
sc_am
);
8433
if (sc->
sc_am
[i] == pid)
8440
sc->
sc_am
= kern_realloc(sc->
sc_am
,
8446
sc->
sc_am
[sc->sc_am_used++] = pid;
8462
if (sc->
sc_am
[i] == pid) {
8463
sc->
sc_am
[i] = sc->
sc_am
[--sc->sc_am_used]
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025