| /src/external/gpl3/gdb/dist/gdb/ |
| remote-fileio.c | 100 int target_fd = remote_fileio_next_free_fd (); local 102 remote_fio_data.fd_map[target_fd] = fd; 103 return target_fd; 107 remote_fileio_map_fd (int target_fd) 110 if (target_fd < 0 || target_fd >= remote_fio_data.fd_map_size) 112 return remote_fio_data.fd_map[target_fd]; 116 remote_fileio_close_target_fd (int target_fd) 119 if (target_fd >= 0 && target_fd < remote_fio_data.fd_map_size 468 long target_fd, num; local 594 long target_fd, num; local 917 long target_fd; local 1043 long target_fd; local [all...] |
| target.c | 3082 int target_fd; member in struct:fileio_fh_t 3087 return target_fd < 0; 3116 acquire_fileio_fd (target_ops *target, int target_fd) 3129 fileio_fhandles.push_back (fileio_fh_t {target, target_fd}); 3131 fileio_fhandles[lowest_closed_fd] = {target, target_fd}; 3146 fh->target_fd = -1; 3270 ret = fh->target->fileio_pwrite (fh->target_fd, write_buf, 3293 ret = fh->target->fileio_pread (fh->target_fd, read_buf, 3314 ret = fh->target->fileio_fstat (fh->target_fd, sb, target_errno); 3357 ret = fh->target->fileio_close (fh->target_fd, [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| remote-fileio.c | 100 int target_fd = remote_fileio_next_free_fd (); local 102 remote_fio_data.fd_map[target_fd] = fd; 103 return target_fd; 107 remote_fileio_map_fd (int target_fd) 110 if (target_fd < 0 || target_fd >= remote_fio_data.fd_map_size) 112 return remote_fio_data.fd_map[target_fd]; 116 remote_fileio_close_target_fd (int target_fd) 119 if (target_fd >= 0 && target_fd < remote_fio_data.fd_map_size 468 long target_fd, num; local 594 long target_fd, num; local 917 long target_fd; local 1043 long target_fd; local [all...] |
| target.c | 3085 int target_fd; member in struct:fileio_fh_t 3090 return target_fd < 0; 3119 acquire_fileio_fd (target_ops *target, int target_fd) 3132 fileio_fhandles.push_back (fileio_fh_t {target, target_fd}); 3134 fileio_fhandles[lowest_closed_fd] = {target, target_fd}; 3149 fh->target_fd = -1; 3265 ret = fh->target->fileio_pwrite (fh->target_fd, write_buf, 3288 ret = fh->target->fileio_pread (fh->target_fd, read_buf, 3309 ret = fh->target->fileio_fstat (fh->target_fd, sb, target_errno); 3329 ret = fh->target->fileio_close (fh->target_fd, [all...] |