Searched defs:ses_handler (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c81 static void *ses_handler(void *arg);
123 * thread that runs the ses_handler() function. If multiple processes
124 * are used, fork a new process and call ses_handler().
138 thr_err = thr_create(NULL, 0, ses_handler, (void *)fd,
170 ses_handler((void *)fd);
534 * ses_handler:
542 ses_handler(void *arg) function
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c626 ses_handler(int sig) function
650 act.sa_handler = ses_handler;

Completed in 51 milliseconds