Home
last modified time | relevance | path

Searched refs:sigexit (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dmain.c37 static void sigexit(int sig);
92 establish_sighandler(sigexit); in main()
340 sigexit(int sig) in sigexit() function
/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dmain.c46 static void sigexit(int);
91 (void) signal(signum[i], sigexit); in main()
271 sigexit(int i) in sigexit() function
/titanic_41/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c85 static void sigexit(int signo);
198 signal(SIGTERM, sigexit); in rmvolmgr()
199 signal(SIGINT, sigexit); in rmvolmgr()
265 sigexit(int signo) in sigexit() function