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

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_thread.h44 void *thr_arg; /* argument for startup function */ member in struct:fmd_thread
H A Dfmd_thread.c42 tp->thr_arg = NULL;
68 tp->thr_func(tp->thr_arg);
82 tp->thr_arg = arg;
/opensolaris-onvv-gate/usr/src/cmd/vntsd/
H A Dlisten.c203 vntsd_thr_arg_t *thr_arg; local
246 * allocate thr_arg from heap for console thread so
247 * that thr_arg is still valid after this function exits.
248 * console thread will free thr_arg.
251 thr_arg = (vntsd_thr_arg_t *)malloc(sizeof (vntsd_thr_arg_t));
252 if (thr_arg == NULL) {
256 thr_arg->handle = groupp;
257 thr_arg->arg = clientp;
264 thr_arg, THR_DETACHED, &clientp->cons_tid)) {
266 free(thr_arg);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h66 void *thr_arg; /* function argument */ member in struct:scsa1394_thread
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h58 void *thr_arg; /* function argument */ member in struct:usbser_thread
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c859 pp->port_wq_thread.thr_arg = (void *)&pp->port_wq_thread;
864 pp->port_rq_thread.thr_arg = (void *)&pp->port_rq_thread;
1874 rval = ddi_taskq_dispatch(usp->us_taskq, thr->thr_func, thr->thr_arg,
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c255 thr->thr_arg = thr;
H A Dhba.c2578 ret = ddi_taskq_dispatch(sp->s_taskq, thr->thr_func, thr->thr_arg,

Completed in 101 milliseconds