GDBserver
|
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 |
int fileio_to_host_mode | ( | int | fileio_mode, |
mode_t * | mode_p | ||
) |
int fileio_to_host_openflags | ( | int | fileio_open_flags, |
int * | open_flags_p | ||
) |
Definition at line 81 of file fileio.c.
Referenced by handle_open().
int host_to_fileio_error | ( | int | error | ) |
Definition at line 28 of file fileio.c.
Referenced by hostio_last_error_from_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 handle_fstat().
|
static |
Definition at line 216 of file fileio.c.
References host_to_bigendian().
Referenced by host_to_fileio_stat().