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

/freebsd-11-stable/sys/dev/sio/
H A Dsio.c127 * CS_BUSY = TS_BUSY (maintained by comstart(), siopoll() and
129 * CS_TTGO = ~TS_TTSTOP (maintained by comparam() and comstart())
271 static void comstart(struct tty *tp);
933 tp->t_oproc = comstart;
1357 comstart(tp);
1882 * so do it later by calling comstart() instead of repeating
1883 * a lot of code from comstart() here.
1889 * on here, since comstart() won't do it later.
1921 comstart(tp);
2004 comstart(t function
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c191 * CS_BUSY = TS_BUSY (maintained by comstart(), siopoll() and
193 * CS_TTGO = ~TS_TTSTOP (maintained by comparam() and comstart())
359 static void comstart(struct tty *tp);
1492 tp->t_oproc = comstart;
2100 comstart(tp);
2877 * so do it later by calling comstart() instead of repeating
2878 * a lot of code from comstart() here.
2884 * on here, since comstart() won't do it later.
2943 comstart(tp);
3030 comstart(t function
[all...]

Completed in 121 milliseconds