Searched defs:siglvl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c583 static void siglvl(int, siginfo_t *, ucontext_t *);
2171 * being handled by siglvl() will be forcibly delivered by the kernel.
2177 * Handle all level-changing signals using siglvl() and set sa_mask so
2178 * that all level-changing signals are blocked while in siglvl().
2180 act.sa_handler = siglvl;
2264 * siglvl - handle an asynchronous signal from init(1M) telling us that we
2268 siglvl(int sig, siginfo_t *sip, ucontext_t *ucp) function

Completed in 83 milliseconds