HomeSort by: relevance | last modified time | path
    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