|
|
| IRX_ID (MODNAME, 1, 1) |
| |
|
int | ttyMount (void) |
| |
| int | naplinkRpcInit (void) |
| |
| char * | fd_name (char *buffer, const char *name) |
| |
| int | fd_save (int fd, iop_io_file_t *f) |
| |
| int | realfd (iop_io_file_t *f) |
| |
| int | fd_open (iop_io_file_t *f, const char *name, int mode) |
| |
| int | fd_close (iop_io_file_t *f) |
| |
| int | fd_read (iop_io_file_t *f, void *buffer, int size) |
| |
| int | fd_write (iop_io_file_t *fd, void *buffer, int size) |
| |
| int | fd_lseek (iop_io_file_t *fd, int offset, int whence) |
| |
|
| IOMAN_RETURN_VALUE_IMPL (0) |
| |
|
| IOMAN_RETURN_VALUE_IMPL (EIO) |
| |
| int | _start (int argc, char *argv[]) |
| |
IOP filesystem driver v1.0 This redirects an iomanx device (eg a pfs mount point) the ioman device called 'host' it also installs a naplink RPC driver. This basically sets up ready to run programs as though they were run from naplink or pukklink, regarding host and naplink printf.
Definition in file fakehost.c.