Home
last modified time | relevance | path

Searched refs:DTRACE_HANDLE_ABORT (Results 1 – 3 of 3) sorted by relevance

/src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c231 if ((*dtp->dt_errhdlr)(&err, dtp->dt_errarg) == DTRACE_HANDLE_ABORT) in dt_handle_err()
274 if ((*dtp->dt_errhdlr)(&err, dtp->dt_errarg) == DTRACE_HANDLE_ABORT) in dt_handle_liberr()
356 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT) in dt_handle_cpudrop()
472 dtp->dt_droparg) == DTRACE_HANDLE_ABORT) { in dt_handle_status()
493 if ((*dtp->dt_setopthdlr)(data, arg) == DTRACE_HANDLE_ABORT) in dt_handle_setopt()
H A Ddtrace.h288 #define DTRACE_HANDLE_ABORT -1 /* abort current operation */ macro
H A Ddt_subr.c739 if ((*dtp->dt_bufhdlr)(&data, dtp->dt_bufarg) == DTRACE_HANDLE_ABORT) in dt_buffered_flush()