[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    anocancel(9F) manual page Table of Contents

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)


Table of Contents