Home
last modified time | relevance | path

Searched refs:EMT_CPCOVF (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/sparc/sys/
H A Dmachsig.h79 #define EMT_CPCOVF 2 /* CPU performance counter overflow */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dmachsig.h76 #define EMT_CPCOVF 1 /* CPU performance counter overflow */ macro
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsigaction.c118 (sig == SIGEMT && sip->si_code == EMT_CPCOVF)))) { in call_user_handler()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg440 @ MSG_SI_EMT_CPCOVF "[ EMT_CPCOVF ]"
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c1394 siginfo.si_code = EMT_CPCOVF; in trap()
/titanic_50/usr/src/uts/sun4/os/
H A Dtrap.c1185 siginfo.si_code = EMT_CPCOVF; in trap()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c2898 case EMT_CPCOVF: code = "EMT_CPCOVF"; break; in print_siginfo32()
3056 case EMT_CPCOVF: code = "EMT_CPCOVF"; break; in print_siginfo()