fmd_thread_create
if (fmd_thread_create(fmd.d_rmod, fmd_door_server, dip) == NULL)
if ((tp = fmd_thread_create(mp, func, arg)) == NULL) {
mp->mod_thread = fmd_thread_create(mp, fmd_module_start, mp);
if (fmd_thread_create(fmd.d_rmod, (fmd_thread_f *)svc_run, 0) == NULL)
extern fmd_thread_t *fmd_thread_create(struct fmd_module *,
if ((tmq->tmq_thread = fmd_thread_create(fmd.d_rmod,
if ((xip->xi_thread = fmd_thread_create(mp,