Home
last modified time | relevance | path

Searched refs:fmd_thread_f (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h37 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 Dfmd_thread.c73 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 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.c259 (fmd_thread_f *)fmd_timerq_exec, tmq)) == NULL) in fmd_timerq_create()
H A Dfmd_xprt.c895 (fmd_thread_f *)fmd_xprt_send, xip)) == NULL) { in fmd_xprt_create()
H A Dfmd_api.c1875 if ((new_tp = fmd_doorthread_create(mp, (fmd_thread_f *)(uintptr_t)crf, in fmd_doorthr_create()