void qunbufcall(queue_t *q, int id);
Solaris DDI specific (Solaris DDI).
The qunbufcall() function is tailored to be used with the enhanced STREAMS framework interface which is based on the concept of perimeters. (See mt-streams(9F) .) qunbufcall() returns when the bufcall has been cancelled or finished executing. The bufcall will be cancelled even if it is blocked at the perimeters associated with the queue. All outstanding bufcalls should be cancelled before the driver closes or module returns.
qunbufcall() can be called from user or interrupt context.
mt-streams(9F) , qbufcall(9F) , qtimeout(9F) , quntimeout(9F)