Searched refs:proc_pid_mem_fd (Results 1 – 1 of 1) sorted by relevance
360 int proc_pid_mem_fd = -1; variable367 off_t seek_ret = lseek(proc_pid_mem_fd, seekto, SEEK_SET); in fill_bounds_dir_buf_other()372 read_ret = read(proc_pid_mem_fd, buffer, buffer_size_bytes); in fill_bounds_dir_buf_other()481 proc_pid_mem_fd = open_proc(pid, "mem"); in main()482 if (proc_pid_mem_fd < 0) in main()