Home
last modified time | relevance | path

Searched refs:dteda_action (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c182 err.dteda_action = (int)DT_REC(uint64_t, 1); in dt_handle_err()
195 if (err.dteda_action == 0) { in dt_handle_err()
198 (void) sprintf(where, "action #%d", err.dteda_action); in dt_handle_err()
250 err.dteda_action = -1; in dt_handle_liberr()
H A Ddtrace.h295 int dteda_action; /* action inducing error */ member