Searched defs:handle_sig (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfconvert.c72 handle_sig(int sig) function
211 sigset(SIGINT, handle_sig);
212 sigset(SIGQUIT, handle_sig);
213 sigset(SIGTERM, handle_sig);
H A Dctfmerge.c580 handle_sig(int sig) function
698 sigset(SIGINT, handle_sig);
699 sigset(SIGQUIT, handle_sig);
700 sigset(SIGTERM, handle_sig);
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c261 * routine (handle_sig()) where although we wish to let the user know
288 handle_sig(void *arg) function
468 pthread_create(&hdl_thread, NULL, handle_sig, NULL))
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c98 static void handle_sig(int);
1566 act.sa_handler = handle_sig;
1590 handle_sig(int x) function
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c83 static void handle_sig(int);
1365 act.sa_handler = handle_sig;
1383 handle_sig(int x) function

Completed in 67 milliseconds