Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c46 { EDT_NOTUPREG, "Insufficient tuple registers to generate code" },
H A Ddt_impl.h512 EDT_NOTUPREG, /* tuple register allocation failure */ enumerator
H A Ddt_cg.c587 longjmp(yypcb->pcb_jmpbuf, EDT_NOTUPREG); in dt_cg_arglist()