Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dtmglobal.c99 struct sigaction Sigpoll; /* SIGPOLL */ variable
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); in main()
/titanic_41/usr/src/cmd/saf/
H A Dsac.c59 static struct sigaction Sigpoll; /* SIGPOLL */ variable
654 (void) sigaction(SIGPOLL, &Sigpoll, NULL); in startit()
1131 (void) sigaction(SIGPOLL, &sigact, &Sigpoll); in startpoll()