Searched refs:dt_drophdlr (Results 1 – 2 of 2) sorted by relevance
92 if (dtp->dt_drophdlr != NULL) in dtrace_handle_drop()95 dtp->dt_drophdlr = hdlr; in dtrace_handle_drop()339 if (dtp->dt_drophdlr == NULL) in dt_handle_cpudrop()342 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT) in dt_handle_cpudrop()437 if (dtp->dt_drophdlr == NULL) in dt_handle_status()440 if ((*dtp->dt_drophdlr)(&drop, in dt_handle_status()
295 dtrace_handle_drop_f *dt_drophdlr; /* drop handler, if any */ member