Lines Matching defs:opt
76 struct t_optmgmt *opt;
104 _alloc_buf(&p.call->opt, tiptr->tp_info.options);
108 _alloc_buf(&p.call->opt, dsize);
114 p.opt = kmem_zalloc(sizeof (struct t_optmgmt), KM_SLEEP);
116 _alloc_buf(&p.opt->opt, tiptr->tp_info.options);
117 *ptr = ((char *)p.opt);
135 _alloc_buf(&p.udata->opt, tiptr->tp_info.options);
137 p.udata->opt.maxlen = p.udata->opt.len = 0;
155 _alloc_buf(&p.uderr->opt, tiptr->tp_info.options);