|
int | fsysUnmount (void) |
|
static char ps2netfs_send_packet[PACKET_MAXSIZE] | __attribute__ ((aligned(16))) |
|
static void | fdh_setup () |
|
static int | fdh_getfd (int devtype, int fd) |
|
static void | fdh_freefd (int fd) |
|
static int | convmode_to_iomanx (int stat) |
|
static int | convmode_from_iomanx (int stat) |
|
int | ps2netfs_close_socket (void) |
|
void | ps2netfs_close_fsys (void) |
|
static int | ps2netfs_lwip_send (int sock, void *buf, int len, int flag) |
|
int | ps2netfs_recv_bytes (int sock, char *buf, int bytes) |
|
int | ps2netfs_accept_pktunknown (int sock, char *buf) |
|
static int | ps2netfs_op_info (char *buf, int len) |
|
static int | ps2netfs_op_fstype (char *buf, int len) |
|
static int | ps2netfs_op_devlist (char *buf, int len) |
|
static int | ps2netfs_op_open (char *buf, int len) |
|
static int | ps2netfs_op_close (char *buf, int len) |
|
static int | ps2netfs_op_read (char *buf, int len) |
|
static int | ps2netfs_op_write (char *buf, int len) |
|
static int | ps2netfs_op_lseek (char *buf, int len) |
|
static int | ps2netfs_op_ioctl (char *buf, int len) |
|
static int | ps2netfs_op_remove (char *buf, int len) |
|
static int | ps2netfs_op_mkdir (char *buf, int len) |
|
static int | ps2netfs_op_rmdir (char *buf, int len) |
|
static int | ps2netfs_op_dopen (char *buf, int len) |
|
static int | ps2netfs_op_dclose (char *buf, int len) |
|
static int | ps2netfs_op_dread (char *buf, int len) |
|
static int | ps2netfs_op_getstat (char *buf, int len) |
|
static int | ps2netfs_op_chstat (char *buf, int len) |
|
static int | ps2netfs_op_format (char *buf, int len) |
|
static int | ps2netfs_op_rename (char *buf, int len) |
|
static int | ps2netfs_op_chdir (char *buf, int len) |
|
static int | ps2netfs_op_sync (char *buf, int len) |
|
static int | ps2netfs_op_mount (char *buf, int len) |
|
static int | ps2netfs_op_umount (char *buf, int len) |
|
static int | ps2netfs_op_lseek64 (char *buf, int len) |
|
static int | ps2netfs_op_devctl (char *buf, int len) |
|
static int | ps2netfs_op_symlink (char *buf, int len) |
|
static int | ps2netfs_op_readlink (char *buf, int len) |
|
static int | ps2netfs_op_ioctl2 (char *buf, int len) |
|
static void | ps2netfs_Listener (int sock) |
|
int | ps2netfs_serv (void *argv) |
|
int | ps2netfs_Init (void) |
|
int | ps2fs_Destroy (void) |
|
iop tcp fs driver.
Definition in file ps2_fio.c.