Searched refs:pollfail (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dextern.h47 extern void pollfail();
H A Dsac.c54 #define RESP 1 /* pollfail via no response to sanity poll */
55 #define DEATH 2 /* pollfail via child death */
75 void pollfail(struct sactab *, int);
782 pollfail(sp, RESP);
853 /* only call pollfail for "stuck" and stopping processes */
855 pollfail(sp, DEATH);
860 * pollfail - handle the case where a PM stops responding to a sanity poll
864 * reason - RESP or DEATH (indicates why pollfail called)
869 pollfail(struct sactab *sp, int reason) function
876 debug("in pollfail");
[all...]

Completed in 45 milliseconds