Home
last modified time | relevance | path

Searched refs:ILL_ILLOPN (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/sparc/sys/
H A Dmachsig.h61 #define ILL_ILLOPN 2 /* illegal operand */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dmachsig.h60 #define ILL_ILLOPN 2 /* illegal operand */ macro
/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in129 SED_REPLACE(ILL_ILLOPN)
130 SED_REPLACE(ILL_ILLOPN)
H A Dprocfs.d.in140 inline int ILL_ILLOPN = @ILL_ILLOPN@; variable
141 #pragma D binding "1.0" ILL_ILLOPN
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg431 @ MSG_SI_ILL_ILLOPN "[ ILL_ILLOPN ]"
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2853 case ILL_ILLOPN: code = "ILL_ILLOPN"; break; in print_siginfo32()
3011 case ILL_ILLOPN: code = "ILL_ILLOPN"; break; in print_siginfo()