Lines Matching refs:d_fatal
249 d_fatal(dtrace_hdl_t *dtp, char *msg) in d_fatal() function
300 d_fatal(dtp, "couldn't establish drop handler"); in run_dtrace()
303 d_fatal(dtp, "failed to establish proc handler"); in run_dtrace()
306 d_fatal(dtp, "failed to set bufsize"); in run_dtrace()
310 d_fatal(dtp, "failed to set dynvarsize"); in run_dtrace()
313 d_fatal(dtp, "failed to set temporal"); in run_dtrace()
316 d_fatal(dtp, "failed to set switchrate"); in run_dtrace()
319 d_fatal(dtp, "failed to set cleanrate"); in run_dtrace()
323 d_fatal(dtp, "creating process failed"); in run_dtrace()
328 d_fatal(dtp, "failed to compile program"); in run_dtrace()
331 d_fatal(dtp, "failed to enable probes"); in run_dtrace()
334 d_fatal(dtp, "couldn't start tracing"); in run_dtrace()