ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <dirent.h>
#include <inttypes.h>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | PS2_CLOCKS_PER_SEC (147456000 / 256) |
#define | PS2_CLOCKS_PER_MSEC (PS2_CLOCKS_PER_SEC / 1000) |
Typedefs | |
typedef uint64_t | ps2_clock_t |
typedef int64_t | off64_t |
Functions | |
ps2_clock_t | ps2_clock (void) |
void | _ps2sdk_timezone_update () |
off64_t | lseek64 (int fd, off64_t offset, int whence) |
Variables | |
int(* | _ps2sdk_close )(int) |
int(* | _ps2sdk_open )(const char *, int,...) |
int(* | _ps2sdk_read )(int, void *, int) |
int(* | _ps2sdk_lseek )(int, int, int) |
int64_t(* | _ps2sdk_lseek64 )(int, int64_t, int) |
int(* | _ps2sdk_write )(int, const void *, int) |
int(* | _ps2sdk_ioctl )(int, int, void *) |
int(* | _ps2sdk_remove )(const char *) |
int(* | _ps2sdk_rename )(const char *, const char *) |
int(* | _ps2sdk_mkdir )(const char *, int) |
int(* | _ps2sdk_rmdir )(const char *) |
int(* | _ps2sdk_stat )(const char *path, struct stat *buf) |
DIR *(* | _ps2sdk_opendir )(const char *path) |
struct dirent *(* | _ps2sdk_readdir )(DIR *dir) |
void(* | _ps2sdk_rewinddir )(DIR *dir) |
int(* | _ps2sdk_closedir )(DIR *dir) |
#define PS2_CLOCKS_PER_MSEC (PS2_CLOCKS_PER_SEC / 1000) |
Definition at line 39 of file ps2sdkapi.h.
#define PS2_CLOCKS_PER_SEC (147456000 / 256) |
Definition at line 38 of file ps2sdkapi.h.
typedef int64_t off64_t |
Definition at line 48 of file ps2sdkapi.h.
typedef uint64_t ps2_clock_t |
Definition at line 41 of file ps2sdkapi.h.
void _ps2sdk_timezone_update | ( | ) |
Definition at line 26 of file timezone.c.
References _ps2sdk_tzname, configGetTimezone(), and configIsDaylightSavingEnabled().
ps2_clock_t ps2_clock | ( | void | ) |
Referenced by _times(), and nanosleep().
|
extern |
Inter-library helpers
Definition at line 171 of file ps2sdkapi.c.
Referenced by _close(), and fileXioInit().
|
extern |
Definition at line 188 of file ps2sdkapi.c.
Referenced by closedir(), and fileXioInit().
|
extern |
Definition at line 177 of file ps2sdkapi.c.
Referenced by fileXioInit(), PS2KbdFlushBuffer(), PS2KbdResetKeymap(), PS2KbdSetAltmap(), PS2KbdSetBlockingMode(), PS2KbdSetCtrlmap(), PS2KbdSetKeymap(), PS2KbdSetLeds(), PS2KbdSetReadmode(), PS2KbdSetRepeatRate(), and PS2KbdSetSpecialmap().
|
extern |
Definition at line 174 of file ps2sdkapi.c.
Referenced by _lseek(), and fileXioInit().
|
extern |
Definition at line 175 of file ps2sdkapi.c.
Referenced by fileXioInit(), and lseek64().
|
extern |
Definition at line 180 of file ps2sdkapi.c.
Referenced by fileXioInit(), and mkdir().
|
extern |
Definition at line 172 of file ps2sdkapi.c.
Referenced by _open(), and fileXioInit().
|
extern |
Definition at line 185 of file ps2sdkapi.c.
Referenced by fileXioInit(), and opendir().
|
extern |
Definition at line 173 of file ps2sdkapi.c.
Referenced by _read(), and fileXioInit().
|
extern |
Definition at line 185 of file ps2sdkapi.c.
Referenced by fileXioInit(), and readdir().
|
extern |
Definition at line 178 of file ps2sdkapi.c.
Referenced by _unlink(), and fileXioInit().
|
extern |
Definition at line 179 of file ps2sdkapi.c.
Referenced by _link(), and fileXioInit().
|
extern |
Definition at line 187 of file ps2sdkapi.c.
Referenced by fileXioInit(), and rewinddir().
|
extern |
Definition at line 181 of file ps2sdkapi.c.
Referenced by fileXioInit(), and rmdir().
|
extern |
Definition at line 183 of file ps2sdkapi.c.
Referenced by _stat(), and fileXioInit().
|
extern |
Definition at line 176 of file ps2sdkapi.c.
Referenced by _write(), and fileXioInit().