Searched refs:sa_off (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/s390/char/ |
H A D | zcore.c | 223 * @sa_off: Offset in save area to copy 226 static int copy_lc(void __user *buf, void *sa, int sa_off, int len) copy_lc() argument 232 if (!lc_mask[i + sa_off]) copy_lc() 234 if (copy_to_user(buf + i, sa + sa_off + i, 1)) copy_lc() 260 unsigned long sa_off, len, buf_off; zcore_add_lc() local 273 sa_off = cp_start - sa_start; zcore_add_lc() 277 if (copy_lc(buf + buf_off, save_area, sa_off, len)) zcore_add_lc()
|
Completed in 42 milliseconds