Home
last modified time | relevance | path

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) in fmd_thread_create() function
H A Dfmd_rpc.c215 if (fmd_thread_create(fmd.d_rmod, (fmd_thread_f *)svc_run, 0) == NULL) in fmd_rpc_init()
H A Dfmd_timerq.c258 if ((tmq->tmq_thread = fmd_thread_create(fmd.d_rmod, in fmd_timerq_create()
H A Dfmd.c793 if (fmd_thread_create(fmd.d_rmod, fmd_door_server, dip) == NULL) in fmd_door()
H A Dfmd_module.c282 mp->mod_thread = fmd_thread_create(mp, fmd_module_start, mp); in fmd_module_create()
H A Dfmd_xprt.c894 if ((xip->xi_thread = fmd_thread_create(mp, in fmd_xprt_create()
H A Dfmd_api.c1748 if ((tp = fmd_thread_create(mp, func, arg)) == NULL) { in fmd_thr_create()