Searched refs:thr_func (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | thread.c | 55 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 D | fmd_thread.c | 41 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 D | fmd_thread.h | 43 fmd_thread_f *thr_func; /* thread startup function */ member
|
H A D | fmd_mdb.c | 724 addr, thr.thr_mod, thr.thr_tid, thr.thr_func); in fmd_thread()
|
H A D | fmd_api.c | 253 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 D | impl.h | 63 void (*thr_func)(void *); /* function to be run */ member
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/ |
H A D | usbser_var.h | 57 void (*thr_func)(void *); /* function to be run */ member
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 859 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 D | sbp2_driver.c | 254 thr->thr_func = scsa1394_sbp2_worker_thread; in scsa1394_sbp2_threads_init()
|
H A D | hba.c | 2578 ret = ddi_taskq_dispatch(sp->s_taskq, thr->thr_func, thr->thr_arg, in scsa1394_thr_dispatch()
|