Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 259) sorted by relevance

1234567891011

/original-bsd/sys/deprecated/bbnnet/
H A Dtcp_states.c44 register struct tcpcb *tp = wp->w_tcb; variable
64 register struct tcpcb *tp; local
115 register struct tcpcb *tp = wp->w_tcb; variable
133 register struct tcpcb *tp = wp->w_tcb; variable
174 register struct tcpcb *tp = wp->w_tcb; variable
191 register struct tcpcb *tp; variable
352 register struct tcpcb *tp = wp->w_tcb; variable
396 register struct tcpcb *tp = wp->w_tcb; variable
421 register struct tcpcb *tp = wp->w_tcb; variable
442 register struct tcpcb *tp = wp->w_tcb; variable
[all …]
H A Dtcp_procs.c44 register struct tcpcb *tp; variable
90 t_close(tp, state) in t_close() argument
133 send_tcp(tp, ctl) in send_tcp() argument
476 #define smooth(tp) (((75*(tp)->t_timers[TXMT]) + (125*(tp)->t_srtt)) / 200) argument
478 #define RCV_ACK(tp, n) \ argument
543 rcv_tcp(tp, n, ctl) in rcv_tcp() argument
731 rcv_text(tp, t) in rcv_text() argument
971 send_rst(tp, n) in send_rst() argument
1039 struct mbuf *extract_oob(tp, mp, sorcv) in extract_oob() argument
1159 present_data(tp) in present_data() argument
H A Dtcp_prim.c40 struct th *tcp_template(tp) in tcp_template() argument
71 send_pkt(tp, flags, len) in send_pkt() argument
294 sequence firstempty(tp) in firstempty() argument
310 register struct tcpcb *tp; in tcp_timeo() local
363 tcp_opt(tp, t, hlen) in tcp_opt() argument
420 register struct tcpcb *tp; in tcp_drain() local
H A Dtcp_usrreq.c87 register struct tcpcb *tp; local
237 struct tcpcb *tp; variable
351 register struct tcpcb *tp; variable
715 struct tcpcb *tp; variable
748 register struct tcpcb *tp; variable
782 tcp_disconnect(tp) in tcp_disconnect() argument
840 register struct th *tp; local
855 register struct th *tp; local
883 register struct th *tp; local
911 register struct th *tp; local
/original-bsd/sys/kern/
H A Dtty_bk.c38 bkopen(dev, tp) in bkopen() argument
59 bkclose(tp) in bkclose() argument
86 bkread(tp, uio) in bkread() argument
120 bkinput(c, tp) in bkinput() argument
142 struct tty *tp; variable
H A Dtty.c151 ttyclose(tp) in ttyclose() argument
183 ttyinput(c, tp) in ttyinput() argument
902 ttnread(tp) in ttnread() argument
919 ttywait(tp) in ttywait() argument
943 ttywflush(tp) in ttywflush() argument
990 ttychars(tp) in ttychars() argument
1001 ttyblock(tp) in ttyblock() argument
1047 ttstart(tp) in ttstart() argument
1148 ttypend(tp) in ttypend() argument
1676 ttwakeup(tp) in ttwakeup() argument
[all …]
H A Dtty_pty.c88 register struct tty *tp; local
125 register struct tty *tp; local
141 register struct tty *tp = &pt_tty[minor(dev)]; local
192 register struct tty *tp; local
205 ptsstart(tp) in ptsstart() argument
220 struct tty *tp; variable
245 register struct tty *tp; local
269 register struct tty *tp; local
284 register struct tty *tp = &pt_tty[minor(dev)]; local
346 ptsstop(tp, flush) in ptsstop() argument
[all …]
/original-bsd/sys/vax/datakit/
H A Ddktty.c69 register struct tty *tp; in dktopen() local
121 register struct tty *tp; local
173 struct tty *tp; variable
185 register struct tty *tp; local
204 register struct tty *tp; local
249 dktfcon(tp) in dktfcon() argument
275 register struct tty *tp; local
299 dktstart(tp) in dktstart() argument
396 dktstop(tp, rw) in dktstop() argument
415 dktshut(tp) in dktshut() argument
[all …]
H A Ddksub.c45 register struct dkdev *tp ; local
103 dkrdone(tp, chan, resid, rdone, rctl) in dkrdone() argument
119 register struct dkdev *tp ; local
186 register struct dkdev *tp ; in dkwdone() local
203 register struct dkdev *tp ; in dkrsplice() local
214 register struct dkdev *tp ; in dksplwait() local
/original-bsd/sys/sparc/dev/
H A Dcons.c59 register struct tty *tp = &cons; in consinit() local
124 register struct tty *tp = &cons; local
149 register struct tty *tp = &cons; local
162 register struct tty *tp = &cons; local
173 register struct tty *tp; local
188 register struct tty *tp; local
227 cnstart(tp) in cnstart() argument
264 cnfbstart(tp) in cnfbstart() argument
300 cnfbstop(tp, flag) in cnfbstop() argument
318 register struct tty *tp = tpaddr; local
[all …]
/original-bsd/sys/vax/vax/
H A Dcons.c47 register struct tty *tp = &cons; local
75 register struct tty *tp = &cons; local
90 register struct tty *tp = &cons; local
103 register struct tty *tp = &cons; local
126 register struct tty *tp; local
163 register struct tty *tp = &cons; local
188 register struct tty *tp = &cons; local
202 cnstart(tp) in cnstart() argument
/original-bsd/usr.bin/man/
H A Dconfig.c41 TAG *tp; local
111 TAG *tp; local
129 TAG *tp; local
141 TAG *tp; local
/original-bsd/sys/tahoe/tahoe/
H A Dcons.c102 register struct tty *tp; local
149 register struct tty *tp = cntty[minor(dev)]; local
160 struct tty *tp = cntty[minor(dev)]; local
188 register struct tty *tp; local
237 register struct tty *tp; local
255 cnstart(tp) in cnstart() argument
302 cnputchar(c, tp) in cnputchar() argument
367 cngetchar(tp) in cngetchar() argument
395 struct tty *tp; variable
416 cnreset(tp) in cnreset() argument
[all …]
/original-bsd/sys/netinet/
H A Dtcp_subr.c65 tcp_template(tp) in tcp_template() argument
112 tcp_respond(tp, ti, m, ack, seq, flags) in tcp_respond() argument
184 register struct tcpcb *tp; local
219 tcp_drop(tp, errno) in tcp_drop() argument
244 tcp_close(tp) in tcp_close() argument
358 register struct tcpcb *tp = (struct tcpcb *)inp->inp_ppcb; local
415 struct tcpcb *tp = intotcpcb(inp); local
H A Dtcp_timer.c54 register struct tcpcb *tp; in tcp_fasttimo() local
79 register struct tcpcb *tp; in tcp_slowtimo() local
126 tcp_canceltimers(tp) in tcp_canceltimers() argument
144 tcp_timers(tp, timer) in tcp_timers() argument
H A Dtcp_usrreq.c54 register struct tcpcb *tp; local
331 register struct tcpcb *tp; local
413 register struct tcpcb *tp; local
448 tcp_disconnect(tp) in tcp_disconnect() argument
478 tcp_usrclosed(tp) in tcp_usrclosed() argument
/original-bsd/sys/vax/uba/
H A Ddmx.c84 dmxopen(tp, sc, flag) in dmxopen() argument
146 struct tty *tp; variable
161 register struct tty *tp; local
210 dmxioctl(tp, cmd, data, flag) in dmxioctl() argument
269 struct tty *tp; variable
350 dmxparam(tp, t) in dmxparam() argument
412 register struct tty *tp; local
450 dmxstart(tp, sc) in dmxstart() argument
554 dmxstop(tp, sc, flag) in dmxstop() argument
H A Ddz.c155 register struct tty *tp; local
208 register struct tty *tp; local
232 register struct tty *tp; local
242 register struct tty *tp; local
252 register struct tty *tp; local
310 register struct tty *tp; local
398 dzparam(tp, t) in dzparam() argument
442 dzxint(tp) in dzxint() argument
469 dzstart(tp) in dzstart() argument
523 dzstop(tp, flag) in dzstop() argument
[all …]
H A Ddh.c197 register struct tty *tp; local
275 register struct tty *tp; local
311 register struct tty *tp; local
357 register struct tty *tp; local
396 dhparam(tp, t) in dhparam() argument
455 register struct tty *tp; local
501 dhstart(tp) in dhstart() argument
585 dhstop(tp, flag) in dhstop() argument
621 register struct tty *tp; local
708 register struct tty *tp; local
[all …]
/original-bsd/sys/i386/isa/
H A Dcom.c103 struct tty *tp; local
161 register struct tty *tp; local
209 register struct tty *tp; local
244 register struct tty *tp = &com_tty[unit]; local
262 register struct tty *tp; local
330 register struct tty *tp; local
357 register struct tty *tp; local
385 register struct tty *tp; local
439 comparam(tp, t) in comparam() argument
491 comstart(tp) in comstart() argument
[all …]
/original-bsd/sys/vax/if/ACC/driver/
H A Dif_x29.c248 register struct tty *tp; local
406 register struct tty *tp; local
633 xxstart(tp) in xxstart() argument
831 struct tty *tp; variable
1476 xx_qbit_msg(tp, unit, msg) in xx_qbit_msg() argument
1524 xxcntl(tp, c, unit) in xxcntl() argument
1759 xxpadhandle(ds, tp, pi) in xxpadhandle() argument
1806 xxpadparse(ds, pi, tp) in xxpadparse() argument
1825 xxpadcall(ds, addr, tp) in xxpadcall() argument
1848 xxpadmsg(s, tp) in xxpadmsg() argument
[all …]
/original-bsd/sys/luna68k/dev/
H A Dkbd.c71 register struct tty *tp; local
132 register struct tty *tp; local
164 register struct tty *tp = &kbd_tty[kbdunit(dev)]; local
170 kbdparam(tp, t) in kbdparam() argument
206 register struct tty *tp; local
245 kbdstart(tp) in kbdstart() argument
281 register struct tty *tp; local
/original-bsd/sys/pmax/dev/
H A Ddc.c142 register struct tty *tp; local
219 register struct tty *tp; local
274 register struct tty *tp; local
299 register struct tty *tp; local
314 register struct tty *tp; local
328 register struct tty *tp; local
383 dcparam(tp, t) in dcparam() argument
470 register struct tty *tp; local
560 dcxint(tp) in dcxint() argument
618 dcstart(tp) in dcstart() argument
[all …]
/original-bsd/sys/news3400/bm/
H A Dbmcons.c74 register struct tty *tp = &cn_tty[0]; local
119 register struct tty *tp = &cn_tty[0]; local
133 register struct tty *tp = &cn_tty[0]; local
144 register struct tty *tp = &cn_tty[0]; local
156 register struct tty *tp = &cn_tty[0]; local
182 register struct tty *tp = &cn_tty[0]; local
268 cnparam(tp, t) in cnparam() argument
340 cnstart(tp) in cnstart() argument
411 cnstop(tp, flag) in cnstop() argument
611 struct tty *tp; variable
[all …]
/original-bsd/sys/hp/dev/
H A Ddca.c190 register struct tty *tp; local
247 register struct tty *tp; local
278 register struct tty *tp = &dca_tty[unit]; local
298 register struct tty *tp = &dca_tty[unit]; local
317 register struct tty *tp; local
409 register struct tty *tp; local
436 register struct tty *tp; local
473 register struct tty *tp; local
527 dcaparam(tp, t) in dcaparam() argument
580 dcastart(tp) in dcastart() argument
[all …]

1234567891011