NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
NANDCommandBlock Struct Reference

Description

Definition at line 94 of file nand.h.

Public Attributes

void * userData
 
NANDAsyncCallback callback
 
NANDFileInfoinfo
 
void * bytes
 
void * inodes
 
NANDStatusstatus
 
u32 ownerId
 
u16 groupId
 
u8 nextStage
 
u32 attr
 
u32 ownerPerm
 
u32 groupPerm
 
u32 otherPerm
 
u32 dirFileCount
 
char path [FS_MAX_PATH]
 
u32 * length
 
u32 * position
 
s32 state
 
void * buffer
 
u32 bufferSize
 
u8 * type
 
u32 uniqueNo
 
u32 reqBlocks
 
u32 reqInodes
 
u32 * answer
 
u32 homeBlocks
 
u32 homeInodes
 
u32 userBlocks
 
u32 userInodes
 
u32 workBlocks
 
u32 workInodes
 
const char ** dir
 

Member Data Documentation

◆ userData

void* NANDCommandBlock::userData

Definition at line 95 of file nand.h.

◆ callback

NANDAsyncCallback NANDCommandBlock::callback

Definition at line 96 of file nand.h.

◆ info

NANDFileInfo* NANDCommandBlock::info

Definition at line 97 of file nand.h.

◆ bytes

void* NANDCommandBlock::bytes

Definition at line 98 of file nand.h.

◆ inodes

void* NANDCommandBlock::inodes

Definition at line 99 of file nand.h.

◆ status

NANDStatus* NANDCommandBlock::status

Definition at line 100 of file nand.h.

◆ ownerId

u32 NANDCommandBlock::ownerId

Definition at line 101 of file nand.h.

◆ groupId

u16 NANDCommandBlock::groupId

Definition at line 102 of file nand.h.

◆ nextStage

u8 NANDCommandBlock::nextStage

Definition at line 103 of file nand.h.

◆ attr

u32 NANDCommandBlock::attr

Definition at line 104 of file nand.h.

◆ ownerPerm

u32 NANDCommandBlock::ownerPerm

Definition at line 105 of file nand.h.

◆ groupPerm

u32 NANDCommandBlock::groupPerm

Definition at line 106 of file nand.h.

◆ otherPerm

u32 NANDCommandBlock::otherPerm

Definition at line 107 of file nand.h.

◆ dirFileCount

u32 NANDCommandBlock::dirFileCount

Definition at line 108 of file nand.h.

◆ path

char NANDCommandBlock::path[FS_MAX_PATH]

Definition at line 109 of file nand.h.

◆ length

u32* NANDCommandBlock::length

Definition at line 110 of file nand.h.

◆ position

u32* NANDCommandBlock::position

Definition at line 111 of file nand.h.

◆ state

s32 NANDCommandBlock::state

Definition at line 112 of file nand.h.

◆ buffer

void* NANDCommandBlock::buffer

Definition at line 113 of file nand.h.

◆ bufferSize

u32 NANDCommandBlock::bufferSize

Definition at line 114 of file nand.h.

◆ type

u8* NANDCommandBlock::type

Definition at line 115 of file nand.h.

◆ uniqueNo

u32 NANDCommandBlock::uniqueNo

Definition at line 116 of file nand.h.

◆ reqBlocks

u32 NANDCommandBlock::reqBlocks

Definition at line 117 of file nand.h.

◆ reqInodes

u32 NANDCommandBlock::reqInodes

Definition at line 118 of file nand.h.

◆ answer

u32* NANDCommandBlock::answer

Definition at line 119 of file nand.h.

◆ homeBlocks

u32 NANDCommandBlock::homeBlocks

Definition at line 120 of file nand.h.

◆ homeInodes

u32 NANDCommandBlock::homeInodes

Definition at line 121 of file nand.h.

◆ userBlocks

u32 NANDCommandBlock::userBlocks

Definition at line 122 of file nand.h.

◆ userInodes

u32 NANDCommandBlock::userInodes

Definition at line 123 of file nand.h.

◆ workBlocks

u32 NANDCommandBlock::workBlocks

Definition at line 124 of file nand.h.

◆ workInodes

u32 NANDCommandBlock::workInodes

Definition at line 125 of file nand.h.

◆ dir

const char** NANDCommandBlock::dir

Definition at line 126 of file nand.h.