Searched refs:fmd_thread_f (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_thread.h | 37 typedef void fmd_thread_f(void *); /* signature of thread startup func */ typedef 43 fmd_thread_f *thr_func; /* thread startup function */ 53 fmd_thread_f *, void *); 55 fmd_thread_f *, void *);
|
H A D | fmd_thread.c | 73 fmd_thread_create_cmn(fmd_module_t *mp, fmd_thread_f *func, void *arg, in fmd_thread_create_cmn() 110 fmd_thread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg) in fmd_thread_create() 116 fmd_doorthread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg) in fmd_doorthread_create()
|
H A D | fmd_rpc.c | 215 if (fmd_thread_create(fmd.d_rmod, (fmd_thread_f *)svc_run, 0) == NULL) in fmd_rpc_init()
|
H A D | fmd_timerq.c | 259 (fmd_thread_f *)fmd_timerq_exec, tmq)) == NULL) in fmd_timerq_create()
|
H A D | fmd_xprt.c | 895 (fmd_thread_f *)fmd_xprt_send, xip)) == NULL) { in fmd_xprt_create()
|
H A D | fmd_api.c | 1875 if ((new_tp = fmd_doorthread_create(mp, (fmd_thread_f *)(uintptr_t)crf, in fmd_doorthr_create()
|