Searched refs:fmd_thread_create (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.h | 52 extern fmd_thread_t *fmd_thread_create(struct fmd_module *,
|
H A D | fmd_thread.c | 110 fmd_thread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg) function
|
H A D | fmd_rpc.c | 215 if (fmd_thread_create(fmd.d_rmod, (fmd_thread_f *)svc_run, 0) == NULL)
|
H A D | fmd_timerq.c | 186 * fmd_thread_create() initializes threads with all signals blocked. 260 if ((tmq->tmq_thread = fmd_thread_create(fmd.d_rmod,
|
H A D | fmd.c | 793 if (fmd_thread_create(fmd.d_rmod, fmd_door_server, dip) == NULL)
|
H A D | fmd_module.c | 282 mp->mod_thread = fmd_thread_create(mp, fmd_module_start, mp);
|
H A D | fmd_xprt.c | 894 if ((xip->xi_thread = fmd_thread_create(mp,
|
H A D | fmd_api.c | 1748 if ((tp = fmd_thread_create(mp, func, arg)) == NULL) {
|
Completed in 77 milliseconds