Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_error.c45 { EDT_NOTUPREG, "Insufficient tuple registers to generate code" },
H A Ddt_impl.h465 EDT_NOTUPREG, /* tuple register allocation failure */ enumerator
H A Ddt_cg.c587 longjmp(yypcb->pcb_jmpbuf, EDT_NOTUPREG); in dt_cg_arglist()