Searched refs:catch_hup (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/gss/gssd/
H A Dgssd.c69 catch_hup(int sig_num) function
74 /* re-set the signal handler again to catch_hup, for next time */
75 (void) signal(SIGHUP, catch_hup);
84 "catch_hup: read gsscred.conf opts");
87 "catch_hup: read gsscred.conf opts");
144 (void) signal(SIGHUP, catch_hup);
/opensolaris-onvv-gate/usr/src/cmd/consadm/
H A Dconsadm.c105 static void catch_hup(void);
277 catch_hup() function
678 sa.sa_handler = catch_hup;

Completed in 110 milliseconds