Man Page: unbufcall
Operating Environment: opensolaris
Section: 9f
unbufcall(9F) Kernel Functions for Drivers unbufcall(9F)NAMEunbufcall - cancel a pending bufcall requestSYNOPSIS#include <sys/stream.h> void unbufcall(bufcall_id_t id);INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).PARAMETERSid Identifier returned from bufcall(9F) or esbbcall(9F).DESCRIPTIONThe unbufcall function cancels a pending bufcall() or esbbcall() request. The argument id is a non-zero identifier for the request to be cancelled. id is returned from the bufcall() or esbbcall() function used to issue the request. unbufcall() will not return until the pend- ing callback is cancelled or has run. Because of this, locks acquired by the callback routine should not be held across the call to unbuf- call() or deadlock may result.RETURN VALUESNone.CONTEXTThe unbufcall function can be called from user, interrupt, or kernel context.SEE ALSObufcall(9F), esbbcall(9F) Writing Device Drivers STREAMS Programming Guide SunOS 5.11 16 Jan 2006 unbufcall(9F)
| Related Man Pages |
|---|
| unbufcall(9f) - sunos |
| unbufcall(9f) - opensolaris |
| unbufcall(9f) - debian |
| unbufcall(9f) - linux |
| unbufcall(9f) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| How to learn UNIX |
| What does this mean? |
| PHP Man Pages Now Available (Over 10,000) |
| Study UNIX Kernel |
| What is good? |