Searched refs:ttysleep (Results 1 – 14 of 14) sorted by relevance
/netbsd/sys/sys/ |
H A D | tty.h | 305 int ttysleep(struct tty *, kcondvar_t *, bool, int);
|
/netbsd/sys/kern/ |
H A D | tty.c | 414 error = ttysleep(tp, &tp->t_rawcv, true, 0); in ttyopen() 1719 error = ttysleep(tp, &tp->t_outcv, true, timo); in ttywait_timo() 2111 error = ttysleep(tp, &tp->t_rawcv, true, slp); in ttread() 2251 error = ttysleep(tp, &tp->t_rawcv, true, 0); in ttwrite() 2407 error = ttysleep(tp, &tp->t_outcv, true, 0); in ttwrite() 2858 ttysleep(struct tty *tp, kcondvar_t *cv, bool catch_p, int timo) in ttysleep() function 2884 error = ttysleep(tp, NULL, true, timo); in ttypause()
|
H A D | tty_pty.c | 402 error = ttysleep(tp, &tp->t_rawcv, true, 0); in ptsopen() 460 error = ttysleep(tp, &tp->t_cancv, true, 0); in ptsread()
|
/netbsd/sys/arch/sparc64/dev/ |
H A D | sab.c | 745 error = ttysleep(tp, &tp->t_rawcv, true, 0); in sabopen() 764 ttysleep(tp, NULL, /*catch_p*/false, hz); in sabopen()
|
/netbsd/sys/arch/emips/ebus/ |
H A D | dz_ebus.c | 174 error = ttysleep(tp, &tp->t_rawcv, true, 0); in dzopen()
|
/netbsd/sys/dev/dec/ |
H A D | dz.c | 414 error = ttysleep(tp, &tp->t_rawcv, true, 0); in dzopen()
|
/netbsd/sys/dev/qbus/ |
H A D | dhu.c | 479 error = ttysleep(tp, &tp->t_rawcv, true, 0); in dhuopen()
|
/netbsd/sys/arch/amiga/dev/ |
H A D | msc.c | 450 error = ttysleep(tp, &tp->t_rawcv, true, 0); in mscopen()
|
H A D | mfc.c | 563 error = ttysleep(tp, &tp->t_rawcv, true, 0); in mfcsopen()
|
/netbsd/sys/arch/vax/uba/ |
H A D | qvaux.c | 555 error = ttysleep(tp, &tp->t_rawcv, true, 0); in qvauxopen()
|
/netbsd/sys/net/ |
H A D | ppp_tty.c | 334 error = ttysleep(tp, &tp->t_rawcv, true, 0); in pppread()
|
/netbsd/sys/dev/ir/ |
H A D | irframe_tty.c | 696 error = ttysleep(tp, &tp->t_outcv, true, 0); in irt_putc()
|
/netbsd/sys/dev/sbus/ |
H A D | spif.c | 394 error = ttysleep(tp, &tp->t_rawcv, true, 0); in stty_open()
|
/netbsd/sys/dev/ic/ |
H A D | cy.c | 387 error = ttysleep(tp, &tp->t_rawcv, true, 0); in cyopen()
|