Searched refs:fmd_thread_create (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h52 extern fmd_thread_t *fmd_thread_create(struct fmd_module *,
H A Dfmd_thread.c110 fmd_thread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg) function
H A Dfmd_rpc.c215 if (fmd_thread_create(fmd.d_rmod, (fmd_thread_f *)svc_run, 0) == NULL)
H A Dfmd_timerq.c186 * fmd_thread_create() initializes threads with all signals blocked.
260 if ((tmq->tmq_thread = fmd_thread_create(fmd.d_rmod,
H A Dfmd.c793 if (fmd_thread_create(fmd.d_rmod, fmd_door_server, dip) == NULL)
H A Dfmd_module.c282 mp->mod_thread = fmd_thread_create(mp, fmd_module_start, mp);
H A Dfmd_xprt.c894 if ((xip->xi_thread = fmd_thread_create(mp,
H A Dfmd_api.c1748 if ((tp = fmd_thread_create(mp, func, arg)) == NULL) {

Completed in 77 milliseconds