Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-dig.c366 unsigned long seekto = bounds_dir_global + byte_offset_inside_bounds_dir; in fill_bounds_dir_buf_other() local
368 off_t seek_ret = lseek(proc_pid_mem_fd, seekto, SEEK_SET); in fill_bounds_dir_buf_other()
370 if (seek_ret != seekto) in fill_bounds_dir_buf_other()