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.c13202 dtrace_dof_error(dof_hdr_t *dof, const char *str) function
13286 dtrace_dof_error(NULL, "failed to copyin DOF header");
13296 dtrace_dof_error(&hdr, "load size exceeds maximum");
13302 dtrace_dof_error(&hdr, "invalid load size");
13335 dtrace_dof_error(NULL, "failed to copyin DOF header");
13345 dtrace_dof_error(&hdr, "load size exceeds maximum");
13352 dtrace_dof_error(&hdr, "invalid load size");
13443 dtrace_dof_error(NULL, "invalid DOF encoding length");
13448 dtrace_dof_error(NULL, "truncated header");
13461 dtrace_dof_error(NULL, "invalid hex char in DOF");
[all …]