Lines Matching refs:vq
1207 struct tbl *vq;1210 vq = alloc(offsetof(struct tbl, name[0]) + 11,1212 memset(vq, 0, offsetof(struct tbl, name[0]));1213 memcpy(vq->name, vp_pipest->name, 11);1214 vp->u.array = vq;1215 vp = vq;