Searched refs:dtrace_dof_error (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 12308 dtrace_dof_error(dof_hdr_t *dof, const char *str) in dtrace_dof_error() function 12392 dtrace_dof_error(NULL, "failed to copyin DOF header"); in dtrace_dof_copyin() 12402 dtrace_dof_error(&hdr, "load size exceeds maximum"); in dtrace_dof_copyin() 12408 dtrace_dof_error(&hdr, "invalid load size"); in dtrace_dof_copyin() 12447 dtrace_dof_error(NULL, "truncated header"); in dtrace_dof_property() 12453 dtrace_dof_error(NULL, "truncated DOF"); in dtrace_dof_property() 12459 dtrace_dof_error(NULL, "oversized DOF"); in dtrace_dof_property() 12489 dtrace_dof_error(dof, "referenced section index is invalid"); in dtrace_dof_sect() 12494 dtrace_dof_error(dof, "referenced section is not loadable"); in dtrace_dof_sect() 12499 dtrace_dof_error(dof, "referenced section is the wrong type"); in dtrace_dof_sect() [all …]
|