Home
last modified time | relevance | path

Searched refs:thr_func (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dthread.c55 void * (*thr_func)(void *); in thread_create() local
74 thr_func = (void *(*)(void *))(uintptr_t)func; in thread_create()
75 rc = thr_create(NULL, 0, thr_func, arg, thr_flags, &newtid); in thread_create()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c41 tp->thr_func = NULL; in fmd_thread_xcreate()
68 tp->thr_func(tp->thr_arg); in fmd_thread_start()
81 tp->thr_func = func; in fmd_thread_create_cmn()
H A Dfmd_thread.h43 fmd_thread_f *thr_func; /* thread startup function */ member
H A Dfmd_mdb.c724 addr, thr.thr_mod, thr.thr_tid, thr.thr_func); in fmd_thread()
H A Dfmd_api.c253 if (tp->thr_mod == fmd.d_rmod && tp->thr_func == &fmd_door_server) in fmd_api_module()
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h63 void (*thr_func)(void *); /* function to be run */ member
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h57 void (*thr_func)(void *); /* function to be run */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c859 pp->port_wq_thread.thr_func = usbser_wq_thread; in usbser_attach_ports()
864 pp->port_rq_thread.thr_func = usbser_rq_thread; in usbser_attach_ports()
1875 rval = ddi_taskq_dispatch(usp->us_taskq, thr->thr_func, thr->thr_arg, in usbser_thr_dispatch()
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c254 thr->thr_func = scsa1394_sbp2_worker_thread; in scsa1394_sbp2_threads_init()
H A Dhba.c2578 ret = ddi_taskq_dispatch(sp->s_taskq, thr->thr_func, thr->thr_arg, in scsa1394_thr_dispatch()