Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c139 dtp->dt_setopthdlr = hdlr; in dtrace_handle_setopt()
490 if (dtp->dt_setopthdlr == NULL) in dt_handle_setopt()
493 if ((*dtp->dt_setopthdlr)(data, arg) == DTRACE_HANDLE_ABORT) in dt_handle_setopt()
H A Ddt_impl.h344 dtrace_handle_setopt_f *dt_setopthdlr; /* setopt handler, if any */ member