|
iomanX_iop_device_t ** | iomanX_GetDeviceList (void) |
|
int | iomanX_open (const char *name, int flags,...) |
|
int | iomanX_close (int fd) |
|
int | iomanX_read (int fd, void *ptr, int size) |
|
int | iomanX_write (int fd, void *ptr, int size) |
|
int | iomanX_lseek (int fd, int offset, int mode) |
|
int | iomanX_ioctl (int fd, int cmd, void *param) |
|
int | iomanX_remove (const char *name) |
|
int | iomanX_mkdir (const char *path, int mode) |
|
int | iomanX_rmdir (const char *path) |
|
int | iomanX_dopen (const char *path) |
|
int | iomanX_dclose (int fd) |
|
int | iomanX_dread (int fd, iox_dirent_t *buf) |
|
int | iomanX_getstat (const char *name, iox_stat_t *stat) |
|
int | iomanX_chstat (const char *name, iox_stat_t *stat, unsigned int statmask) |
|
int | iomanX_format (const char *dev, const char *blockdev, void *arg, int arglen) |
|
int | iomanX_rename (const char *old, const char *new) |
|
int | iomanX_chdir (const char *name) |
|
int | iomanX_sync (const char *dev, int flag) |
|
int | iomanX_mount (const char *fsname, const char *devname, int flag, void *arg, int arglen) |
|
int | iomanX_umount (const char *fsname) |
|
s64 | iomanX_lseek64 (int fd, s64 offset, int whence) |
|
int | iomanX_devctl (const char *name, int cmd, void *arg, unsigned int arglen, void *buf, unsigned int buflen) |
|
int | iomanX_symlink (const char *old, const char *new) |
|
int | iomanX_readlink (const char *path, char *buf, unsigned int buflen) |
|
int | iomanX_ioctl2 (int fd, int cmd, void *arg, unsigned int arglen, void *buf, unsigned int buflen) |
|
int | iomanX_AddDrv (iomanX_iop_device_t *device) |
|
int | iomanX_DelDrv (const char *name) |
|
void | iomanX_StdioInit (int mode) |
|
Definitions and imports for iomanX.
Definition in file iomanX.h.