Home
last modified time | relevance | path

Searched refs:ttysleep (Results 1 – 14 of 14) sorted by relevance

/netbsd/sys/sys/
H A Dtty.h305 int ttysleep(struct tty *, kcondvar_t *, bool, int);
/netbsd/sys/kern/
H A Dtty.c414 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 Dtty_pty.c402 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 Dsab.c745 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 Ddz_ebus.c174 error = ttysleep(tp, &tp->t_rawcv, true, 0); in dzopen()
/netbsd/sys/dev/dec/
H A Ddz.c414 error = ttysleep(tp, &tp->t_rawcv, true, 0); in dzopen()
/netbsd/sys/dev/qbus/
H A Ddhu.c479 error = ttysleep(tp, &tp->t_rawcv, true, 0); in dhuopen()
/netbsd/sys/arch/amiga/dev/
H A Dmsc.c450 error = ttysleep(tp, &tp->t_rawcv, true, 0); in mscopen()
H A Dmfc.c563 error = ttysleep(tp, &tp->t_rawcv, true, 0); in mfcsopen()
/netbsd/sys/arch/vax/uba/
H A Dqvaux.c555 error = ttysleep(tp, &tp->t_rawcv, true, 0); in qvauxopen()
/netbsd/sys/net/
H A Dppp_tty.c334 error = ttysleep(tp, &tp->t_rawcv, true, 0); in pppread()
/netbsd/sys/dev/ir/
H A Dirframe_tty.c696 error = ttysleep(tp, &tp->t_outcv, true, 0); in irt_putc()
/netbsd/sys/dev/sbus/
H A Dspif.c394 error = ttysleep(tp, &tp->t_rawcv, true, 0); in stty_open()
/netbsd/sys/dev/ic/
H A Dcy.c387 error = ttysleep(tp, &tp->t_rawcv, true, 0); in cyopen()