Lines Matching refs:nn

33 namespace nn {
113 nn::Result Initialize();
114nn::Result OpenFile( nn::Handle* pOut, nn::fs::Transaction transaction, bit64 archiveHandle, bit32…
115nn::Result OpenFileDirectly( nn::Handle* pOut, nn::fs::Transaction transaction, bit32 archiveType,…
116nn::Result DeleteFile( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, const…
117nn::Result RenameFile( nn::fs::Transaction transaction, bit64 currentArchiveHandle, bit32 currentP…
118nn::Result DeleteDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, …
119nn::Result DeleteDirectoryRecursively( nn::fs::Transaction transaction, bit64 archiveHandle, bit32…
120nn::Result CreateDirectory( nn::fs::Transaction transaction, bit64 archiveHandle, bit32 pathType, …
121nn::Result RenameDirectory( nn::fs::Transaction transaction, bit64 currentArchiveHandle, bit32 cur…
122nn::Result OpenDirectory( nn::Handle* pOut, bit64 archiveHandle, bit32 pathType, const bit8 path[]…
123nn::Result OpenArchive( bit64* archiveHandle, bit32 archiveType, bit32 pathType, const bit8 path[]…
124nn::Result ControlArchive( bit64 archiveHandle, bit32 pathType, const bit8 path[], size_t pathLeng…
125 nn::Result CloseArchive( bit64 archiveHandle );
126nn::Result FormatSaveData( u32 sizeBlock, u32 countDirectoryEntry, u32 countFileEntry, u32 countDi…
127 nn::Result GetFreeBytes( s64* freeBytes, bit64 archiveHandle );
128 nn::Result SetNandFatalError();
129 nn::Result EnableNotificationNandFatalError();
130 nn::Result DisableNotificationNandFatalError();
131 nn::Result ActivateCardDevice();
132 nn::Result DeactivateCardDevice();
133 nn::Result GetCardType( nn::fs::CardType* pOut );
134 nn::Result ActivateSdmcDevice();
135 nn::Result DeactivateSdmcDevice();
136 nn::Result GetSdmcArchiveResource( nn::fs::ArchiveResource* pOut );
137 nn::Result GetNandArchiveResource( nn::fs::ArchiveResource* pOut );
138 nn::Result GetSdmcFatfsError( s32* pOut );
139 nn::Result IsSdmcDetected( bool* pOut );
140 nn::Result IsSdmcWritable( bool* pOut );
141 nn::Result GetSdmcCid( void* pBuffer, size_t size );
142 nn::Result GetNandCid( void* pBuffer, size_t size );
143 nn::Result GetSdmcSpeedInfo( nn::fs::SdmcSpeedInfo* pOut );
144 nn::Result GetNandSpeedInfo( nn::fs::NandSpeedInfo* pOut );
145 nn::Result GetSdmcLog( void* pBuffer, size_t size );
146 nn::Result GetNandLog( void* pBuffer, size_t size );
147 nn::Result ClearSdmcLog();
148 nn::Result ClearNandLog();
149 nn::Result CardSlotIsInserted( bool* pOut );
150 nn::Result CardSlotPowerOn( u8* pOut );
151 nn::Result CardSlotPowerOff( u8* pOut );
152 nn::Result CardSlotGetCardIFPowerStatus( u8* pOut );
153 nn::Result CardNorDirectCommand( u8 command );
154 nn::Result CardNorDirectCommandWithAddress( u8 command, u32 address );
155 nn::Result CardNorDirectRead( u8 command, u32 pBuffer[], size_t size );
156nn::Result CardNorDirectReadWithAddress( u8 command, u32 address, u32 pBuffer[], size_t size );
157 nn::Result CardNorDirectWrite( u8 command, const u32 pBuffer[], size_t size );
158nn::Result CardNorDirectWriteWithAddress( u8 command, u32 address, const u32 pBuffer[], size_t siz…
159 nn::Result CardNorDirectRead_4xIO( u8 command, u32 address, u32 pBuffer[], size_t size );
160nn::Result CardNorDirectCpuWriteWithoutVerify( const u32 pBuffer[], u32 address, size_t size );
161 nn::Result CardNorDirectSectorEraseWithoutVerify( u32 address );
162 nn::Result GetProductInfo( nn::ProductInfo* pOut, bit32 processId );
163 nn::Result GetProgramLaunchInfo( nn::fs::ProgramLaunchInfo* pOut, bit32 processId );
164nn::Result FormatExtSaveData( nn::fs::MediaType mediaType, bit64 extSaveDataId, const void* pBuffe…
165nn::Result FormatSharedExtSaveData( nn::fs::MediaType mediaType, bit64 extSaveDataId, u32 entryDir…
166nn::Result ReadExtSaveDataIcon( s32* pOut, nn::fs::MediaType mediaType, bit64 extSaveDataId, void*…
167nn::Result EnumerateExtSaveData( s32* pNumId, bit64 pStorageId[], size_t numBuffer, nn::fs::MediaT…
168nn::Result EnumerateSharedExtSaveData( s32* pNumId, bit64 pStorageId[], size_t numBuffer, nn::fs::…
169 nn::Result DeleteExtSaveData( nn::fs::MediaType mediaType, bit64 extSaveDataId );
170 nn::Result DeleteSharedExtSaveData( nn::fs::MediaType mediaType, bit32 extSaveDataId );
171 nn::Result SetCardSpiBaudRate( nn::fs::CardSpiBaudRate baudRate );
172 nn::Result SetCardSpiBusMode( nn::fs::CardSpiBusMode busMode );