Lines Matching defs:ndata
154 struct segmf_data *ndata;
158 ndata = segmf_data_zalloc(newseg);
161 ndata->vp = data->vp;
162 ndata->prot = data->prot;
163 ndata->maxprot = data->maxprot;
164 ndata->domid = data->domid;
167 ndata->map = kmem_alloc(sz, KM_SLEEP);
168 bcopy(data->map, ndata->map, sz);
170 return (VOP_ADDMAP(VTOCVP(ndata->vp), 0, newseg->s_as,
171 newseg->s_base, newseg->s_size, ndata->prot, ndata->maxprot,