Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c488 blockif_sigcont_handler(int signal __unused, enum ev_type type __unused, in blockif_sigcont_handler() function
492 blockif_sigcont_handler(int signal __unused) in blockif_sigcont_handler()
521 mevent_add(SIGCONT, EVF_SIGNAL, blockif_sigcont_handler, NULL); in blockif_init()
524 (void) sigset(SIGCONT, blockif_sigcont_handler); in blockif_init()