Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_handle.c181 err.dteda_action = (int)DT_REC(uint64_t, 1); in dt_handle_err()
194 if (err.dteda_action == 0) { in dt_handle_err()
197 (void) sprintf(where, "action #%d", err.dteda_action); in dt_handle_err()
249 err.dteda_action = -1; in dt_handle_liberr()
H A Ddtrace.h286 int dteda_action; /* action inducing error */ member