Query: bioerror
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
bioerror(9F) Kernel Functions for Drivers bioerror(9F)NAMEbioerror - indicate error in buffer headerSYNOPSIS#include <sys/types.h> #include <sys/buf.h> #include <sys/ddi.h> void bioerror(struct buf *bp, int error);INTERFACE LEVELSolaris DDI specific (Solaris DDI)PARAMETERSbp Pointer to the buf(9S) structure describing the transfer. error Error number to be set, or zero to clear an error indication.DESCRIPTIONIf error is non-zero, bioerror() indicates an error has occured in the buf(9S) structure. A subsequent call to geterror(9F) will return error. If error is 0, the error indication is cleared and a subsequent call to geterror(9F) will return 0.CONTEXTbioerror() can be called from any context.SEE ALSOstrategy(9E), geterror(9F), getrbuf(9F), buf(9S) SunOS 5.11 26 May 1994 bioerror(9F)
Related Man Pages |
---|
bioerror(9f) - centos |
bioerror(9f) - suse |
bioerror(9f) - php |
bioerror(9f) - linux |
bioerror(9f) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to detect OS is SLES 10 or not |