Lines Matching refs:qout_old
278 struct qout64_old *qout_old; in query_segment_type() local
279 qout_old = kzalloc(sizeof(*qout_old), GFP_KERNEL | GFP_DMA); in query_segment_type()
280 if (qout_old == NULL) { in query_segment_type()
284 memcpy(qout_old, qout, sizeof(struct qout64_old)); in query_segment_type()
285 qout->segstart = (unsigned long) qout_old->segstart; in query_segment_type()
286 qout->segend = (unsigned long) qout_old->segend; in query_segment_type()
287 qout->segcnt = qout_old->segcnt; in query_segment_type()
288 qout->segrcnt = qout_old->segrcnt; in query_segment_type()
294 (unsigned long) qout_old->range[i].start; in query_segment_type()
296 (unsigned long) qout_old->range[i].end; in query_segment_type()
298 kfree(qout_old); in query_segment_type()