/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.c | 169 case SIGXCPU: /* exceeded CPU time limit */ in maptonewsig() 211 return (SIGXCPU); in maptooldsig() 255 omask |= sigmask(SIGXCPU); in maptooldmask() 299 if (omask & sigmask(SIGXCPU)) in maptonewmask()
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | signal.c | 261 #ifdef SIGXCPU 263 "CPU time limit", "XCPU", SIGXCPU,
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 47 #define SIGXCPU 24 /* exceeded CPU time limit */ macro
|
/titanic_44/usr/src/lib/libshell/common/data/ |
H A D | signals.c | 239 #ifdef SIGXCPU 240 "XCPU", VAL(SIGXCPU,SH_SIGDONE|SH_SIGINTERACTIVE), S("Exceeded CPU time limit"),
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | siglist | 95 #if defined(SIGXCPU) && !defined(HAD_SIGXCPU) 96 0,"XCPU",SIGXCPU,
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | siglist | 95 #if defined(SIGXCPU) && !defined(HAD_SIGXCPU) 96 0,"XCPU",SIGXCPU,
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | siglist | 95 #if defined(SIGXCPU) && !defined(HAD_SIGXCPU) 96 0,"XCPU",SIGXCPU,
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | siglist | 95 #if defined(SIGXCPU) && !defined(HAD_SIGXCPU) 96 0,"XCPU",SIGXCPU,
|
/titanic_44/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 83 #define SIGXCPU 30 /* exceeded cpu limit */ macro
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | str2sig.c | 77 { "XCPU", SIGXCPU },
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | signal.h | 96 #define SIGXCPU 24 /* exceeded CPU time limit */ macro
|
/titanic_44/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 58 SIGXCPU, /* RLIMIT_CPU */ 231 RCTL_LOCAL_SIGNAL, SIGXCPU, kcred); in rctlproc_default_init()
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | signal.h | 109 #define SIGXCPU 30 /* exceeded cpu limit */ macro
|
/titanic_44/usr/src/cmd/sh/ |
H A D | main.c | 104 signal(SIGXCPU, SIG_DFL); in main()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 209 #ifdef SIGXCPU in sh_main() 210 signal(SIGXCPU,SIG_DFL); in sh_main()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | rctlsys.c | 175 if (rval->rcv_action_signal == SIGXCPU && in rctl_invalid_value() 186 rval->rcv_action_signal != SIGXCPU && in rctl_invalid_value()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 1113 #ifdef SIGXCPU in setup_signals() 1114 /*CONSTANTCONDITION*/ SIGNAL(SIGXCPU, bad_signal); in setup_signals() 2694 #ifdef SIGXCPU 2695 (void) signal(SIGXCPU, reportme);
|
/titanic_44/usr/src/cmd/auditreduce/ |
H A D | main.c | 980 if (signal(SIGXCPU, int_handler) == SIG_ERR) { in init_sig()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 538 @ MSG_SIGXCPU "[ SIGXCPU ]" 539 @ MSG_SIGXCPU_ALT "SIGXCPU"
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.c | 262 (void) signal(SIGXCPU, phup); /* ...and on XCPU */ in main()
|
/titanic_44/usr/src/cmd/su/ |
H A D | su.c | 632 (void) signal(SIGXCPU, SIG_DFL); in main()
|
/titanic_44/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_main.c | 1574 (void) sigset(SIGXCPU, abort_signal); in main()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rshd.c | 472 (void) signal(SIGXCPU, SIG_DFL); in doit()
|
/titanic_44/usr/src/cmd/login/ |
H A D | login.c | 640 (void) signal(SIGXCPU, SIG_DFL); in main()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 641 [ 0, 1, {}, "rctl23:221::::task.max-lwps=(priv,1000,deny,signal=SIGXCPU)" ],
|