/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.c | 175 case SIGPROF: /* profiling time alarm */ in maptonewsig() 217 return (SIGPROF); in maptooldsig() 261 omask |= sigmask(SIGPROF); in maptooldmask() 305 if (omask & sigmask(SIGPROF)) in maptonewmask()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sig.c | 1393 } else if (sig == SIGPROF && sip->si_signo == SIGPROF && in psig() 1534 if (sigismember(&temp, SIGPROF)) in fsig() 1535 return (SIGPROF); in fsig() 2583 func = PTOU(p)->u_signal[SIGPROF - 1]; in realsigprof_slow() 2590 if (sigismember(&t->t_hold, SIGPROF)) { in realsigprof_slow() 2594 sip->si_signo = SIGPROF; in realsigprof_slow() 2604 sigtoproc(p, t, SIGPROF); in realsigprof_slow() 2633 func = PTOU(p)->u_signal[SIGPROF - 1]; in realsigprof_fast() 2641 sigismember(&t->t_hold, SIGPROF)) { in realsigprof_fast() 2644 sip->si_signo = SIGPROF; in realsigprof_fast() [all …]
|
H A D | timers.c | 548 if (lwp->lwp_cursig == SIGPROF) { in delete_itimer_realprof() 559 sigdelset(&p->p_sig, SIGPROF); in delete_itimer_realprof() 560 sigdelset(&p->p_extsig, SIGPROF); in delete_itimer_realprof() 561 sigdelq(p, NULL, SIGPROF); in delete_itimer_realprof() 562 sigdelset(&t->t_sig, SIGPROF); in delete_itimer_realprof() 563 sigdelset(&t->t_extsig, SIGPROF); in delete_itimer_realprof() 564 sigdelq(p, t, SIGPROF); in delete_itimer_realprof()
|
H A D | clock.c | 1595 sigtoproc(pp, t, SIGPROF); in clock_tick()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | signal.c | 165 #ifdef SIGPROF 167 "Profile timer alarm", "PROF", SIGPROF,
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 50 #define SIGPROF 27 /* profiling time alarm */ macro
|
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 159 #ifdef SIGPROF 160 "PROF", VAL(SIGPROF,SH_SIGDONE), S("Profiling time alarm"),
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | siglist | 92 #if defined(SIGPROF) && !defined(HAD_SIGPROF) 93 0,"PROF",SIGPROF,
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | siglist | 92 #if defined(SIGPROF) && !defined(HAD_SIGPROF) 93 0,"PROF",SIGPROF,
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | siglist | 92 #if defined(SIGPROF) && !defined(HAD_SIGPROF) 93 0,"PROF",SIGPROF,
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | siglist | 92 #if defined(SIGPROF) && !defined(HAD_SIGPROF) 93 0,"PROF",SIGPROF,
|
/titanic_41/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 82 #define SIGPROF 29 /* profiling timer expired */ macro
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | signal.h | 99 #define SIGPROF 27 /* profiling time alarm */ macro
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 76 { "PROF", SIGPROF },
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | sendsig.c | 261 if (sig == SIGPROF && in sendsig() 484 if (sig == SIGPROF && in sendsig32() 704 if (sig == SIGPROF && in sendsig()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | signal.h | 108 #define SIGPROF 29 /* profiling timer expired */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 1101 #ifdef SIGPROF in setup_signals() 1102 /*CONSTANTCONDITION*/ SIGNAL(SIGPROF, bad_signal); in setup_signals() 2682 #ifdef SIGPROF 2683 (void) signal(SIGPROF, reportme);
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 159 case SIGPROF: in siginfo_32_to_n() 533 case SIGPROF: in siginfo_n_to_32()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 117 ((sig == SIGPROF && sip->si_code == PROF_SIG) || in call_user_handler()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 536 @ MSG_SIGPROF "[ SIGPROF ]" 537 @ MSG_SIGPROF_ALT "SIGPROF"
|
/titanic_41/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 1062 if (sig == SIGPROF && in sendsig() 1391 if (sig == SIGPROF && in sendsig32()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 297 case SIGPROF: in d_siginfo()
|