#include <tamtypes.h>
#include <kernel.h>
#include <sifrpc.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/fcntl.h>
#include <sys/stat.h>
#include <ps2sdkapi.h>
#include <fileXio_rpc.h>
#include <errno.h>
Go to the source code of this file.
|
void | _ps2sdk_fileXio_init () |
|
void | _ps2sdk_fileXio_deinit () |
|
unsigned int __sbuff[0x1300] | __attribute__ ((aligned(64))) |
|
static void | _fxio_intr (void) |
|
static int | _lock (void) |
|
static int | _unlock (void) |
|
static void | fxio_ctl_intr (void *data_raw) |
|
|
int | _iop_reboot_count |
|
SifRpcClientData_t | __cd0 |
|
int | __fileXioInited |
|
int | __fileXioBlockMode |
|
int | __fileXioCompletionSema |
|
int | __lock_sema_id |
|
fileXio RPC client
Definition in file fileXio_rpc.c.
◆ NEWLIB_PORT_AWARE
#define NEWLIB_PORT_AWARE |
◆ _fxio_intr()
static void _fxio_intr |
( |
void | | ) |
|
|
inlinestatic |
◆ _lock()
static int _lock |
( |
void | | ) |
|
|
inlinestatic |
◆ _unlock()
static int _unlock |
( |
void | | ) |
|
|
inlinestatic |
◆ fxio_ctl_intr()
static void fxio_ctl_intr |
( |
void * | data_raw | ) |
|
|
inlinestatic |