Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c255 pty->pt_wbufcid = 0; in ptslopen()
318 bufcall_id_t pt_wbufcid = 0; in ptslclose() local
356 if (pty->pt_wbufcid) { in ptslclose()
357 pt_wbufcid = pty->pt_wbufcid; in ptslclose()
358 pty->pt_wbufcid = 0; in ptslclose()
375 if (pt_wbufcid) in ptslclose()
376 unbufcall(pt_wbufcid); in ptslclose()
521 if (pty->pt_wbufcid == 0) { in ptslreioctl()
526 pty->pt_wbufcid = 0; in ptslreioctl()
650 if (pty->pt_wbufcid) { in ptslioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dptyvar.h46 bufcall_id_t pt_wbufcid; /* id of pending write-side bufcall */ member