Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_handle.c138 dtp->dt_setopthdlr = hdlr; in dtrace_handle_setopt()
457 if (dtp->dt_setopthdlr == NULL) in dt_handle_setopt()
460 if ((*dtp->dt_setopthdlr)(data, arg) == DTRACE_HANDLE_ABORT) in dt_handle_setopt()
Ddt_impl.h341 dtrace_handle_setopt_f *dt_setopthdlr; /* setopt handler, if any */ member