GDBserver
|
Go to the source code of this file.
Functions | |
int | host_to_fileio_error (int error) |
int | fileio_to_host_openflags (int fflags, int *flags) |
int | fileio_to_host_mode (int fmode, mode_t *mode) |
static void | host_to_bigendian (LONGEST num, char *buf, int bytes) |
static void | host_to_fileio_uint (long num, fio_uint_t fnum) |
static void | host_to_fileio_time (time_t num, fio_time_t fnum) |
void | host_to_fileio_stat (struct stat *st, struct fio_stat *fst) |
int fileio_to_host_mode | ( | int | fmode, |
mode_t * | mode | ||
) |
int fileio_to_host_openflags | ( | int | fflags, |
int * | flags | ||
) |
Definition at line 81 of file fileio.c.
Referenced by handle_open().
|
inlinestatic |
Definition at line 45 of file fileio.h.
Referenced by host_to_fileio_mode(), host_to_fileio_time(), host_to_fileio_uint(), and host_to_fileio_ulong().
int host_to_fileio_error | ( | int | error | ) |
Definition at line 28 of file fileio.c.
Referenced by hostio_last_error_from_errno().
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().
|
inlinestatic |
Definition at line 64 of file fileio.h.
References host_to_bigendian().
Referenced by host_to_fileio_stat().
|
inlinestatic |
Definition at line 56 of file fileio.h.
References host_to_bigendian().
Referenced by host_to_fileio_stat().