Searched refs:from_offs (Results 1 – 2 of 2) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 1055 size_t to_offs, from_offs; in gss_read_proxy_verf() local 1093 from_offs = rqstp->rq_arg.page_base; in gss_read_proxy_verf() 1096 pgfrom = from_offs >> PAGE_SHIFT; in gss_read_proxy_verf() 1098 pgfrom_offs = from_offs & ~PAGE_MASK; in gss_read_proxy_verf() 1108 from_offs += length; in gss_read_proxy_verf()
|
| /linux/tools/perf/util/ |
| H A D | symbol-elf.c | 1953 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in kcore__open() 1966 if (lseek(from, from_offs, SEEK_SET) != from_offs) in kcore__open() 1894 copy_bytes(int from,off_t from_offs,int to,off_t to_offs,u64 len) copy_bytes() argument
|