Searched refs:errorAction (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DError.java128 * @param errorAction integer that identifies the error-inducing
145 int errorAction, int errorOffset, String faultName,
151 action = errorAction;
144 Error(ProbeDescription pdesc, int enabledProbeID, int errorCPU, int errorAction, int errorOffset, String faultName, long faultAddress, String errorMessage) argument
/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h274 int errorAction; /* Recovery action to do in case of an error */ member in struct:Vdbe
H A Dvdbeaux.c642 p->errorAction = OE_Abort;
857 switch( p->errorAction ){
H A Dvdbe.c676 p->errorAction = pOp->p2;

Completed in 28 milliseconds