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

  /src/sys/kern/
tty_pty.c 72 struct pt_softc { struct
80 static struct pt_softc **pt_softc = NULL; /* pty array */ variable in typeref:struct:pt_softc **
95 static struct pt_softc **ptyarralloc(int);
187 struct pt_softc *pt = pt_softc[minor];
200 static struct pt_softc **
203 struct pt_softc **pt;
210 ptyarrfree(struct pt_softc **pt, int nelem)
224 struct pt_softc *pti
    [all...]

Completed in 11 milliseconds