Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dttcompat.h77 bufcall_id_t t_bufcallid; /* ID from qbufcall */ member
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c227 tp->t_bufcallid = 0; in ttcompatopen()
302 if (tp->t_bufcallid != 0) { in ttcompatclose()
303 qunbufcall(q, tp->t_bufcallid); in ttcompatclose()
304 tp->t_bufcallid = 0; in ttcompatclose()
482 tp->t_bufcallid = 0; in ttcompat_reioctl()
777 if (tp->t_bufcallid != 0) in ttcompat_do_ioctl()
778 qunbufcall(q, tp->t_bufcallid); in ttcompat_do_ioctl()
780 tp->t_bufcallid = qbufcall(q, sizeof (struct iocblk), BPRI_HI, in ttcompat_do_ioctl()