Lines Matching refs:qout_old
289 struct qout64_old *qout_old; in query_segment_type() local
290 qout_old = kzalloc(sizeof(*qout_old), GFP_KERNEL | GFP_DMA); in query_segment_type()
291 if (qout_old == NULL) { in query_segment_type()
295 memcpy(qout_old, qout, sizeof(struct qout64_old)); in query_segment_type()
296 qout->segstart = (unsigned long) qout_old->segstart; in query_segment_type()
297 qout->segend = (unsigned long) qout_old->segend; in query_segment_type()
298 qout->segcnt = qout_old->segcnt; in query_segment_type()
299 qout->segrcnt = qout_old->segrcnt; in query_segment_type()
305 (unsigned long) qout_old->range[i].start; in query_segment_type()
307 (unsigned long) qout_old->range[i].end; in query_segment_type()
309 kfree(qout_old); in query_segment_type()