Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c12605 dtrace_dof_error(dof_hdr_t *dof, const char *str) in dtrace_dof_error() function
12689 dtrace_dof_error(NULL, "failed to copyin DOF header"); in dtrace_dof_copyin()
12699 dtrace_dof_error(&hdr, "load size exceeds maximum"); in dtrace_dof_copyin()
12705 dtrace_dof_error(&hdr, "invalid load size"); in dtrace_dof_copyin()
12744 dtrace_dof_error(NULL, "truncated header"); in dtrace_dof_property()
12750 dtrace_dof_error(NULL, "truncated DOF"); in dtrace_dof_property()
12756 dtrace_dof_error(NULL, "oversized DOF"); in dtrace_dof_property()
12786 dtrace_dof_error(dof, "referenced section index is invalid"); in dtrace_dof_sect()
12791 dtrace_dof_error(dof, "referenced section is not loadable"); in dtrace_dof_sect()
12796 dtrace_dof_error(dof, "referenced section is the wrong type"); in dtrace_dof_sect()
[all …]