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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_conf.c122 * ldisc_register: Register a line discipline.
124 * discipline: Index for discipline to load, or LDISC_LOAD for us to choose.
130 ldisc_register(int discipline, struct linesw *linesw_p) argument
134 if (discipline == LDISC_LOAD) {
141 else if (discipline >= 0 && discipline < MAXLDISC) {
142 slot = discipline;
152 * ldisc_deregister: Deregister a line discipline obtained with
155 * discipline
158 ldisc_deregister(int discipline) argument
[all...]

Completed in 70 milliseconds