Searched refs:remote_fileio_reply (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c487 remote_fileio_reply (int retcode, int error) function
519 remote_fileio_reply (-1, FILEIO_EIO);
525 remote_fileio_reply (-1, FILEIO_EBADF);
531 remote_fileio_reply (retcode,
538 remote_fileio_reply (retcode, 0);
607 remote_fileio_reply (-1, FILEIO_ENODEV);
613 remote_fileio_reply (-1, FILEIO_EISDIR);
752 The Ctrl-C flag is set in remote_fileio_reply() anyway */
869 remote_fileio_reply (-1, FILEIO_ESPIPE);
888 remote_fileio_reply (
[all...]

Completed in 99 milliseconds