HomeSort by: relevance | last modified time | path
    Searched refs:p_tty (Results 1 - 3 of 3) sorted by relevancy

  /src/games/dm/
dm.c 197 static char *p_tty; local in function:c_tty
200 p_tty = strrchr(gametty, '/');
204 if (!strcmp(gametty, tty) || (p_tty && !strcmp(p_tty, tty)))
  /src/sys/dev/ic/
cd18xx.c 333 p->p_tty = tty_alloc();
334 p->p_tty->t_oproc = cdttystart;
335 p->p_tty->t_param = cdttyparam;
336 p->p_tty->t_hwiflow = cdttyhwiflow;
347 tty_attach(p->p_tty);
356 struct tty *tp = p->p_tty;
416 tp = port->p_tty;
512 tp = port->p_tty;
537 struct tty *tp = port->p_tty;
550 struct tty *tp = port->p_tty;
    [all...]
cd18xxvar.h 38 struct tty *p_tty; member in struct:cdtty_port

Completed in 13 milliseconds