Searched refs:linesw_p (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dtty_conf.c121 * linesw_p: Pointer to linesw_p.
126 ldisc_register(int discipline, struct linesw *linesw_p) argument
141 if (slot != -1 && linesw_p)
142 linesw[slot] = *linesw_p;

Completed in 41 milliseconds