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