Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h77 bufcall_id_t t_bufcallid; /* ID from qbufcall */ member
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c202 if (tp->t_bufcallid != 0) { in ttcompatclose()
203 qunbufcall(q, tp->t_bufcallid); in ttcompatclose()
204 tp->t_bufcallid = 0; in ttcompatclose()
384 tp->t_bufcallid = 0; in ttcompat_reioctl()
679 if (tp->t_bufcallid != 0) in ttcompat_do_ioctl()
680 qunbufcall(q, tp->t_bufcallid); in ttcompat_do_ioctl()
682 tp->t_bufcallid = qbufcall(q, sizeof (struct iocblk), BPRI_HI, in ttcompat_do_ioctl()