Query: geterror
OS: centos
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
geterror(9F) Kernel Functions for Drivers geterror(9F)NAMEgeterror - return I/O errorSYNOPSIS#include <sys/types.h> #include <sys/buf.h> #include <sys/ddi.h> int geterror(struct buf *bp);INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).PARAMETERSbp Pointer to a buf(9S) structure.DESCRIPTIONgeterror() returns the error number from the error field of the buffer header structure.RETURN VALUESAn error number indicating the error condition of the I/O request is returned. If the I/O request completes successfully, 0 is returned.CONTEXTgeterror() can be called from user or interrupt context.SEE ALSObuf(9S) Writing Device Drivers SunOS 5.10 11 Apr 1991 geterror(9F)
Related Man Pages |
---|
bioerror(9f) - centos |
bioerror(9f) - php |
bioerror(9f) - redhat |
bioerror(9f) - debian |
bioerror(9f) - hpux |
Similar Topics in the Unix Linux Community |
---|
Java program calling a UNIX command |
Expat install |
How to mount/umount disk from a non-root account |
PLaying a sound file with SDL - C++ |
Change value for POSIX |