Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dextern.h49 extern void sigpoll();
H A Dmisc.c74 sigpoll() in sigpoll() function
H A Dsac.c1123 sigact.sa_handler = sigpoll; in startpoll()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmsig.c104 sigact.sa_handler = sigpoll; in child_sigcatch()
H A Dtmextern.h82 extern void sigpoll(int);
H A Dtmchild.c663 sigpoll(int s __unused) in sigpoll() function
/illumos-gate/usr/src/cmd/init/
H A Dinit.c588 static void sigpoll(int);
2217 act.sa_handler = sigpoll; in setup_pipe()
3579 sigpoll(int n) in sigpoll() function