anocancel(9f) sunos man page | unix.com

Man Page: anocancel

Operating Environment: sunos

Section: 9f

anocancel(9F)						   Kernel Functions for Drivers 					     anocancel(9F)

NAME
anocancel - prevent cancellation of asynchronous I/O request
SYNOPSIS
#include <sys/ddi.h> #include <sys/sunddi.h> int anocancel( );
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).
DESCRIPTION
anocancel() should be used by drivers that do not support canceling asynchronous I/O requests. anocancel() is passed as the driver cancel routine parameter to aphysio(9F).
RETURN VALUES
anocancel() returns ENXIO.
SEE ALSO
aread(9E), awrite(9E), aphysio(9F) Writing Device Drivers SunOS 5.10 9 Nov 1994 anocancel(9F)
Related Man Pages
aread(9e) - opensolaris
awrite(9e) - sunos
aphysio(9f) - minix
aphysio(9f) - redhat
aphysio(9f) - v7
Similar Topics in the Unix Linux Community
The 500 Mile Email
Merge and Sort tabular data from different text files
Once upon an uptime.
Using awk to remove lines from file that match text
Outputting sequences based on length with sed