Home
last modified time | relevance | path

Searched refs:SIG (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/fm/scripts/
H A Dbuildcode.pl69 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
H A Dbustcode.pl58 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
H A Ddictck.pl49 $SIG{HUP} = $SIG{INT} = $SIG{TERM} = $SIG{__DIE__} = sub {
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dsignals.c66 #define SETSIG(SIG) \ in trap_signals() argument
67 if (signal(SIG, SIG_IGN) != SIG_IGN) \ in trap_signals()
68 signal (SIG, catch); in trap_signals()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsignal.sh37 typeset -A SIG
43 elif [[ $s == ?(SIG)$t ]]
44 then SIG[${s#SIG}]=1
271 if [[ ${SIG[USR1]} ]]
283 do if [[ ${SIG[$exp]} ]]
392 if [[ ${SIG[RTMIN]} ]]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsiglist8 *) echo "#if defined(SIG$sig) && !defined(HAD_SIG$sig)"
9 echo "0,\"$sig\",SIG$sig,"
/illumos-gate/usr/src/cmd/print/selector/
H A Ddesktop-print-management-applet64 $SIG{USR1} = \&handle_signal;
/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl1244 $SIG{INT} = sub { $gotsig = 1; }; # don't die in the middle of retargeting
1245 $SIG{HUP} = $SIG{INT};
1246 $SIG{TERM} = $SIG{INT};
/illumos-gate/usr/src/cmd/truss/
H A Dprint.h53 #define SIG 11 /* print signal name plus flags */ macro
H A Dsystable.c260 {"kill", 2, DEC, NOV, DEC, SIG}, /* 37 */
321 {"sigaction", 3, DEC, NOV, SIG, HEX, HEX}, /* 98 */
331 {"sigsendsys", 2, DEC, NOV, HEX, SIG}, /* 108 */
334 {"sigresend", 3, DEC, NOV, SIG, HEX, HEX}, /* 111 */
386 {"lwp_kill", 2, DEC, NOV, DEC, SIG}, /* 163 */
413 {"sigqueue", 5, DEC, NOV, DEC, SIG, HEX, SQC, DEC}, /* 190 */
/illumos-gate/usr/src/tools/codesign/
H A Dsignit.pl85 $SIG{PIPE} = 'IGNORE';
/illumos-gate/usr/src/cmd/sendmail/util/
H A Detrn.pl243 $SIG{ALRM} = 'handle_alarm';
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl148 $SIG{$Sig} = 'IGNORE';
292 $SIG{INT} = \&Cleanup;
293 $SIG{QUIT} = \&Cleanup;
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_recv.c101 DbgBreakIf(SIG(packet) != L2PACKET_RX_SIG); in lm_post_buffers()
126 DbgBreakIf(SIG(packet) != L2PACKET_RX_SIG); in lm_post_buffers()
213 DbgBreakIf(SIG(pkt) != L2PACKET_RX_SIG); in get_packets_rcvd()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c142 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()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm899 $SIG{$sig} = $handler;
903 $SIG{$sig} = 'DEFAULT';
907 $SIG{$sig} = 'IGNORE';
H A Dsymprof.pl90 $SIG{$_[0]} = 'DEFAULT';
567 local($SIG{'PIPE'}) = sub {
H A Dappcert.pl838 $SIG{$_[0]} = 'IGNORE';
H A Dsymreport.pl88 $SIG{$_[0]} = 'DEFAULT';
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c132 BnxeDbgBreakIfFastPath(pUM, SIG(pRxPkt) != L2PACKET_RX_SIG); in BnxeRxPktDescrFree()
771 SIG(pRxPkt) = L2PACKET_RX_SIG; in BnxeRxPktsInitIdx()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME86 strsignal return signal id string given SIG* number
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c817 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()
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlm_defs.h52 #define SIG(_p) (*((u32_t *)((u8_t *)(_p) - sizeof (u32_t)))) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h69 #define SIG(_p) (*((u32_t *) ((u8_t *) (_p) - sizeof(u32_t)))) macro
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl421 $SIG{'INT'} = \&print_totals if $do_aggregate;

12