Home
last modified time | relevance | path

Searched refs:sa_off (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/s390/char/
Dzcore.c226 static int copy_lc(void __user *buf, void *sa, int sa_off, int len) in copy_lc() argument
232 if (!lc_mask[i + sa_off]) in copy_lc()
234 if (copy_to_user(buf + i, sa + sa_off + i, 1)) in copy_lc()
260 unsigned long sa_off, len, buf_off; in zcore_add_lc() local
273 sa_off = cp_start - sa_start; in zcore_add_lc()
277 if (copy_lc(buf + buf_off, save_area, sa_off, len)) in zcore_add_lc()