wut
v1.7.0
Wii U Toolchain
|
Data Structures | |
struct | IOSVec |
Typedefs | |
typedef struct IOSVec | IOSVec |
typedef int32_t | IOSHandle |
typedef enum IOSOpenMode | IOSOpenMode |
typedef enum IOSError | IOSError |
typedef void(* | IOSAsyncCallbackFn) (IOSError, void *) |
Functions | |
IOSError | IOS_Open (const char *device, IOSOpenMode mode) |
IOSError | IOS_OpenAsync (const char *device, IOSOpenMode mode, IOSAsyncCallbackFn callback, void *context) |
IOSError | IOS_Close (IOSHandle handle) |
IOSError | IOS_CloseAsync (IOSHandle handle, IOSAsyncCallbackFn callback, void *context) |
IOSError | IOS_Ioctl (IOSHandle handle, uint32_t request, void *inBuf, uint32_t inLen, void *outBuf, uint32_t outLen) |
IOSError | IOS_IoctlAsync (IOSHandle handle, uint32_t request, void *inBuf, uint32_t inLen, void *outBuf, uint32_t outLen, IOSAsyncCallbackFn callback, void *context) |
IOSError | IOS_Ioctlv (IOSHandle handle, uint32_t request, uint32_t vecIn, uint32_t vecOut, IOSVec *vec) |
IOSError | IOS_IoctlvAsync (IOSHandle handle, uint32_t request, uint32_t vecIn, uint32_t vecOut, IOSVec *vec, IOSAsyncCallbackFn callback, void *context) |
struct IOSVec |
typedef enum IOSOpenMode IOSOpenMode |
enum IOSOpenMode |
enum IOSError |
IOSError IOS_Open | ( | const char * | device, |
IOSOpenMode | mode | ||
) |
IOSError IOS_OpenAsync | ( | const char * | device, |
IOSOpenMode | mode, | ||
IOSAsyncCallbackFn | callback, | ||
void * | context | ||
) |
IOSError IOS_CloseAsync | ( | IOSHandle | handle, |
IOSAsyncCallbackFn | callback, | ||
void * | context | ||
) |
IOSError IOS_Ioctl | ( | IOSHandle | handle, |
uint32_t | request, | ||
void * | inBuf, | ||
uint32_t | inLen, | ||
void * | outBuf, | ||
uint32_t | outLen | ||
) |
IOSError IOS_IoctlAsync | ( | IOSHandle | handle, |
uint32_t | request, | ||
void * | inBuf, | ||
uint32_t | inLen, | ||
void * | outBuf, | ||
uint32_t | outLen, | ||
IOSAsyncCallbackFn | callback, | ||
void * | context | ||
) |
IOSError IOS_Ioctlv | ( | IOSHandle | handle, |
uint32_t | request, | ||
uint32_t | vecIn, | ||
uint32_t | vecOut, | ||
IOSVec * | vec | ||
) |
IOSError IOS_IoctlvAsync | ( | IOSHandle | handle, |
uint32_t | request, | ||
uint32_t | vecIn, | ||
uint32_t | vecOut, | ||
IOSVec * | vec, | ||
IOSAsyncCallbackFn | callback, | ||
void * | context | ||
) |