Searched refs:Sigpoll (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmglobal.c99 struct sigaction Sigpoll; /* SIGPOLL */ variable in typeref:struct:sigaction
H A Dtmextern.h154 extern struct sigaction Sigpoll; /* SIGPOLL */
H A Dtmchild.c625 (void) sigaction(SIGPOLL, &Sigpoll, NULL);
H A Dttymon.c106 (void) sigaction(SIGPOLL, NULL, &Sigpoll);
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c59 static struct sigaction Sigpoll; /* SIGPOLL */ variable in typeref:struct:sigaction
654 (void) sigaction(SIGPOLL, &Sigpoll, NULL);
1131 (void) sigaction(SIGPOLL, &sigact, &Sigpoll);

Completed in 53 milliseconds