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.c13236 dtrace_dof_error(dof_hdr_t *dof, const char *str) function
13320 dtrace_dof_error(NULL, "failed to copyin DOF header");
13330 dtrace_dof_error(&hdr, "load size exceeds maximum");
13336 dtrace_dof_error(&hdr, "invalid load size");
13369 dtrace_dof_error(NULL, "failed to copyin DOF header");
13379 dtrace_dof_error(&hdr, "load size exceeds maximum");
13386 dtrace_dof_error(&hdr, "invalid load size");
13477 dtrace_dof_error(NULL, "invalid DOF encoding length");
13482 dtrace_dof_error(NULL, "truncated header");
13495 dtrace_dof_error(NULL, "invalid hex char in DOF");
[all …]