Home
last modified time | relevance | path

Searched refs:thr_arg (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dlisten.c203 vntsd_thr_arg_t *thr_arg; in create_console_thread() local
251 thr_arg = (vntsd_thr_arg_t *)malloc(sizeof (vntsd_thr_arg_t)); in create_console_thread()
252 if (thr_arg == NULL) { in create_console_thread()
256 thr_arg->handle = groupp; in create_console_thread()
257 thr_arg->arg = clientp; in create_console_thread()
264 thr_arg, THR_DETACHED, &clientp->cons_tid)) { in create_console_thread()
266 free(thr_arg); in create_console_thread()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.c42 tp->thr_arg = NULL; in fmd_thread_xcreate()
68 tp->thr_func(tp->thr_arg); in fmd_thread_start()
82 tp->thr_arg = arg; in fmd_thread_create_cmn()
H A Dfmd_thread.h44 void *thr_arg; /* argument for startup function */ member
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h64 void *thr_arg; /* function argument */ member
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h58 void *thr_arg; /* function argument */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c860 pp->port_wq_thread.thr_arg = (void *)&pp->port_wq_thread; in usbser_attach_ports()
865 pp->port_rq_thread.thr_arg = (void *)&pp->port_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.c255 thr->thr_arg = thr; 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()