Home
last modified time | relevance | path

Searched refs:ILL_ILLOPC (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/sparc/sys/
H A Dmachsig.h60 #define ILL_ILLOPC 1 /* illegal opcode */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dmachsig.h59 #define ILL_ILLOPC 1 /* illegal opcode */ macro
/titanic_50/usr/src/uts/sun4v/cpu/
H A Dgeneric.c298 siginfo->si_code = ILL_ILLOPC; in vis1_partial_support()
H A Dniagara.c339 siginfo->si_code = ILL_ILLOPC; in vis1_partial_support()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in138 inline int ILL_ILLOPC = @ILL_ILLOPC@; variable
139 #pragma D binding "1.0" ILL_ILLOPC
H A Dprocfs.sed.in128 SED_REPLACE(ILL_ILLOPC)
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c959 siginfo.si_code = ILL_ILLOPC; in trap()
987 siginfo.si_code = ILL_ILLOPC; in trap()
/titanic_50/usr/src/uts/sun4/os/
H A Dtrap.c988 siginfo.si_code = ILL_ILLOPC; in trap()
1028 siginfo.si_code = ILL_ILLOPC; in trap()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg430 @ MSG_SI_ILL_ILLOPC "[ ILL_ILLOPC ]"
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2852 case ILL_ILLOPC: code = "ILL_ILLOPC"; break; in print_siginfo32()
3010 case ILL_ILLOPC: code = "ILL_ILLOPC"; break; in print_siginfo()