Searched refs:dtrace_dof_error (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 12191 dtrace_dof_error(dof_hdr_t *dof, const char *str) in dtrace_dof_error() function 12275 dtrace_dof_error(NULL, "failed to copyin DOF header"); in dtrace_dof_copyin() 12285 dtrace_dof_error(&hdr, "load size exceeds maximum"); in dtrace_dof_copyin() 12291 dtrace_dof_error(&hdr, "invalid load size"); in dtrace_dof_copyin() 12330 dtrace_dof_error(NULL, "truncated header"); in dtrace_dof_property() 12336 dtrace_dof_error(NULL, "truncated DOF"); in dtrace_dof_property() 12342 dtrace_dof_error(NULL, "oversized DOF"); in dtrace_dof_property() 12372 dtrace_dof_error(dof, "referenced section index is invalid"); in dtrace_dof_sect() 12377 dtrace_dof_error(dof, "referenced section is not loadable"); in dtrace_dof_sect() 12382 dtrace_dof_error(dof, "referenced section is the wrong type"); in dtrace_dof_sect() [all …]
|