/titanic_50/usr/src/cmd/fm/scripts/ |
H A D | buildcode.pl | 69 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
|
H A D | bustcode.pl | 58 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
|
H A D | dictck.pl | 49 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
|
/titanic_50/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | signals.c | 69 #define SETSIG(SIG) \ in trap_signals() argument 70 if (signal(SIG, SIG_IGN) != SIG_IGN) \ in trap_signals() 71 signal (SIG, catch); in trap_signals()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | siglist | 8 *) echo "#if defined(SIG$sig) && !defined(HAD_SIG$sig)" 9 echo "0,\"$sig\",SIG$sig,"
|
/titanic_50/usr/src/cmd/print/selector/ |
H A D | desktop-print-management-applet | 64 $SIG{USR1} = \&handle_signal;
|
/titanic_50/usr/src/cmd/truss/ |
H A D | print.h | 53 #define SIG 11 /* print signal name plus flags */ macro
|
H A D | systable.c | 259 {"kill", 2, DEC, NOV, DEC, SIG}, /* 37 */ 320 {"sigaction", 3, DEC, NOV, SIG, HEX, HEX}, /* 98 */ 330 {"sigsendsys", 2, DEC, NOV, HEX, SIG}, /* 108 */ 333 {"sigresend", 3, DEC, NOV, SIG, HEX, HEX}, /* 111 */ 385 {"lwp_kill", 2, DEC, NOV, DEC, SIG}, /* 163 */ 412 {"sigqueue", 5, DEC, NOV, DEC, SIG, HEX, SQC, DEC}, /* 190 */
|
/titanic_50/usr/src/cmd/intrd/ |
H A D | intrd.pl | 1244 $SIG{INT} = sub { $gotsig = 1; }; # don't die in the middle of retargeting 1245 $SIG{HUP} = $SIG{INT}; 1246 $SIG{TERM} = $SIG{INT};
|
/titanic_50/usr/src/tools/codesign/ |
H A D | signit.pl | 85 $SIG{PIPE} = 'IGNORE';
|
/titanic_50/usr/src/cmd/sendmail/aux/ |
H A D | etrn.pl | 243 $SIG{ALRM} = 'handle_alarm';
|
/titanic_50/usr/src/cmd/sgs/lari/ |
H A D | lari.pl | 148 $SIG{$Sig} = 'IGNORE'; 292 $SIG{INT} = \&Cleanup; 293 $SIG{QUIT} = \&Cleanup;
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | signal.sh | 272 if [[ $s == ?(SIG)$t ]]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_recv.c | 142 DbgBreakIfFastPath(SIG(packet) != L2PACKET_RX_SIG); in lm_post_buffers() 183 …DbgBreakIfFastPath(SIG(packet->u1.rx.mem_virt - pdev->params.rcv_buffer_offset) != L2PACKET_RX_SIG… in lm_post_buffers() 1046 DbgBreakIfFastPath(SIG(pkt) != L2PACKET_RX_SIG); in lm_get_packets_rcvd() 1050 … DbgBreakIfFastPath(SIG(pkt->u1.rx.mem_virt - pdev->params.rcv_buffer_offset) != L2PACKET_RX_SIG); in lm_get_packets_rcvd()
|
/titanic_50/usr/src/cmd/abi/appcert/scripts/ |
H A D | AppcertUtil.pm | 899 $SIG{$sig} = $handler; 903 $SIG{$sig} = 'DEFAULT'; 907 $SIG{$sig} = 'IGNORE';
|
H A D | symprof.pl | 90 $SIG{$_[0]} = 'DEFAULT'; 567 local($SIG{'PIPE'}) = sub {
|
H A D | appcert.pl | 838 $SIG{$_[0]} = 'IGNORE';
|
H A D | symreport.pl | 88 $SIG{$_[0]} = 'DEFAULT';
|
H A D | symcheck.pl | 106 $SIG{$_[0]} = 'DEFAULT';
|
/titanic_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_rx.c | 132 BnxeDbgBreakIfFastPath(pUM, SIG(pRxPkt) != L2PACKET_RX_SIG); in BnxeRxPktDescrFree() 771 SIG(pRxPkt) = L2PACKET_RX_SIG; in BnxeRxPktsInitIdx()
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | README | 86 strsignal return signal id string given SIG* number
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | lm_defs.h | 69 #define SIG(_p) (*((u32_t *) ((u8_t *) (_p) - sizeof(u32_t)))) macro
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4rx.c | 817 DbgBreakIf(SIG(gen_buf->buf_virt) != L4GEN_BUFFER_SIG); in lm_tcp_rx_gen_peninsula_process() 914 DbgBreakIf(SIG(gen_buf->buf_virt) != L4GEN_BUFFER_SIG); in lm_tcp_rx_gen_isle_right_process() 968 DbgBreakIf(SIG(gen_buf->buf_virt) != L4GEN_BUFFER_SIG); in lm_tcp_rx_gen_isle_left_process() 1046 DbgBreakIf(SIG(gen_buf->buf_virt) != L4GEN_BUFFER_SIG); in lm_tcp_rx_next_grq_buf() 2387 DbgBreakIf(SIG(curr_gen_buf->buf_virt) != L4GEN_BUFFER_SIG); in lm_tcp_return_gen_bufs() 2410 DbgBreakIf(SIG(curr_gen_buf->buf_virt) != L4GEN_BUFFER_SIG); in lm_tcp_return_list_of_gen_bufs()
|
/titanic_50/usr/src/cmd/pgstat/ |
H A D | pgstat.pl | 421 $SIG{'INT'} = \&print_totals if $do_aggregate;
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | memdb.test | 68 # puts "SIG($fn)=$r1"
|