/titanic_41/usr/src/cmd/ssh/include/ |
H A D | sigact.h | 55 #undef SIG_BLOCK 56 #define SIG_BLOCK 00 macro
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | sigprocmask.c | 68 case SIG_BLOCK: in lwp_sigmask() 105 case SIG_BLOCK: in sigprocmask()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_signal.c | 108 return (sigprocmask(SIG_BLOCK, &set, NULL)); in mdb_signal_block() 128 return (sigprocmask(SIG_BLOCK, &set, NULL)); in mdb_signal_blockall()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_open.c | 398 #ifdef SIG_BLOCK in tmp() 419 #ifdef SIG_BLOCK in tmp() 421 (void)sigprocmask(SIG_BLOCK, &set, &oset); in tmp() 427 #ifdef SIG_BLOCK in tmp()
|
/titanic_41/usr/src/cmd/tip/ |
H A D | tipout.c | 143 (void) sigprocmask(SIG_BLOCK, &tmask, NULL); in tipout() 148 (void) sigprocmask(SIG_BLOCK, &bmask, &omask); in tipout()
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | signal.c | 108 return (sigprocmask(SIG_BLOCK, &set, (sigset_t *)0)); in sighold() 198 if (sigprocmask(SIG_BLOCK, &nset, &oset) < 0) in sigset()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/raise/ |
H A D | tst.raise1.c | 39 (void) sigprocmask(SIG_BLOCK, &ss, NULL); in main()
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | signal.c | 129 if (sigprocmask(SIG_BLOCK, &sset, &oset) < 0) 317 (void) sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
|
/titanic_41/usr/src/lib/abi/apptrace/common/ |
H A D | interceptlib.c | 72 (void) sigprocmask(SIG_BLOCK, &abisigset, mask); in abilock()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | signal.h | 63 #define SIG_BLOCK 0x0001 macro
|
/titanic_41/usr/src/cmd/sgs/link_audit/common/ |
H A D | truss.c | 252 (void) sigprocmask(SIG_BLOCK, &iset, &oset); in la_sparcv9_pltenter() 293 (void) sigprocmask(SIG_BLOCK, &iset, &oset); in la_pltexit64()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 56 (void) sigprocmask(SIG_BLOCK, &set, NULL); in main()
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | sigact.c | 65 if (mode==SIG_BLOCK) in sigprocmask()
|
/titanic_41/usr/src/uts/common/sys/iso/ |
H A D | signal_iso.h | 130 #define SIG_BLOCK 1 macro
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | daemon.c | 69 (void) sigprocmask(SIG_BLOCK, &set, &oset); in daemonize_init()
|
/titanic_41/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | sysevent_signal.c | 86 return (thr_sigsetmask(SIG_BLOCK, &set, NULL)); in se_signal_blockall()
|
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 336 (void) sigprocmask(SIG_BLOCK, &block_set, NULL); in ses_abort_disable() 581 (void) sigprocmask(SIG_BLOCK, &block_set, NULL); in ses_handler()
|
/titanic_41/usr/src/lib/libshell/common/features/ |
H A D | sigfeatures | 15 # define sigblock(s) sh_sigaction(s,SIG_BLOCK)
|
/titanic_41/usr/src/lib/krb5/ss/ |
H A D | ss_internal.h | 126 #define sigblock(x) (_fake_sigstore=x,sigprocmask(SIG_BLOCK,&_fake_sigstore,0))
|
H A D | list_rqs.c | 70 sigprocmask(SIG_BLOCK, &nmask, &omask);
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | umem_update_thread.c | 132 (void) thr_sigsetmask(SIG_BLOCK, &sigmask, &oldmask); in umem_create_update_thread()
|
/titanic_41/usr/src/cmd/sendmail/db/os/ |
H A D | os_open.c | 88 (void)sigprocmask(SIG_BLOCK, &set, &oset);
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | signal.c | 176 if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0)
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | signal.h | 200 #define SIG_BLOCK 0x0001 macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoed.c | 226 (void) sigprocmask(SIG_BLOCK, &sigmask, NULL); in add_signal_handlers() 409 (void) sigprocmask(SIG_BLOCK, &sigmask, NULL); in main_loop()
|