Home
last modified time | relevance | path

Searched refs:t_wbufcid (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h226 bufcall_id_t t_wbufcid; /* ID of pending write-side bufcall */ member
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c716 tp->t_wbufcid = 0; in ldtermopen()
849 if (tp->t_wbufcid != 0) in ldtermclose()
850 qunbufcall(q, tp->t_wbufcid); in ldtermclose()
3026 tp->t_wbufcid = 0; in ldterm_wenable()
3373 if (tp->t_wbufcid) in ldtermwmsg()
3374 qunbufcall(q, tp->t_wbufcid); in ldtermwmsg()
3375 tp->t_wbufcid = qbufcall(q, size, BPRI_MED, ldterm_wenable, q); in ldtermwmsg()