Searched defs:dtrace_dof_error (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c12471 dtrace_dof_error(dof_hdr_t *dof, const char *str) function
12555 dtrace_dof_error(NULL, "failed to copyin DOF header");
12565 dtrace_dof_error(&hdr, "load size exceeds maximum");
12571 dtrace_dof_error(&hdr, "invalid load size");
12610 dtrace_dof_error(NULL, "truncated header");
12616 dtrace_dof_error(NULL, "truncated DOF");
12622 dtrace_dof_error(NULL, "oversized DOF");
12641 * index is not valid, dtrace_dof_error() is called and NULL is returned. If
12652 dtrace_dof_error(dof, "referenced section index is invalid");
12657 dtrace_dof_error(do
[all...]

Completed in 76 milliseconds