/titanic_50/usr/src/head/ |
H A D | signal.h | 143 #pragma redefine_extname sigwait __posix_sigwait 144 extern int sigwait(const sigset_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD); 151 #define sigwait __posix_sigwait macro 155 sigwait(const sigset_t *_RESTRICT_KYWD __setp, int *_RESTRICT_KYWD __signo) in sigwait() function 165 extern int sigwait(sigset_t *);
|
/titanic_50/usr/src/cmd/sendmail/libmilter/ |
H A D | signal.c | 110 if ((sig = sigwait(&set)) < 0) 112 if ((sigerr = sigwait(&set, &sig)) != 0)
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | posix_sigwait.c | 46 if ((*signo = sigwait((sigset_t *)setp)) == -1) { in __posix_sigwait()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/proc/ |
H A D | tst.sigwait.c | 70 (void) sigwait(&set); in main()
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 135 sigwait 144
|
/titanic_50/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 137 sigwait 144
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | main.c | 144 sig = sigwait(&sigset); in sighandler()
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbiod/ |
H A D | smbiod.c | 138 sig = sigwait(&tmpmask); in main()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | main.c | 139 sig = sigwait(&sigwaitset); in sighandler()
|
/titanic_50/usr/src/cmd/auditd/ |
H A D | auditd.c | 238 signal_caught = sigwait(&set); in main() 744 signal_caught = sigwait(&set); in signal_thread()
|
/titanic_50/usr/src/man/man2/ |
H A D | Makefile | 139 sigwait.2 \
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 305 sig = sigwait(&tmpmask); in main()
|
/titanic_50/usr/src/cmd/iscsid/ |
H A D | iscsid.c | 257 sig = sigwait(&sigs); in main()
|
/titanic_50/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.c | 418 if (sigwait(&signal_set, &sig) == 0) { in sigwait_thr()
|
/titanic_50/usr/src/cmd/pools/poold/ |
H A D | poold.c | 288 if ((sig = sigwait(&hdl_set)) < 0) { in handle_sig()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | configd.c | 776 int sig = sigwait(&myset); in main()
|
/titanic_50/usr/src/lib/libpthread/common/ |
H A D | mapfile-vers | 223 sigwait { TYPE = FUNCTION };
|
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_main.c | 188 sigval = sigwait(&set); in main()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvd.c | 1578 #define sigwait my_posix_sigwait macro 1596 (void) sigwait(&alrm_mask, &sig); in envd_sleep()
|
/titanic_50/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 277 sigwait { TYPE = FUNCTION };
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 838 sigwait
|
/titanic_50/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 771 sig = sigwait(&sigwaitset); in terminate()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 471 sig = sigwait(&sset); in main()
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 1050 sigwait(sigset_t *set) in sigwait() function
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 2818 #define sigwait my_posix_sigwait macro 2848 (void) sigwait(&alrm_mask, &sig); in envd_sleep()
|