fmd_thread_f
if ((new_tp = fmd_doorthread_create(mp, (fmd_thread_f *)(uintptr_t)crf,
if (fmd_thread_create(fmd.d_rmod, (fmd_thread_f *)svc_run, 0) == NULL)
fmd_thread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg)
fmd_doorthread_create(fmd_module_t *mp, fmd_thread_f *func, void *arg)
fmd_thread_create_cmn(fmd_module_t *mp, fmd_thread_f *func, void *arg,
fmd_thread_f *thr_func; /* thread startup function */
fmd_thread_f *, void *);
fmd_thread_f *, void *);
(fmd_thread_f *)fmd_timerq_exec, tmq)) == NULL)
(fmd_thread_f *)fmd_xprt_send, xip)) == NULL) {