Home
last modified time | relevance | path

Searched defs:oact (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/lib/libc/sys/
H A DLint___sigaction_siginfo.c8 struct sigaction *oact) in __sigaction_siginfo()
H A D__sigaction_siginfo.c57 struct sigaction *oact) in __sigaction_siginfo()
/netbsd-src/lib/libc/gen/
H A Dsignal.c72 struct sigaction act, oact; in bsd_signal() local
/netbsd-src/lib/libc/compat/arch/powerpc64/sys/
H A Dcompat_missing.c58 struct sigaction * restrict oact) in sigaction()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dposix_signals.c96 int sigaction(int sig, struct sigaction *act, struct sigaction *oact) in sigaction()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Ddispatcher.c258 struct sigaction oact; in __collector_sigprof_install() local
335 __collector_sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) in __collector_sigaction()
823 sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) in sigaction()
890 struct sigaction oact; in signal() local
H A Dhwprofile.c405 struct sigaction oact; in hwc_initialize_handlers() local
679 struct sigaction *oact) in collector_sigemt_sigaction()
H A Dcollector.c1174 struct sigaction *oact) in collector_sigchld_sigaction()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Ddispatcher.c235 struct sigaction oact; in __collector_sigprof_install() local
312 __collector_sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) in __collector_sigaction()
727 sigaction (int sig, const struct sigaction *nact, struct sigaction *oact) in sigaction()
794 struct sigaction oact; in signal() local
H A Dhwprofile.c405 struct sigaction oact; in hwc_initialize_handlers() local
679 struct sigaction *oact) in collector_sigemt_sigaction()
H A Dcollector.c1178 struct sigaction *oact) in collector_sigchld_sigaction()
/netbsd-src/tests/lib/libpthread/
H A Dt_stack.c212 struct sigaction act, oact; in checksigsegv() local
245 struct sigaction act, oact; in checknosigsegv() local
/netbsd-src/tests/fs/common/
H A Dfstest_udf.c64 struct sigaction act, oact; in udf_fstest_newfs() local
H A Dfstest_ffs.c64 struct sigaction act, oact; in ffs_fstest_newfs() local
/netbsd-src/lib/librefuse/
H A Drefuse_signals.c160 struct sigaction oact; in restore_signal_handler() local
/netbsd-src/usr.bin/ftp/
H A Dprogressbar.c413 struct sigaction act, oact; local
/netbsd-src/tests/lib/libc/sys/
H A Dt_sigqueue.c164 struct sigaction oact[CNT]; in ATF_TC_BODY() local
/netbsd-src/sys/dev/pci/
H A Dcmdide.c206 uint oact = atomic_cas_uint(&sc->sc_cmd_act_channel, in cmd064x_free_hw() local
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl.h63 struct sigaction oact[INDX_MAX]; member
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_hpux10.c620 struct sigaction oact; variable
/netbsd-src/bin/csh/
H A Dcsh.c203 struct sigaction oact; in main() local
/netbsd-src/external/cddl/osnet/dist/cmd/dtrace/
H A Ddtrace.c1281 struct sigaction act, oact; local
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cc.c1853 struct sigaction act, oact; in dt_preproc() local
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c580 thunk_sigaction(int sig, const struct sigaction *act, struct sigaction *oact) in thunk_sigaction()