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

  /src/sys/kern/
tty_pty.c 73 struct tty *pt_tty; member in struct:pt_softc
190 minor = pt == NULL || pt->pt_tty == NULL ||
191 pt->pt_tty->t_oproc == NULL;
294 pti->pt_tty = tty_alloc();
304 tty_free(pti->pt_tty);
310 tty_attach(pti->pt_tty);
382 tp = pti->pt_tty;
420 struct tty *tp = pti->pt_tty;
434 struct tty *tp = pti->pt_tty;
494 struct tty *tp = pti->pt_tty;
    [all...]
tty_pty.c 73 struct tty *pt_tty; member in struct:pt_softc
190 minor = pt == NULL || pt->pt_tty == NULL ||
191 pt->pt_tty->t_oproc == NULL;
294 pti->pt_tty = tty_alloc();
304 tty_free(pti->pt_tty);
310 tty_attach(pti->pt_tty);
382 tp = pti->pt_tty;
420 struct tty *tp = pti->pt_tty;
434 struct tty *tp = pti->pt_tty;
494 struct tty *tp = pti->pt_tty;
    [all...]

Completed in 160 milliseconds