GDB (xrefs)
|
Go to the source code of this file.
Functions | |
int | host_to_fileio_error (int error) |
int | fileio_to_host_openflags (int fileio_open_flags, int *open_flags_p) |
int | fileio_to_host_mode (int fileio_mode, mode_t *mode_p) |
static LONGEST | fileio_mode_pack (mode_t mode) |
static void | host_to_fileio_mode (mode_t num, fio_mode_t fnum) |
static void | host_to_fileio_ulong (LONGEST num, fio_ulong_t fnum) |
void | host_to_fileio_stat (struct stat *st, struct fio_stat *fst) |
|
static |
Definition at line 164 of file fileio.c.
Referenced by host_to_fileio_mode().
Definition at line 115 of file fileio.c.
Referenced by inf_child_fileio_open(), and linux_nat_fileio_open().
Definition at line 81 of file fileio.c.
References O_BINARY.
Referenced by inf_child_fileio_open(), and linux_nat_fileio_open().
Definition at line 28 of file fileio.c.
Referenced by inf_child_fileio_close(), inf_child_fileio_fstat(), inf_child_fileio_open(), inf_child_fileio_pread(), inf_child_fileio_pwrite(), inf_child_fileio_readlink(), inf_child_fileio_unlink(), linux_nat_fileio_open(), linux_nat_fileio_readlink(), linux_nat_fileio_unlink(), and remote_fileio_return_errno().
|
static |
Definition at line 208 of file fileio.c.
References fileio_mode_pack(), and host_to_bigendian().
Referenced by host_to_fileio_stat().
void host_to_fileio_stat | ( | struct stat * | st, |
struct fio_stat * | fst | ||
) |
Definition at line 224 of file fileio.c.
References host_to_fileio_mode(), host_to_fileio_time(), host_to_fileio_uint(), and host_to_fileio_ulong().
Referenced by remote_fileio_func_fstat(), and remote_fileio_func_stat().
|
static |
Definition at line 216 of file fileio.c.
References host_to_bigendian().
Referenced by host_to_fileio_stat().