Lines Matching refs:from
62 void *from;
142 from = kmap_atomic(page + (mem_off >> PAGE_SHIFT));
143 page_addr = from;
144 from += offset_in_page(mem_off);
147 memcpy(to, from, tlen);
211 void *from;
253 * ABORTS from other end of exchange timer trigger the recovery.
266 from = fc_frame_payload_get(fp, 0);
306 memcpy(to, from, tlen);
309 from += tlen;