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

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dhostio-errno.cc34 int fileio_error = host_to_fileio_error (error);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dfileio.h28 extern int host_to_fileio_error (int error);
H A Dfileio.cc28 host_to_fileio_error (int error) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinf-child.c266 *target_errno = host_to_fileio_error (errno);
293 *target_errno = host_to_fileio_error (errno);
320 *target_errno = host_to_fileio_error (errno);
334 *target_errno = host_to_fileio_error (errno);
348 *target_errno = host_to_fileio_error (errno);
363 *target_errno = host_to_fileio_error (errno);
383 *target_errno = host_to_fileio_error (errno);
H A Dlinux-nat.c4295 *target_errno = host_to_fileio_error (errno);
4313 *target_errno = host_to_fileio_error (errno);
4331 *target_errno = host_to_fileio_error (errno);
H A Dremote-fileio.c361 ? host_to_fileio_error (errno) : 0);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinf-child.c251 *target_errno = host_to_fileio_error (errno);
278 *target_errno = host_to_fileio_error (errno);
305 *target_errno = host_to_fileio_error (errno);
319 *target_errno = host_to_fileio_error (errno);
333 *target_errno = host_to_fileio_error (errno);
348 *target_errno = host_to_fileio_error (errno);
368 *target_errno = host_to_fileio_error (errno);
H A Dlinux-nat.c4391 *target_errno = host_to_fileio_error (errno);
4409 *target_errno = host_to_fileio_error (errno);
4427 *target_errno = host_to_fileio_error (errno);
H A Dremote-fileio.c361 ? host_to_fileio_error (errno) : 0);
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dfileio.h140 extern fileio_error host_to_fileio_error (int error);
H A Dfileio.cc28 host_to_fileio_error (int error) function
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dhostio.cc200 int fileio_error = host_to_fileio_error (errno);

Completed in 536 milliseconds