Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c99 { EDT_BUFTOOSMALL, "Enabling exceeds size of buffer" },
H A Ddt_work.c230 return (dt_set_errno(dtp, EDT_BUFTOOSMALL)); in dtrace_go()
H A Ddt_impl.h565 EDT_BUFTOOSMALL, /* enabling exceeds size of buffer */ enumerator