Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c13208 dtrace_dof_error(dof_hdr_t *dof, const char *str) function
13292 dtrace_dof_error(NULL, "failed to copyin DOF header");
13302 dtrace_dof_error(&hdr, "load size exceeds maximum");
13308 dtrace_dof_error(&hdr, "invalid load size");
13341 dtrace_dof_error(NULL, "failed to copyin DOF header");
13351 dtrace_dof_error(&hdr, "load size exceeds maximum");
13358 dtrace_dof_error(&hdr, "invalid load size");
13449 dtrace_dof_error(NULL, "invalid DOF encoding length");
13454 dtrace_dof_error(NULL, "truncated header");
13467 dtrace_dof_error(NULL, "invalid hex char in DOF");
[all …]