Home
last modified time | relevance | path

Searched refs:ILL_PRVOPC (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachsig.h62 #define ILL_PRVOPC 5 /* privileged opcode */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dmachsig.h61 #define ILL_PRVOPC 5 /* privileged opcode */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h244 #define ILL_PRVOPC 5 /* Privileged opcode. */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in146 inline int ILL_PRVOPC = @ILL_PRVOPC@; variable
147 #pragma D binding "1.0" ILL_PRVOPC
H A Dprocfs.sed.in131 SED_REPLACE(ILL_PRVOPC)
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c193 case ILL_PRVOPC: in ucbsigvechandler()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg449 @ MSG_SI_ILL_PRVOPC "[ ILL_PRVOPC ]"
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c878 siginfo.si_code = ILL_PRVOPC; in trap()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2714 case ILL_PRVOPC: code = "ILL_PRVOPC"; break; in print_siginfo32()
2871 case ILL_PRVOPC: code = "ILL_PRVOPC"; break; in print_siginfo()