Searched refs:t_wbufcid (Results 1 – 2 of 2) sorted by relevance
224 bufcall_id_t t_wbufcid; /* ID of pending write-side bufcall */ member
717 tp->t_wbufcid = 0; in ldtermopen()864 if (tp->t_wbufcid != 0) in ldtermclose()865 qunbufcall(q, tp->t_wbufcid); in ldtermclose()3043 tp->t_wbufcid = 0; in ldterm_wenable()3392 if (tp->t_wbufcid) in ldtermwmsg()3393 qunbufcall(q, tp->t_wbufcid); in ldtermwmsg()3394 tp->t_wbufcid = qbufcall(q, size, BPRI_MED, ldterm_wenable, q); in ldtermwmsg()