Searched refs:pt_wbufcid (Results 1 – 2 of 2) sorted by relevance
255 pty->pt_wbufcid = 0; in ptslopen()318 bufcall_id_t pt_wbufcid = 0; in ptslclose() local356 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()519 if (pty->pt_wbufcid == 0) { in ptslreioctl()524 pty->pt_wbufcid = 0; in ptslreioctl()648 if (pty->pt_wbufcid) { in ptslioctl()[all …]
48 bufcall_id_t pt_wbufcid; /* id of pending write-side bufcall */ member