Lines Matching refs:qout_old
275 struct qout64_old *qout_old; in query_segment_type() local
276 qout_old = kzalloc(sizeof(*qout_old), GFP_KERNEL | GFP_DMA); in query_segment_type()
277 if (qout_old == NULL) { in query_segment_type()
281 memcpy(qout_old, qout, sizeof(struct qout64_old)); in query_segment_type()
282 qout->segstart = (unsigned long) qout_old->segstart; in query_segment_type()
283 qout->segend = (unsigned long) qout_old->segend; in query_segment_type()
284 qout->segcnt = qout_old->segcnt; in query_segment_type()
285 qout->segrcnt = qout_old->segrcnt; in query_segment_type()
291 (unsigned long) qout_old->range[i].start; in query_segment_type()
293 (unsigned long) qout_old->range[i].end; in query_segment_type()
295 kfree(qout_old); in query_segment_type()