Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_error.c40 { EDT_VERSINVAL, "Version is not properly formatted or is too large" },
H A Ddt_impl.h461 EDT_VERSINVAL, /* version string is invalid or overflows */ enumerator
H A Ddt_options.c579 return (dt_set_errno(dtp, EDT_VERSINVAL)); in dt_opt_version()