|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <tamtypes.h>
Include dependency graph for libsecr-common.h:Go to the source code of this file.
Data Structures | |
| struct | SecrBitBlockData_t |
| struct | SecrBitTableHeader_t |
| struct | SecrBitTable_t |
| struct | SecrKELFHeader_t |
Functions | |
| int | SecrCardBootHeader (int port, int slot, void *buffer, SecrBitTable_t *BitTable, s32 *pSize) |
| int | SecrCardBootBlock (void *src, void *dst, unsigned int size) |
| void * | SecrCardBootFile (int port, int slot, void *buffer) |
| int | SecrDiskBootHeader (void *buffer, SecrBitTable_t *BitTable, s32 *pSize) |
| int | SecrDiskBootBlock (void *src, void *dst, unsigned int size) |
| void * | SecrDiskBootFile (void *buffer) |
| int | SecrDownloadHeader (int port, int slot, void *buffer, SecrBitTable_t *BitTable, s32 *pSize) |
| int | SecrDownloadBlock (void *src, unsigned int size) |
| void * | SecrDownloadFile (int port, int slot, void *buffer) |
| int | SecrDownloadGetKbit (int port, int slot, void *kbit) |
| int | SecrDownloadGetKc (int port, int slot, void *kbit) |
| int | SecrDownloadGetICVPS2 (void *icvps2) |
Definitions and imports for secrman module.
Definition in file libsecr-common.h.
| int SecrCardBootBlock | ( | void * | src, |
| void * | dst, | ||
| unsigned int | size | ||
| ) |
| void* SecrCardBootFile | ( | int | port, |
| int | slot, | ||
| void * | buffer | ||
| ) |
| int SecrCardBootHeader | ( | int | port, |
| int | slot, | ||
| void * | buffer, | ||
| SecrBitTable_t * | BitTable, | ||
| s32 * | pSize | ||
| ) |
| int SecrDiskBootBlock | ( | void * | src, |
| void * | dst, | ||
| unsigned int | size | ||
| ) |
| void* SecrDiskBootFile | ( | void * | buffer | ) |
| int SecrDiskBootHeader | ( | void * | buffer, |
| SecrBitTable_t * | BitTable, | ||
| s32 * | pSize | ||
| ) |
| int SecrDownloadBlock | ( | void * | src, |
| unsigned int | size | ||
| ) |
| void* SecrDownloadFile | ( | int | port, |
| int | slot, | ||
| void * | buffer | ||
| ) |
| int SecrDownloadGetICVPS2 | ( | void * | icvps2 | ) |
| int SecrDownloadGetKbit | ( | int | port, |
| int | slot, | ||
| void * | kbit | ||
| ) |
| int SecrDownloadGetKc | ( | int | port, |
| int | slot, | ||
| void * | kbit | ||
| ) |
| int SecrDownloadHeader | ( | int | port, |
| int | slot, | ||
| void * | buffer, | ||
| SecrBitTable_t * | BitTable, | ||
| s32 * | pSize | ||
| ) |