Home
last modified time | relevance | path

Searched refs:SA_NOCLDSTOP (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/bmake/
H A Dsigact.h56 #ifndef SA_NOCLDSTOP
59 #define SA_NOCLDSTOP 1 /* don't send SIGCHLD on child stop */ macro
H A Dsigaction.c156 #if !defined(SA_NOCLDSTOP) || defined(_SIGACT_H) || defined(USE_SIGNAL) || defined(USE_SIGSET) || d…
H A Dsigcompat.c103 #if !defined(NO_SIGCOMPAT) && (defined(HAVE_SIGACTION) || defined(SA_NOCLDSTOP))
/freebsd/sys/sys/
H A Dsignal.h372 #define SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */ macro
425 #define SV_NOCLDSTOP SA_NOCLDSTOP
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbthidd.c154 sa.sa_flags = SA_NOCLDSTOP|SA_NOCLDWAIT; in main()
/freebsd/libexec/bootpd/
H A Dbootpd.c182 #ifdef SA_NOCLDSTOP /* Have POSIX sigaction(2). */ in main()
473 #ifdef SA_NOCLDSTOP /* Have POSIX sigaction(2). */ in main()
597 #if !defined(SA_NOCLDSTOP) && defined(SYSV) in catcher()
H A DChanges45 Use sigaction() on systems that define SA_NOCLDSTOP
/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_exec.c214 sa.sa_flags = SA_NOCLDSTOP; in _reap_children()
/freebsd/sys/compat/linux/
H A Dlinux_signal.c84 bsa->sa_flags |= SA_NOCLDSTOP; in linux_to_bsd_sigaction()
148 if (bsa->sa_flags & SA_NOCLDSTOP) in bsd_to_linux_sigaction()
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c467 sa.sa_flags = SA_RESTART | SA_NOCLDSTOP; in start_consoles()
/freebsd/sys/kern/
H A Dkern_sig.c793 SA_RESTART | SA_RESETHAND | SA_NOCLDSTOP | SA_NODEFER | in kern_sigaction()
818 oact->sa_flags |= SA_NOCLDSTOP; in kern_sigaction()
861 if (act->sa_flags & SA_NOCLDSTOP) in kern_sigaction()
/freebsd/sbin/init/
H A Dinit.c430 sa.sa_flags = sig == SIGCHLD ? SA_NOCLDSTOP : 0; in handle()
/freebsd/usr.bin/truss/
H A Dsyscalls.c652 X(SA_ONSTACK) X(SA_RESTART) X(SA_RESETHAND) X(SA_NOCLDSTOP)
/freebsd/contrib/ntp/
H A DCommitLog133663 adding SA_NOCLDSTOP to IGNORED_SA_FLAGS.
133974 adding SA_NOCLDSTOP to IGNORED_SA_FLAGS.