ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <libmc-common.h>
Data Fields | |
int | fd |
int | port |
int | slot |
int | size |
int | offset |
int | origin |
void * | buffer |
void * | param |
u8 | data [16] |
file descriptor related mc command used by: McInit, McClose, McSeek, McRead, McWrite, McGetinfo, McFormat, McFlush, McUnformat
Definition at line 78 of file libmc-common.h.
void* mcDescParam_t::buffer |
Definition at line 85 of file libmc-common.h.
Referenced by mcRead(), mcReadPage(), mcWrite(), and mcWritePage().
u8 mcDescParam_t::data[16] |
Definition at line 87 of file libmc-common.h.
Referenced by mcWrite(), and mcWritePage().
int mcDescParam_t::fd |
Definition at line 79 of file libmc-common.h.
Referenced by mcClose(), mcFlush(), mcRead(), mcReadPage(), mcSeek(), mcWrite(), and mcWritePage().
int mcDescParam_t::offset |
Definition at line 83 of file libmc-common.h.
Referenced by mcGetInfo(), mcInit(), and mcSeek().
int mcDescParam_t::origin |
Definition at line 84 of file libmc-common.h.
Referenced by mcGetInfo(), mcSeek(), and mcWrite().
void* mcDescParam_t::param |
Definition at line 86 of file libmc-common.h.
Referenced by mcGetInfo(), mcRead(), and mcReadPage().
int mcDescParam_t::port |
Definition at line 80 of file libmc-common.h.
Referenced by mcFormat(), mcGetInfo(), mcReadPage(), mcUnformat(), and mcWritePage().
int mcDescParam_t::size |
Definition at line 82 of file libmc-common.h.
Referenced by mcGetInfo(), mcRead(), and mcWrite().
int mcDescParam_t::slot |
Definition at line 81 of file libmc-common.h.
Referenced by mcFormat(), mcGetInfo(), mcReadPage(), mcUnformat(), and mcWritePage().