Searched refs:thr_arg (Results 1 – 8 of 8) sorted by relevance
203 vntsd_thr_arg_t *thr_arg; in create_console_thread() local251 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()
42 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()
44 void *thr_arg; /* argument for startup function */ member
64 void *thr_arg; /* function argument */ member
58 void *thr_arg; /* function argument */ member
860 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()
255 thr->thr_arg = thr; in scsa1394_sbp2_threads_init()
2578 ret = ddi_taskq_dispatch(sp->s_taskq, thr->thr_func, thr->thr_arg, in scsa1394_thr_dispatch()