Searched defs:za_wbufcid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dser_async.h149 bufcall_id_t za_wbufcid; /* id of pending write-side bufcall */ member in struct:asyncline
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c819 za->za_wbufcid = 0;
972 bufcall_id_t za_bufcid, za_wbufcid; local
1054 za_wbufcid = za->za_wbufcid;
1059 za->za_wbufcid = za->za_bufcid = 0;
1169 if (za_wbufcid)
1170 unbufcall(za_wbufcid);
2714 if (!za->za_wbufcid) {
2718 za->za_wbufcid = 0;
2779 if (za->za_wbufcid)
[all...]

Completed in 50 milliseconds