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

/opensolaris-onvv-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,
110 fmd_thread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg)
116 fmd_doorthread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg)
H A Dfmd_rpc.c215 if (fmd_thread_create(fmd.d_rmod, (fmd_thread_f *)svc_run, 0) == NULL)
H A Dfmd_timerq.c261 (fmd_thread_f *)fmd_timerq_exec, tmq)) == NULL)
H A Dfmd_xprt.c895 (fmd_thread_f *)fmd_xprt_send, xip)) == NULL) {
H A Dfmd_api.c1875 if ((new_tp = fmd_doorthread_create(mp, (fmd_thread_f *)crf,

Completed in 53 milliseconds