HomeSort by: relevance | last modified time | path
    Searched defs:SIGUSR1 (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rbootd/
defs.h 61 * SIGUSR1 and SIGUSR2 are defined in <signal.h> for 4.3BSD systems.
63 #ifndef SIGUSR1
64 #define SIGUSR1 SIGEMT
  /src/usr.sbin/bootp/common/
bootpd.h 45 #ifndef SIGUSR1
46 #define SIGUSR1 30 /* From 4.3 <signal.h> */
  /src/usr.bin/rlogin/
rlogin.c 82 #ifndef SIGUSR1
83 #define SIGUSR1 30
249 /* will use SIGUSR1 for window size hack, so hold it off */
252 sigaddset(&imask, SIGUSR1);
255 * We set SIGURG and SIGUSR1 below so that an
263 (void)sigaction(SIGUSR1, &sa, NULL);
333 * signals to the child. We can now unblock SIGURG and SIGUSR1
615 (void)kill(ppid, SIGUSR1);
  /src/sys/sys/
signal.h 82 #define SIGUSR1 30 /* user defined signal 1 */

Completed in 14 milliseconds