Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-dig.c365 unsigned long seekto = bounds_dir_global + byte_offset_inside_bounds_dir; in fill_bounds_dir_buf_other() local
367 off_t seek_ret = lseek(proc_pid_mem_fd, seekto, SEEK_SET); in fill_bounds_dir_buf_other()
369 if (seek_ret != seekto) in fill_bounds_dir_buf_other()