|
int(* | IoInit )(PspIoDrvArg *arg) |
|
int(* | IoExit )(PspIoDrvArg *arg) |
|
int(* | IoOpen )(PspIoDrvFileArg *arg, char *file, int flags, SceMode mode) |
|
int(* | IoClose )(PspIoDrvFileArg *arg) |
|
int(* | IoRead )(PspIoDrvFileArg *arg, char *data, int len) |
|
int(* | IoWrite )(PspIoDrvFileArg *arg, const char *data, int len) |
|
SceOff(* | IoLseek )(PspIoDrvFileArg *arg, SceOff ofs, int whence) |
|
int(* | IoIoctl )(PspIoDrvFileArg *arg, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen) |
|
int(* | IoRemove )(PspIoDrvFileArg *arg, const char *name) |
|
int(* | IoMkdir )(PspIoDrvFileArg *arg, const char *name, SceMode mode) |
|
int(* | IoRmdir )(PspIoDrvFileArg *arg, const char *name) |
|
int(* | IoDopen )(PspIoDrvFileArg *arg, const char *dirname) |
|
int(* | IoDclose )(PspIoDrvFileArg *arg) |
|
int(* | IoDread )(PspIoDrvFileArg *arg, SceIoDirent *dir) |
|
int(* | IoGetstat )(PspIoDrvFileArg *arg, const char *file, SceIoStat *stat) |
|
int(* | IoChstat )(PspIoDrvFileArg *arg, const char *file, SceIoStat *stat, int bits) |
|
int(* | IoRename )(PspIoDrvFileArg *arg, const char *oldname, const char *newname) |
|
int(* | IoChdir )(PspIoDrvFileArg *arg, const char *dir) |
|
int(* | IoMount )(PspIoDrvFileArg *arg) |
|
int(* | IoUmount )(PspIoDrvFileArg *arg) |
|
int(* | IoDevctl )(PspIoDrvFileArg *arg, const char *devname, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen) |
|
int(* | IoUnk21 )(PspIoDrvFileArg *arg) |
|
Structure to maintain the file driver pointers.