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

  /src/sys/dev/ic/
mfivar.h 178 struct mfi_mem *sc_frames; member in struct:mfi_softc
  /src/sys/dev/ir/
irframe_tty.c 115 struct irt_frame sc_frames[MAXFRAMES]; member in struct:irframet_softc
442 if (sc->sc_frames[i].buf != NULL)
443 free(sc->sc_frames[i].buf, M_DEVBUF);
448 sc->sc_frames[i].buf =
454 sc->sc_frames[i].buf = NULL;
473 if (sc->sc_frames[sc->sc_framei].buf == NULL)
475 memcpy(sc->sc_frames[sc->sc_framei].buf, tbuf, len);
476 sc->sc_frames[sc->sc_framei].len = len;
482 wakeup(sc->sc_frames);
645 error = tsleep(sc->sc_frames, PZERO | PCATCH, "irtrd", 0)
    [all...]

Completed in 13 milliseconds