Home
last modified time | relevance | path

Searched refs:thunk_sigaction (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/usermode/include/
H A Dthunk.h135 int thunk_sigaction(int, const struct sigaction *, struct sigaction *);
/netbsd/sys/arch/usermode/usermode/
H A Dtrap.c411 if (thunk_sigaction(sig, &sa, NULL) == -1) in signal_intr_establish()
H A Dthunk.c580 thunk_sigaction(int sig, const struct sigaction *act, struct sigaction *oact) in thunk_sigaction() function