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

  /src/sys/dev/
midi.c 87 static struct midi_softc *hwif_softc = NULL; variable in typeref:struct:midi_softc *
294 hwif_softc = sc;
296 hwif_softc = NULL;
329 if (hwif_softc != NULL) /* ignore calls resulting from non-init */
330 hwif_softc->hw_if_ext = exthw; /* uses of getinfo */
midi.c 87 static struct midi_softc *hwif_softc = NULL; variable in typeref:struct:midi_softc *
294 hwif_softc = sc;
296 hwif_softc = NULL;
329 if (hwif_softc != NULL) /* ignore calls resulting from non-init */
330 hwif_softc->hw_if_ext = exthw; /* uses of getinfo */

Completed in 57 milliseconds