HomeSort by: relevance | last modified time | path
    Searched defs:fileio_fh_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
target.c 3075 struct fileio_fh_t struct
3084 /* Check whether this fileio_fh_t represents a closed file. */
3096 static std::vector<fileio_fh_t> fileio_fhandles;
3108 for (fileio_fh_t &fh : fileio_fhandles)
3121 fileio_fh_t &fh = fileio_fhandles[lowest_closed_fd];
3129 fileio_fhandles.push_back (fileio_fh_t {target, target_fd});
3144 release_fileio_fd (int fd, fileio_fh_t *fh)
3152 static fileio_fh_t *
3262 fileio_fh_t *fh = fileio_fd_to_fh (fd);
3285 fileio_fh_t *fh = fileio_fd_to_fh (fd)
    [all...]
target.c 3075 struct fileio_fh_t struct
3084 /* Check whether this fileio_fh_t represents a closed file. */
3096 static std::vector<fileio_fh_t> fileio_fhandles;
3108 for (fileio_fh_t &fh : fileio_fhandles)
3121 fileio_fh_t &fh = fileio_fhandles[lowest_closed_fd];
3129 fileio_fhandles.push_back (fileio_fh_t {target, target_fd});
3144 release_fileio_fd (int fd, fileio_fh_t *fh)
3152 static fileio_fh_t *
3262 fileio_fh_t *fh = fileio_fd_to_fh (fd);
3285 fileio_fh_t *fh = fileio_fd_to_fh (fd)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target.c 3078 struct fileio_fh_t struct
3087 /* Check whether this fileio_fh_t represents a closed file. */
3099 static std::vector<fileio_fh_t> fileio_fhandles;
3111 for (fileio_fh_t &fh : fileio_fhandles)
3124 fileio_fh_t &fh = fileio_fhandles[lowest_closed_fd];
3132 fileio_fhandles.push_back (fileio_fh_t {target, target_fd});
3147 release_fileio_fd (int fd, fileio_fh_t *fh)
3155 static fileio_fh_t *
3257 fileio_fh_t *fh = fileio_fd_to_fh (fd);
3280 fileio_fh_t *fh = fileio_fd_to_fh (fd)
    [all...]
target.c 3078 struct fileio_fh_t struct
3087 /* Check whether this fileio_fh_t represents a closed file. */
3099 static std::vector<fileio_fh_t> fileio_fhandles;
3111 for (fileio_fh_t &fh : fileio_fhandles)
3124 fileio_fh_t &fh = fileio_fhandles[lowest_closed_fd];
3132 fileio_fhandles.push_back (fileio_fh_t {target, target_fd});
3147 release_fileio_fd (int fd, fileio_fh_t *fh)
3155 static fileio_fh_t *
3257 fileio_fh_t *fh = fileio_fd_to_fh (fd);
3280 fileio_fh_t *fh = fileio_fd_to_fh (fd)
    [all...]

Completed in 39 milliseconds