|
int(* | init )(iop_device_t *) |
|
int(* | deinit )(iop_device_t *) |
|
int(* | format )(iop_file_t *) |
|
int(* | open )(iop_file_t *, const char *, int) |
|
int(* | close )(iop_file_t *) |
|
int(* | read )(iop_file_t *, void *, int) |
|
int(* | write )(iop_file_t *, void *, int) |
|
int(* | lseek )(iop_file_t *, int, int) |
|
int(* | ioctl )(iop_file_t *, int, void *) |
|
int(* | remove )(iop_file_t *, const char *) |
|
int(* | mkdir )(iop_file_t *, const char *) |
|
int(* | rmdir )(iop_file_t *, const char *) |
|
int(* | dopen )(iop_file_t *, const char *) |
|
int(* | dclose )(iop_file_t *) |
|
int(* | dread )(iop_file_t *, io_dirent_t *) |
|
int(* | getstat )(iop_file_t *, const char *, io_stat_t *) |
|
int(* | chstat )(iop_file_t *, const char *, io_stat_t *, unsigned int) |
|
Definition at line 73 of file ioman.h.
◆ init
◆ deinit
◆ format
◆ open
int(* _iop_device_ops::open) (iop_file_t *, const char *, int) |
◆ close
◆ read
int(* _iop_device_ops::read) (iop_file_t *, void *, int) |
◆ write
int(* _iop_device_ops::write) (iop_file_t *, void *, int) |
◆ lseek
int(* _iop_device_ops::lseek) (iop_file_t *, int, int) |
◆ ioctl
int(* _iop_device_ops::ioctl) (iop_file_t *, int, void *) |
◆ remove
int(* _iop_device_ops::remove) (iop_file_t *, const char *) |
◆ mkdir
int(* _iop_device_ops::mkdir) (iop_file_t *, const char *) |
◆ rmdir
int(* _iop_device_ops::rmdir) (iop_file_t *, const char *) |
◆ dopen
int(* _iop_device_ops::dopen) (iop_file_t *, const char *) |
◆ dclose
◆ dread
◆ getstat
◆ chstat
The documentation for this struct was generated from the following file: