Editing VSH Exports

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 75: Line 75:
| 0x617EEC02 || cellHttpClientDeleteHeader || int cellHttpClientDeleteHeader(CellHttpClientId clientId, const char *name)
| 0x617EEC02 || cellHttpClientDeleteHeader || int cellHttpClientDeleteHeader(CellHttpClientId clientId, const char *name)
|-
|-
| 0x0D9C65BE || cellHttpClientGetAllHeaders || int cellHttpClientGetAllHeaders(CellHttpClientId clientId, CellHttpHeader **headers, size_t *items, void *pool, size_t poolSize, size_t *required)
| 0xD9C65BE || cellHttpClientGetAllHeaders || int cellHttpClientGetAllHeaders(CellHttpClientId clientId, CellHttpHeader **headers, size_t *items, void *pool, size_t poolSize, size_t *required)
|-
|-
| 0xFCE39343 || cellHttpClientGetAuthenticationCacheStatus || int cellHttpClientGetAuthenticationCacheStatus(CellHttpClientId clientId, bool *enable)
| 0xFCE39343 || cellHttpClientGetAuthenticationCacheStatus || int cellHttpClientGetAuthenticationCacheStatus(CellHttpClientId clientId, bool *enable)
Line 119: Line 119:
| 0xCCF57336 || cellHttpClientGetSslVersion ||
| 0xCCF57336 || cellHttpClientGetSslVersion ||
|-
|-
| 0x070F1020 || cellHttpClientGetTotalPoolSize || int cellHttpClientGetTotalPoolSize(CellHttpClientId clientId, size_t *poolSize)
| 0x70F1020 || cellHttpClientGetTotalPoolSize || int cellHttpClientGetTotalPoolSize(CellHttpClientId clientId, size_t *poolSize)
|-
|-
| 0xEE05B0C1 || cellHttpClientGetUserAgent || int cellHttpClientGetUserAgent(CellHttpClientId clientId, char *userAgent, size_t size, size_t *required)
| 0xEE05B0C1 || cellHttpClientGetUserAgent || int cellHttpClientGetUserAgent(CellHttpClientId clientId, char *userAgent, size_t size, size_t *required)
Line 134: Line 134:
|-
|-
| 0x211D8BA3 || cellHttpClientSetAutoRedirect || int cellHttpClientSetAutoRedirect(CellHttpClientId clientId, bool enable)
| 0x211D8BA3 || cellHttpClientSetAutoRedirect || int cellHttpClientSetAutoRedirect(CellHttpClientId clientId, bool enable)
|-
| 0x88F79869 || cellHttpClientSetCacheStatus ||
|-
|-
| 0xD7471088 || cellHttpClientSetConnTimeout || int cellHttpClientSetConnTimeout(CellHttpClientId clientId, int64_t usec)
| 0xD7471088 || cellHttpClientSetConnTimeout || int cellHttpClientSetConnTimeout(CellHttpClientId clientId, int64_t usec)
Line 203: Line 201:
| 0x6C1FFE4E || cellHttpCookieImport ||
| 0x6C1FFE4E || cellHttpCookieImport ||
|-
|-
| 0x0D846D63 || cellHttpCookieImportWithClientId || int cellHttpCookieImportWithClientId(const void *buffer, size_t size, CellHttpClientId clientId)
| 0xD846D63 || cellHttpCookieImportWithClientId || int cellHttpCookieImportWithClientId(const void *buffer, size_t size, CellHttpClientId clientId)
|-
|-
| 0x4E4EE53A || cellHttpCreateClient || int cellHttpCreateClient(CellHttpClientId *clientId)
| 0x4E4EE53A || cellHttpCreateClient || int cellHttpCreateClient(CellHttpClientId *clientId)
|-
|-
| 0x052A80D9 || cellHttpCreateTransaction || int cellHttpCreateTransaction(CellHttpTransId *transId, CellHttpClientId clientId, const char *method, const CellHttpUri *uri)
| 0x52A80D9 || cellHttpCreateTransaction || int cellHttpCreateTransaction(CellHttpTransId *transId, CellHttpClientId clientId, const char *method, const CellHttpUri *uri)
|-
|-
| 0x980855AC || cellHttpDestroyClient || int cellHttpDestroyClient(CellHttpClientId clientId)
| 0x980855AC || cellHttpDestroyClient || int cellHttpDestroyClient(CellHttpClientId clientId)
Line 214: Line 212:
|-
|-
| 0xD276FF1F || cellHttpEnd || int cellHttpEnd(void)
| 0xD276FF1F || cellHttpEnd || int cellHttpEnd(void)
|-
| 0xA39FE9DC || cellHttpEndCache ||
|-
|-
| 0x61B2BADE || cellHttpEndCookie || int cellHttpEndCookie(void)
| 0x61B2BADE || cellHttpEndCookie || int cellHttpEndCookie(void)
|-
| 0xD632A727 || cellHttpEndExternalCache ||
|-
| 0x1AC58D11 || cellHttpFlushCache ||
|-
| 0x8DC2D51D || cellHttpFlushExternalCache ||
|-
| 0xC6771F43 || cellHttpGetCacheInfo ||
|-
| 0x8BEDEFA8 || cellHttpGetCookie ||
|-
| 0xE95BFC2C || cellHttpGetMemoryInfo ||
|-
|-
| 0x2A87603A || cellHttpGetProxy || int cellHttpGetProxy(CellHttpUri *proxy, void *pool, size_t poolSize, size_t *required)
| 0x2A87603A || cellHttpGetProxy || int cellHttpGetProxy(CellHttpUri *proxy, void *pool, size_t poolSize, size_t *required)
|-
|-
| 0x250C386C || cellHttpInit || int cellHttpInit(void *pool, size_t poolSize)
| 0x250C386C || cellHttpInit || int cellHttpInit(void *pool, size_t poolSize)
|-
| 0xB4FA3111 || cellHttpInitCache ||
|-
|-
| 0x9638F766 || cellHttpInitCookie || int cellHttpInitCookie(void *pool, size_t poolSize)
| 0x9638F766 || cellHttpInitCookie || int cellHttpInitCookie(void *pool, size_t poolSize)
|-
| 0x009E4B77 || cellHttpInitExternalCache ||
|-
|-
| 0x61C90691 || cellHttpRecvResponse || int cellHttpRecvResponse(CellHttpTransId transId, void *buf, size_t size, size_t *recvd)
| 0x61C90691 || cellHttpRecvResponse || int cellHttpRecvResponse(CellHttpTransId transId, void *buf, size_t size, size_t *recvd)
Line 253: Line 233:
| 0x958323CF || cellHttpRequestGetContentLength || int cellHttpRequestGetContentLength(CellHttpTransId transId, uint64_t *totalSize)
| 0x958323CF || cellHttpRequestGetContentLength || int cellHttpRequestGetContentLength(CellHttpTransId transId, uint64_t *totalSize)
|-
|-
| 0x0B9FEA5F || cellHttpRequestGetHeader || int cellHttpRequestGetHeader(CellHttpTransId transId, CellHttpHeader *header, const char *name, void *pool, size_t poolSize, size_t *required)
| 0xB9FEA5F || cellHttpRequestGetHeader || int cellHttpRequestGetHeader(CellHttpTransId transId, CellHttpHeader *header, const char *name, void *pool, size_t poolSize, size_t *required)
|-
|-
| 0x8E3F7EE1 || cellHttpRequestSetChunkedTransferStatus || int cellHttpRequestSetChunkedTransferStatus(CellHttpTransId transId, bool enable)
| 0x8E3F7EE1 || cellHttpRequestSetChunkedTransferStatus || int cellHttpRequestSetChunkedTransferStatus(CellHttpTransId transId, bool enable)
Line 275: Line 255:
| 0xAD6A2E5B || cellHttpSessionCookieFlush || int cellHttpSessionCookieFlush(CellHttpClientId clientId)
| 0xAD6A2E5B || cellHttpSessionCookieFlush || int cellHttpSessionCookieFlush(CellHttpClientId clientId)
|-
|-
| 0x0D896B97 || cellHttpSetProxy || int cellHttpSetProxy(const CellHttpUri *proxy)
| 0xD896B97 || cellHttpSetProxy || int cellHttpSetProxy(const CellHttpUri *proxy)
|-
|-
| 0x2D52848B || cellHttpTransactionAbortConnection || int cellHttpTransactionAbortConnection(CellHttpTransId transId)
| 0x2D52848B || cellHttpTransactionAbortConnection || int cellHttpTransactionAbortConnection(CellHttpTransId transId)
Line 295: Line 275:
| 0xAD1C6F02 || cellHttpTransactionGetSslVersion || int cellHttpTransactionGetSslVersion(CellHttpTransId transId, int32_t *version)
| 0xAD1C6F02 || cellHttpTransactionGetSslVersion || int cellHttpTransactionGetSslVersion(CellHttpTransId transId, int32_t *version)
|-
|-
| 0x0EF17399 || cellHttpTransactionGetUri || int cellHttpTransactionGetUri(CellHttpTransId transId, CellHttpUri *uri, void *pool, size_t poolSize, size_t *required)
| 0xEF17399 || cellHttpTransactionGetUri || int cellHttpTransactionGetUri(CellHttpTransId transId, CellHttpUri *uri, void *pool, size_t poolSize, size_t *required)
|-
|-
| 0xD47CC666 || cellHttpTransactionReleaseConnection || int cellHttpTransactionReleaseConnection(CellHttpTransId transId, int *sid)
| 0xD47CC666 || cellHttpTransactionReleaseConnection || int cellHttpTransactionReleaseConnection(CellHttpTransId transId, int *sid)
|-
| 0x5C8AE162 || cellHttpTransactionSetUri ||
|-
|-
| 0xE6D4202F || cellHttpsEnd || int cellHttpsEnd(void)
| 0xE6D4202F || cellHttpsEnd || int cellHttpsEnd(void)
Line 494: Line 472:
|-
|-
| 0x9ADAE986 || SSLCERT_NAME_get_entry_count ||  
| 0x9ADAE986 || SSLCERT_NAME_get_entry_count ||  
|-
| 0x62236E88 || SSLCERT_NAME_hash ||
|-
|-
| 0xF0B47A17 || SSLCERT_NAME_oneline ||  
| 0xF0B47A17 || SSLCERT_NAME_oneline ||  
Line 636: Line 612:
|-
|-
| 0x1650AEA4 || cellSslEnd || int cellSslEnd(void)
| 0x1650AEA4 || cellSslEnd || int cellSslEnd(void)
|-
| 0x33CB6159 || cellSslGetMemoryInfo ||
|-
|-
| 0xFB02C9D2 || cellSslInit || int cellSslInit(void *pool, size_t poolSize)
| 0xFB02C9D2 || cellSslInit || int cellSslInit(void *pool, size_t poolSize)
Line 645: Line 619:
{| class="wikitable sortable"
{| class="wikitable sortable"
! Export NID !! Notes !! Usage
! Export NID !! Notes !! Usage
|-
| 0x3F6BE9B8
|| mmsFree
||
|-
| 0x4F630AAA
|| x3_mms_db_config
||
|-
| 0x560EAE73
|| _mmsDateUtilStringToDbDate
||
|-
| 0x5D5D98B7
|| mmsRealloc
||
|-
| 0x78EAC14F
|| mmsMemalign
||
|-
| 0x7C9080BE
|| _mmsDateUtilDbDateToTm
||
|-
| 0x7D4FA3FF
|| mmsAlloc
||
|-
| 0xF2362433
|| _mmsDateUtilTmToDbDate
||
  |-
  |-
  | 0x8EC9A2A7  
  | 0x8EC9A2A7  
Line 1,255: Line 1,197:
{| class="wikitable sortable"
{| class="wikitable sortable"
! Export NID !! Notes !! Usage
! Export NID !! Notes !! Usage
|-
| 0x3A5CB886 || sceNetCtlGetEtherInfoVsh ||
|-
| 0xC67D3DB3 || sceNetConfigFreeThreadinfo ||
|-
|-
| 0x38479255 || sceNetApCtlConnectVsh ||  
| 0x38479255 || sceNetApCtlConnectVsh ||  
Line 1,285: Line 1,223:
|-
|-
| 0x5AB91391 || sceNetCtlDisconnectVsh ||  
| 0x5AB91391 || sceNetCtlDisconnectVsh ||  
|-
| 0x3A5CB886 || sceNetCtlGetEtherInfoVsh ||
|-
|-
| 0x9A528B81 || sceNetCtlGetInfoVsh ||  
| 0x9A528B81 || sceNetCtlGetInfoVsh ||  
Line 1,523: Line 1,459:
|-
|-
| 0xB9502D8B || _ZN3paf10PhMenuListC1EPNS_8PhWidgetEPNS_8PhAppearE || paf::PhMenuList::PhMenuList(paf::PhWidget *, paf::PhAppear *)
| 0xB9502D8B || _ZN3paf10PhMenuListC1EPNS_8PhWidgetEPNS_8PhAppearE || paf::PhMenuList::PhMenuList(paf::PhWidget *, paf::PhAppear *)
|-
| 0xE36C18F5 || _ZN3paf10PhPlaneDiv10WidgetTypeEv || paf::PhPlaneDiv::WidgetType(void)
|-
|-
| 0xE801C345 || _ZN3paf10PhProgress10WidgetTypeEv || paf::PhProgress::WidgetType(void)
| 0xE801C345 || _ZN3paf10PhProgress10WidgetTypeEv || paf::PhProgress::WidgetType(void)
Line 2,700: Line 2,634:
| 0xF21655F3 || finds a loaded plugin || uint32_t paf::View::Find(const char* plugin) Example: uint32_t paf::View::Find("system_plugin")
| 0xF21655F3 || finds a loaded plugin || uint32_t paf::View::Find(const char* plugin) Example: uint32_t paf::View::Find("system_plugin")
|-
|-
| 0xCF068D31 || load (optional on memcontainer) and start sprx || void paf_CF068D31(this module, const char* path, int /*ignored*/, int /*0*/, (optional) const sys_memory_container_t *mem_container)
| 0xCF068D31 || load (optional on memcontainer) and start sprx || void paf_CF068D31(int32_t* prx_struct, const char* path, int /*ignored*/, int /*0*/, (optional) const sys_memory_container_t *mem_container)
|-
| 0x2F5CEE6D || stop and unload sprx || void paf_2F5CEE6D(int32_t* prx_struct)
|-
|-
| 0x546B3D02 || returns "PhWidget" || const char* paf_546B3D02()
| 0x546B3D02 || returns "PhWidget" || const char* paf_546B3D02()
Line 2,759: Line 2,695:
|-
|-
| 0x5F5DA385 || Gets Dialog Size || int paf_5F5DA385( uint16_t * size_width, uint16_t * size_height, int dialog_type)
| 0x5F5DA385 || Gets Dialog Size || int paf_5F5DA385( uint16_t * size_width, uint16_t * size_height, int dialog_type)
|-
|}
=== pngdec_ppuonly ===
{| class="wikitable sortable"
! Export NID !! Notes !! Usage
|-
| 0x0C515302 || cellPngDecExtOpen ||
|-
| 0x157D30C5 || cellPngDecCreate ||
|-
| 0x2310F155 || cellPngDecDecodeData ||
|-
| 0x48436B2D || cellPngDecExtCreate ||
|-
| 0x5B3D1FF1 || cellPngDecClose ||
|-
| 0x726FC1D0 || cellPngDecExtDecodeData ||
|-
| 0x820DAE1A || cellPngDecDestroy ||
|-
| 0x8B33F863 || cellPngDecExtReadHeader ||
|-
| 0x9CCDCC95 || cellPngDecReadHeader ||
|-
| 0x9E9D7D42 || cellPngDecExtSetParameter ||
|-
| 0xD2BC5BFD || cellPngDecOpen ||
|-
| 0xE97C9BD4 || cellPngDecSetParameter ||
|-
|-
|}
|}
Line 2,983: Line 2,889:
|-
|-
| 0x7AF7A874 || _cellGcmFunc21 ||
| 0x7AF7A874 || _cellGcmFunc21 ||
|-
| 0x919FF7E5 || _cellGcmInitInternal ||
|-
|-
| 0xB9AEE07B || __cellGcmSetVout ||
| 0xB9AEE07B || __cellGcmSetVout ||
Line 2,991: Line 2,895:
|-
|-
| 0x990D6A8D || cellAvsetAudioCPControl ||
| 0x990D6A8D || cellAvsetAudioCPControl ||
|-
| 0xD449B80C || cellAvsetClearCCFIFO ||
|-
|-
| 0xBAC90F2 || cellAvsetDisableEvent ||
| 0xBAC90F2 || cellAvsetDisableEvent ||
Line 3,385: Line 3,287:
|-
|-
| 0x789713F1 || cellGcmSetDrawArrays ||
| 0x789713F1 || cellGcmSetDrawArrays ||
|-
| 0xA6B5FC54 || cellGcmSetDrawBegin ||
|-
| 0x3402C4F9 || cellGcmSetDrawEnd ||
|-
|-
| 0x5C1E2BCA || cellGcmSetDrawIndexArray ||
| 0x5C1E2BCA || cellGcmSetDrawIndexArray ||
|-
|-
| 0x1AA1C2BF || cellGcmSetDrawInlineArray ||
| 0x1AA1C2BF || cellGcmSetDrawInlineArray ||
|-
| 0xB712D2C9 || cellGcmSetDrawInlineArrayPointer ||
|-
|-
| 0x9DB68B9D || cellGcmSetDrawInlineIndexArray16 ||
| 0x9DB68B9D || cellGcmSetDrawInlineIndexArray16 ||
|-
| 0xED9143BF || cellGcmSetDrawInlineIndexArray16Pointer ||
|-
|-
| 0x8D34D33B || cellGcmSetDrawInlineIndexArray32 ||
| 0x8D34D33B || cellGcmSetDrawInlineIndexArray32 ||
|-
| 0xF9729831 || cellGcmSetDrawInlineIndexArray32Pointer ||
|-
|-
| 0x59EF6A10 || cellGcmSetFifo ||
| 0x59EF6A10 || cellGcmSetFifo ||
Line 3,411: Line 3,303:
|-
|-
| 0xACEE8542 || cellGcmSetFlipImmediate ||
| 0xACEE8542 || cellGcmSetFlipImmediate ||
|-
| 0x6CE8408E || cellGcmSetFogMode ||
|-
| 0x76143974 || cellGcmSetFogParams ||
|-
|-
| 0x8E52EBC7 || cellGcmSetFragmentProgram ||
| 0x8E52EBC7 || cellGcmSetFragmentProgram ||
Line 3,421: Line 3,309:
|-
|-
| 0x4EC1A446 || cellGcmSetFragmentProgramGammaEnable ||
| 0x4EC1A446 || cellGcmSetFragmentProgramGammaEnable ||
|-
| 0xFBEA0DCD || cellGcmSetFragmentProgramLoad ||
|-
|-
| 0x94F5ADA6 || cellGcmSetFragmentProgramLoadLocation ||
| 0x94F5ADA6 || cellGcmSetFragmentProgramLoadLocation ||
Line 3,429: Line 3,315:
|-
|-
| 0x28563CCF || cellGcmSetFragmentProgramParameter ||
| 0x28563CCF || cellGcmSetFragmentProgramParameter ||
|-
| 0x64AB4054 || cellGcmSetFragmentProgramParameterPointer ||
|-
|-
| 0xD9F235F2 || cellGcmSetFrequencyDividerOperation ||
| 0xD9F235F2 || cellGcmSetFrequencyDividerOperation ||
Line 3,467: Line 3,351:
|-
|-
| 0xB059C38A || cellGcmSetNopCommand ||
| 0xB059C38A || cellGcmSetNopCommand ||
|-
| 0xE9D67D3C || cellGcmSetPerfMonTrigger ||
|-
|-
| 0x107C99B0 || cellGcmSetPerfMonMarker ||
| 0x107C99B0 || cellGcmSetPerfMonMarker ||
Line 3,511: Line 3,393:
|-
|-
| 0x54AE2561 || cellGcmSetScissor ||
| 0x54AE2561 || cellGcmSetScissor ||
|-
| 0x644FD3A5 || cellGcmSetSetBlendFunc ||
|-
| 0x30E08757 || cellGcmSetSetFogMode ||
|-
| 0x65F19DFD || cellGcmSetSetFogParams ||
|-
| 0x517B1FFA || cellGcmSetSetFrontFace ||
|-
|-
| 0xB2D4C7FC || cellGcmSetScullControl ||
| 0xB2D4C7FC || cellGcmSetScullControl ||
Line 3,529: Line 3,419:
|-
|-
| 0xB194F501 || cellGcmSetTextureAddress ||
| 0xB194F501 || cellGcmSetTextureAddress ||
|-
| 0xD5506A07 || cellGcmSetTextureAddressAnisoBias ||
|-
|-
| 0x9A58810F || cellGcmSetTextureBorder ||
| 0x9A58810F || cellGcmSetTextureBorder ||
Line 3,543: Line 3,431:
|-
|-
| 0x97C85E96 || cellGcmSetTextureOptimization ||
| 0x97C85E96 || cellGcmSetTextureOptimization ||
|-
| 0x1B752FD1 || cellGcmSetTextureRemap ||
|-
|-
| 0xD0B1D189 || cellGcmSetTile ||
| 0xD0B1D189 || cellGcmSetTile ||
Line 3,553: Line 3,439:
|-
|-
| 0x1E479B4C || cellGcmSetTransferData ||
| 0x1E479B4C || cellGcmSetTransferData ||
|-
| 0x969403F9 || cellGcmSetTransferDataFormat ||
|-
| 0x7D91FACF || cellGcmSetTransferDataMode ||
|-
| 0x16B9369D || cellGcmSetTransferDataOffset ||
|-
|-
| 0x708A9A5D || cellGcmSetTransferImage ||
| 0x708A9A5D || cellGcmSetTransferImage ||
Line 3,566: Line 3,446:
| 0xD0BE74C1 || cellGcmSetTransferReportData ||
| 0xD0BE74C1 || cellGcmSetTransferReportData ||
|-
|-
| 0xD20004C0 || cellGcmSetTransferScaleMode ||
| 0x77F5413F || cellGcmSetTwoSidedStencilTestEnable ||
|-
| 0xBD42DA64 || cellGcmSetTransferScaleSurface ||
|-
| 0x7EBECBE0 || cellGcmSetTransferScaleSwizzle ||
|-
| 0x800E24A1 || cellGcmSetTransformBranchBits ||
|-
|-
| 0xB2B91406 || cellGcmSetTwoSideLightEnable ||
| 0xB2B91406 || cellGcmSetTwoSideLightEnable ||
|-
| 0x77F5413F || cellGcmSetTwoSidedStencilTestEnable ||
|-
|-
| 0x531AAB53 || cellGcmSetUpdateFragmentProgramParameter ||
| 0x531AAB53 || cellGcmSetUpdateFragmentProgramParameter ||
Line 3,589: Line 3,461:
|-
|-
| 0x246CA27F || cellGcmSetVertexAttribInputMask ||
| 0x246CA27F || cellGcmSetVertexAttribInputMask ||
|-
| 0xC75CA9AA || cellGcmSetVertexAttribOutputMask ||
|-
|-
| 0x288F78EC || cellGcmSetVertexData1f ||
| 0x288F78EC || cellGcmSetVertexData1f ||
Line 3,619: Line 3,489:
|-
|-
| 0x59B007C || cellGcmSetVertexProgramConstants ||
| 0x59B007C || cellGcmSetVertexProgramConstants ||
|-
| 0x4CBD0593 || cellGcmSetVertexProgramConstantsPointer ||
|-
| 0x86C75EAE || cellGcmSetVertexProgramLoad ||
|-
|-
| 0x3F9CC648 || cellGcmSetVertexProgramLoadSlot ||
| 0x3F9CC648 || cellGcmSetVertexProgramLoadSlot ||
Line 3,685: Line 3,551:
|-
|-
| 0x527C6439 || cellGcmTerminate ||
| 0x527C6439 || cellGcmTerminate ||
|-
| 0xF30142BB || cellGcmTransferData ||
|-
|-
| 0x1479961A || cellGcmTransferDataFormat ||
| 0x1479961A || cellGcmTransferDataFormat ||
Line 3,745: Line 3,609:
|-
|-
| 0x4C751D97 || cellPadConfigReleasePortID || int cellPadConfigReleasePortID(int port_no, int pad_no), e.g. (0, 0) unmap first pad
| 0x4C751D97 || cellPadConfigReleasePortID || int cellPadConfigReleasePortID(int port_no, int pad_no), e.g. (0, 0) unmap first pad
|-
| 0x8FAB7348 || cellPadConfigSetLed ||
|-
|-
| 0xBEFE3869 || isSjisKigou ||
| 0xBEFE3869 || isSjisKigou ||
Line 3,844: Line 3,706:
|-
|-
| 0x8A6830E7 || abort ||  
| 0x8A6830E7 || abort ||  
|-
| 0x24C9E021 || abs ||
|-
| 0x1313A420 || acos ||
|-
|-
| 0xDECE76A6 || acosf ||  
| 0xDECE76A6 || acosf ||  
Line 4,331: Line 4,189:
|-
|-
| 0xBEF554A4 || cellFsUtime || CellFsErrno cellFsUtime(const char *path, const CellFsUtimbuf *timep)
| 0xBEF554A4 || cellFsUtime || CellFsErrno cellFsUtime(const char *path, const CellFsUtimbuf *timep)
|-
| 0x37907F9F || cellFsWidgetStat ||
|-
|-
| 0xECDCF2AB || cellFsWrite || CellFsErrno cellFsWrite(int fd, const void *buf, uint64_t nbytes, uint64_t *nwrite)
| 0xECDCF2AB || cellFsWrite || CellFsErrno cellFsWrite(int fd, const void *buf, uint64_t nbytes, uint64_t *nwrite)
Line 4,393: Line 4,249:
|-
|-
| 0x4D9B75D5 || cellPadEnd || int32_t cellPadEnd(void)
| 0x4D9B75D5 || cellPadEnd || int32_t cellPadEnd(void)
|-
| 0xDBF4C59C || cellPadGetCapabilityInfo || int32_t cellPadGetCapabilityInfo(uint32_t port_no, CellPadCapabilityInfo *data)
|-
|-
| 0x8B72CDA1 || cellPadGetData || int32_t cellPadGetData(uint32_t port_no, CellPadData *data)
| 0x8B72CDA1 || cellPadGetData || int32_t cellPadGetData(uint32_t port_no, CellPadData *data)
Line 4,400: Line 4,254:
| 0x6BC09C61 || cellPadGetDataExtra || int32_t cellPadGetDataExtra(uint32_t port_no, uint32_t* device_type, CellPadData *data)
| 0x6BC09C61 || cellPadGetDataExtra || int32_t cellPadGetDataExtra(uint32_t port_no, uint32_t* device_type, CellPadData *data)
|-
|-
| 0x3AAAD464 || cellPadGetInfo || int32_t cellPadGetInfo(CellPadInfo *info)
| 0x3AAAD464 || cellPadGetInfo ||
|-
|-
| 0xA703A51D || cellPadGetInfo2 || int32_t cellPadGetInfo2(CellPadInfo2 *info)
| 0xA703A51D || cellPadGetInfo2 || int32_t cellPadGetInfo2(CellPadInfo2 *info)
|-
|-
| 0x3F797DFF || cellPadGetRawData || int32_t cellPadGetRawData(uint32_t port_no, CellPadData *data)
| 0x3F797DFF || cellPadGetRawData ||
|-
|-
| 0xE2DFAAD || cellPadInfoPressMode || int32_t cellPadInfoPressMode(uint32_t port_no)
| 0xE2DFAAD || cellPadInfoPressMode ||
|-
|-
| 0x78200559 || cellPadInfoSensorMode || int32_t cellPadInfoSensorMode(uint32_t port_no)
| 0x78200559 || cellPadInfoSensorMode ||
|-
|-
| 0x1CF98800 || cellPadInit || int32_t cellPadInit(uint32_t max_connect)
| 0x1CF98800 || cellPadInit || int32_t cellPadInit(uint32_t max_connect)
Line 4,428: Line 4,282:
| 0x578E3C98 || cellPadSetPortSetting || int32_t cellPadSetPortSetting(uint32_t port_no, uint32_t port_setting)
| 0x578E3C98 || cellPadSetPortSetting || int32_t cellPadSetPortSetting(uint32_t port_no, uint32_t port_setting)
|-
|-
| 0xF83F8182 || cellPadSetPressMode || int32_t cellPadSetPressMode(uint32_t port_no, uint32_t mode)
| 0xF83F8182 || cellPadSetPressMode ||
|-
|-
| 0xBE5BE3BA || cellPadSetSensorMode || int32_t cellPadSetSensorMode(uint32_t port_no, uint32_t mode)
| 0xBE5BE3BA || cellPadSetSensorMode ||
|-
|-
| 0x6AE10596 || sys_config_add_service_listener ||
| 0x6AE10596 || sys_config_add_service_listener ||
Line 4,571: Line 4,425:
| 0x6DB6E8CD || socketclose || int socketclose(int s)
| 0x6DB6E8CD || socketclose || int socketclose(int s)
|-
|-
| 0x51EE3EE  || socketpoll || int socketpoll(struct pollfd *fds, nfds_t nfds, int timeout)
| 0x51EE3EE  || socketpoll ||  
|-
|-
| 0x3F09E20A || socketselect || int socketselect(int nfds, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval *timeout)
| 0x3F09E20A || socketselect || int socketselect(int nfds, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval *timeout)
Line 4,750: Line 4,604:
| 0x791B9219 || _sys_vsprintf ||  
| 0x791B9219 || _sys_vsprintf ||  
|-
|-
| 0x8A2F159B || console_getc || int console_getc(void)
| 0x8A2F159B || console_getc ||  
|-
|-
| 0xE66BAC36 || console_putc || void console_putc(int c)
| 0xE66BAC36 || console_putc ||  
|-
|-
| 0xF57E1D6F || console_write || int console_write(char *data, unsigned long len)
| 0xF57E1D6F || console_write ||  
|-
|-
| 0xE76964F5 || sys_game_board_storage_read ||  
| 0xE76964F5 || sys_game_board_storage_read ||  
Line 4,841: Line 4,695:
|-
|-
| 0xE6F2C1E7 || sys_process_exit ||  
| 0xE6F2C1E7 || sys_process_exit ||  
|-
| 0xE75C40F2 || sys_process_get_paramsfo ||
|-
|-
| 0x4F7172C9 || sys_process_is_stack ||  
| 0x4F7172C9 || sys_process_is_stack ||  
Line 4,960: Line 4,812:
|-
|-
| 0xFF0309A5 || Pool_QueryInfo ||
| 0xFF0309A5 || Pool_QueryInfo ||
|-
| 0xED372406 || _ZN2ss17update_manager_if14get_token_seedEyyyy || ss::update_manager_if::get_token_seed(unsigned long long, unsigned long long, unsigned long long, unsigned long long)
|-
| 0x80F5B53C || _ZN2ss17update_manager_if15is_product_modeERh || ss::update_manager_if::is_product_mode(unsigned char &)
|-
| 0x92A609B2 || _ZN2ss17update_manager_if17set_hdd_copy_modeEh || ss::update_manager_if::set_hdd_copy_mode(unsigned char)
|-
| 0xDDB635E1 || _ZN2ss17update_manager_if22set_fself_control_flagEh || ss::update_manager_if::set_fself_control_flag(unsigned char)
|-
|-
| 0x8A9529BA || _ZN3paf10HeapMemory16dump_sysmem_infoEPKcS2_i || paf::HeapMemory::dump_sysmem_info(char const*, char const*, int)
| 0x8A9529BA || _ZN3paf10HeapMemory16dump_sysmem_infoEPKcS2_i || paf::HeapMemory::dump_sysmem_info(char const*, char const*, int)
Line 4,994: Line 4,838:
|-
|-
| 0x339A7508 || cellFsUtilityForceUmount ||
| 0x339A7508 || cellFsUtilityForceUmount ||
|-
| 0x7C5A1812 || cellFsUtilityGetFakeSize ||
|-
|-
| 0xE44F29F4 || cellFsUtilityMount ||
| 0xE44F29F4 || cellFsUtilityMount ||
|-
|-
| 0x1EAC97C3 || cellFsUtilityNewfs ||
| 0x1EAC97C3 || cellFsUtilityNewfs ||
|-
| 0x8443023A || cellFsUtilitySetFakeSize ||
|-
|-
| 0x9C4E9B5C || cellFsUtilitySync ||
| 0x9C4E9B5C || cellFsUtilitySync ||
Line 5,020: Line 4,860:
|-
|-
| 0x1F80E287 || cellSsAimIsDEH ||
| 0x1F80E287 || cellSsAimIsDEH ||
|-
| 0xC0E39B97 || cellSsAimIsDEHA ||
|-
| 0xE4A68606 || cellSsAimIsDEHXB ||
|-
| 0xE35D54E3 || cellSsAimIsDEHXB2 ||
|-
|-
| 0x8AD55D80 || cellSsAimIsDEX ||
| 0x8AD55D80 || cellSsAimIsDEX ||
Line 5,034: Line 4,868:
|-
|-
| 0x26709B91 || cellSsDrvAuthDrive ||
| 0x26709B91 || cellSsDrvAuthDrive ||
|-
| 0x2B58A92C || cellSsDrvGetDiscId ||
|-
|-
| 0xCC31BBCF || cellSsRngGetGenuineRandomNumber ||
| 0xCC31BBCF || cellSsRngGetGenuineRandomNumber ||
Line 5,255: Line 5,087:
|-
|-
| 0x7606AF6F || _ZN3vsh11VersionFile3GetEPS0_ || vsh::VersionFile::Get(vsh::VersionFile*)
| 0x7606AF6F || _ZN3vsh11VersionFile3GetEPS0_ || vsh::VersionFile::Get(vsh::VersionFile*)
|-
| 0x9217DD89 || _ZN3vsh12pesm_service4InitEv || vsh::pesm_service::Init(void)
|-
| 0x0D6DC1E3 || _ZN3vsh12pesm_service8ShutdownEv || vsh::pesm_service::Shutdown(void)
|-
| 0xEDAB5E5E || _ZN3vsh13music_service4InitEv || vsh::music_service::Init(void)
|-
| 0x9367CAE0 || _ZN3vsh13music_service8ShutdownEv || vsh::music_service::Shutdown(void)
|-
| 0x79B82B4D || _ZN3vsh13print_service4InitEv || vsh::print_service::Init(void)
|-
| 0xD184B2AE || _ZN3vsh13print_service8ShutdownEv || vsh::print_service::Shutdown(void)
|-
|-
| 0x1F7BE1C8 || _ZN3vsh15RaiseFatalErrorENS_14FatalErrorTypeE || vsh::RaiseFatalError(vsh::FatalErrorType)
| 0x1F7BE1C8 || _ZN3vsh15RaiseFatalErrorENS_14FatalErrorTypeE || vsh::RaiseFatalError(vsh::FatalErrorType)
Line 5,283: Line 5,103:
|-
|-
| 0x5046CFAB || _ZN3vsh20ApplyCooperationModeEv || vsh::ApplyCooperationMode(void)
| 0x5046CFAB || _ZN3vsh20ApplyCooperationModeEv || vsh::ApplyCooperationMode(void)
|-
| 0x2B0678BE || _ZN3vsh20music_decode_service4InitEv || vsh::music_decode_service::Init(void)
|-
| 0x57C48F5B || _ZN3vsh20music_decode_service8ShutdownEv || vsh::music_decode_service::Shutdown(void)
|-
|-
| 0x5B064D || _ZN3vsh23sysutil_cxmlutil_server15MallocAllocatorEN4cxml14AllocationTypeEPvS3_jPS3_Pj || vsh::sysutil_cxmlutil_server::MallocAllocator(cxml::AllocationType, void *, void *, unsigned int, void **, unsigned int *)
| 0x5B064D || _ZN3vsh23sysutil_cxmlutil_server15MallocAllocatorEN4cxml14AllocationTypeEPvS3_jPS3_Pj || vsh::sysutil_cxmlutil_server::MallocAllocator(cxml::AllocationType, void *, void *, unsigned int, void **, unsigned int *)
Line 5,314: Line 5,130:
| 0x8AD11D24 || _ZN4cxml8Document18GetDocumentElementEv || cxml::Document::GetDocumentElement(void)
| 0x8AD11D24 || _ZN4cxml8Document18GetDocumentElementEv || cxml::Document::GetDocumentElement(void)
|-
|-
| 0x7F4E4139 || _ZN4cxml8Document5ClearEv || int cxml::Document::Clear(void constructor)
| 0x7F4E4139 || _ZN4cxml8Document5ClearEv || int cxml::Document::Document() (Constructor)
Clears a [[CXML Containers|cxml]] document.
Clears a [[CXML Containers|cxml]] document.
|-
|-
Line 5,469: Line 5,285:
|-
|-
| 0x653969A5 || sceFimPresenceUnregisterCb ||
| 0x653969A5 || sceFimPresenceUnregisterCb ||
|-
| 0xAB2628C9 || sceGameUpdateInfoServiceEnd ||
|-
| 0x76A98EDD || sceGameUpdateInfoServiceInit ||
|-
| 0x46917DBF || sceGameUpdateInfoServiceStart ||
|-
| 0x420B6E9A || sceGameUpdateInfoServiceStop ||
|-
|-
| 0xEF51375F || sceLoginServiceAddCallback ||
| 0xEF51375F || sceLoginServiceAddCallback ||
|-
|-
| 0xCB9D61C2 || sceLoginServiceDeleteCallback ||
| 0xCB9D61C2 || sceLoginServiceDeleteCallback ||
|-
| 0xEA3527CF || sceLoginServiceGetCurrentUserCredential ||
|-
|-
| 0xDA5FF19C || sceLoginServiceGetNpId ||
| 0xDA5FF19C || sceLoginServiceGetNpId ||
Line 5,491: Line 5,297:
|-
|-
| 0xFBFD0205 || sceLoginServiceLocalLogin ||
| 0xFBFD0205 || sceLoginServiceLocalLogin ||
|-
| 0xF293BB66 || sceLoginServiceLocalLoginWithoutNetwork ||
|-
|-
| 0x8E6C5921 || sceLoginServiceLocalLogout ||
| 0x8E6C5921 || sceLoginServiceLocalLogout ||
Line 5,529: Line 5,333:
|-
|-
| 0xC13FF75A || sceNetHttpXmlDeleteTransaction ||
| 0xC13FF75A || sceNetHttpXmlDeleteTransaction ||
|-
| 0x3DB112BE || sceNetHttpXmlGetAvailableAvatarList ||
|-
| 0xD3838A86 || sceNetHttpXmlGetAvatarCategories ||
|-
| 0x483C599D || sceNetHttpXmlGetAvatarCategoryList ||
|-
| 0x5D9CC617 || sceNetHttpXmlGetAvatarList ||
|-
| 0xBC9ADDC || sceNetHttpXmlGetMessageSetting ||
|-
|-
| 0x3B0018CB || sceNetHttpXmlGetProfile ||
| 0x3B0018CB || sceNetHttpXmlGetProfile ||
Line 5,545: Line 5,339:
|-
|-
| 0xFABBDEF6 || sceNetHttpXmlSearchPlayer ||
| 0xFABBDEF6 || sceNetHttpXmlSearchPlayer ||
|-
| 0x6CFFD585 || sceNetHttpXmlSetMessageSetting||
|-
|-
| 0xDA8FF8B8 || sceNetHttpXmlSetServer ||
| 0xDA8FF8B8 || sceNetHttpXmlSetServer ||
|-
| 0x34B94D5C || sceNetHttpXmlSetServerEnv ||
|-
| 0xB98F05B8 || sceNetHttpXmlUbsDeleteSaveData ||
|-
| 0xEFDFA6F6 || sceNetHttpXmlUbsGetSaveData ||
|-
| 0xB3D402A0 || sceNetHttpXmlUbsGetSaveDataInfoList ||
|-
| 0x2DD05B38 || sceNetHttpXmlUbsIsSupportedTitle ||
|-
| 0xB38524D1 || sceNetHttpXmlUbsNotifyDownloaded ||
|-
| 0x3BE51F3E || sceNetHttpXmlUbsSetSaveData ||
|-
| 0xE6CB8641 || sceNetHttpXmlUpdateSelfAvatar ||
|-
| 0xE939E601 || sceNetHttpXmlUpdateSelfProfile ||
|-
|-
| 0xD815DF3B || sceNetMallocInternal ||
| 0xD815DF3B || sceNetMallocInternal ||
Line 5,627: Line 5,401:
|-
|-
| 0xC76C2DAF || sceNpAacDestroyRequest ||
| 0xC76C2DAF || sceNpAacDestroyRequest ||
|-
| 0x1FA7AA51 || sceNpAacGetTicket ||
|-
|-
| 0x1B985476 || sceNpAacRequestSetCredentials ||
| 0x1B985476 || sceNpAacRequestSetCredentials ||
|-
| 0xF6438A72 || sceNpAacRequestTicket ||
|-
|-
| 0x5FA21EB || sceNpAacStartRequest ||
| 0x5FA21EB || sceNpAacStartRequest ||
Line 5,783: Line 5,553:
|-
|-
| 0x8D1D096C || sceNpCommerceInitProductCategory ||
| 0x8D1D096C || sceNpCommerceInitProductCategory ||
|-
| 0x9EE83473 || sceNpCommerceModuleInit ||
|-
| 0x5E9FDA92 || sceNpCommerceModuleTerm ||
|-
|-
| 0x7084A801 || sceNpCommerceSetDataFlagFinishVsh || int sceNpCommerceSetDataFlagFinishVsh(int req_id)
| 0x7084A801 || sceNpCommerceSetDataFlagFinishVsh || int sceNpCommerceSetDataFlagFinishVsh(int req_id)
Line 5,793: Line 5,559:
|-
|-
| 0x84FCD5A6 || sceNpDeleteCallback ||
| 0x84FCD5A6 || sceNpDeleteCallback ||
|-
| 0xAE17FDF8 || sceNpDrmEdatBodyCheck ||
|-
| 0x35972433 || sceNpDrmEdatHdrCheck ||
|-
| 0x28E60495 || sceNpDrmIsoBinEdatHdrCheck ||
|-
| 0x6ED621E0 || sceNpDrmCheckActivation ||
|-
| 0x9C3A86A || sceNpDrmCheckPspActivation ||
|-
| 0xEFB67F8E || sceNpDrmExecActivation ||
|-
| 0x0FE45BD8 || sceNpDrmExecDeactivation ||
|-
| 0x4E12A15C || sceNpDrmExecPspActivation ||
|-
| 0xFDA460B4 || sceNpDrmExecPspDeactivation ||
|-
| 0x6D9C1D5E || sceNpDrmGetContentId ||
|-
| 0x8A3EFDDA || sceNpDrmGetRifPath ||
|-
| 0x8CD3490B || sceNpDrmRequestKeyReg ||
|-
| 0xB835A29C || sceNpDrmGetDrmTypeVsh ||
|-
| 0x5EE81C09 || sceNpDrmGetOwnerInfoVsh ||
|-
| 0x920DFD1A || sceNpDrmGetTimelimitVsh ||
|-
| 0x9DDB30CE || sceNpDrmIsDiscBindVsh ||
|-
|-
| 0x2FF0B98F || sceNpGetAboutMe ||
| 0x2FF0B98F || sceNpGetAboutMe ||
Line 5,937: Line 5,671:
|-
|-
| 0x4157B2E2 || sceNpMatching2LeaveRoomVsh ||
| 0x4157B2E2 || sceNpMatching2LeaveRoomVsh ||
|-
| 0xB76CFD6A || sceNpMatching2ModuleInit ||
|-
| 0x99BA9EF9 || sceNpMatching2ModuleTerm ||
|-
|-
| 0xE907E89D || sceNpMatching2RegisterContextCallbackVsh ||
| 0xE907E89D || sceNpMatching2RegisterContextCallbackVsh ||
Line 6,079: Line 5,809:
|-
|-
| 0x658806BD || sceNpUpdateClockTerm||
| 0x658806BD || sceNpUpdateClockTerm||
|-
| 0x1D555F5F || sceNpUpdateSecureClockStart||
|-
|-
| 0xC99EE313 || sceNpUtilBandwidthTestAbort ||
| 0xC99EE313 || sceNpUtilBandwidthTestAbort ||
Line 6,095: Line 5,823:
|-
|-
| 0xBE3AF96E || sceNpUtilCanonicalizeNpIdForPsp ||
| 0xBE3AF96E || sceNpUtilCanonicalizeNpIdForPsp ||
|-
| 0x0C4659FF || sceNpUtilCmpAccountId ||
|-
|-
| 0xD208F91D || sceNpUtilCmpNpId ||
| 0xD208F91D || sceNpUtilCmpNpId ||
Line 6,135: Line 5,861:
|-
|-
| 0x2B8A5788 || sceUpdateDownloadEnd ||
| 0x2B8A5788 || sceUpdateDownloadEnd ||
|-
| 0x7579B55D || sceUpdateDownloadGetProductCode ||
|-
|-
| 0xE186DD71 || sceUpdateDownloadInit ||
| 0xE186DD71 || sceUpdateDownloadInit ||
Line 6,173: Line 5,897:
| 0x0F80B71F || auth_module, checks sprx SCE header || int vshtask_F80B71F(char * path)
| 0x0F80B71F || auth_module, checks sprx SCE header || int vshtask_F80B71F(char * path)
|-
|-
| 0x668E3C94 || vshRtcAlarmRegister || int vshRtcAlarmRegister(char * app_id?, uint8_t [0x4C])
| 0x668E3C94 || some RTC Alarm Register || int vshtask_668E3C94(char * app_id?, uint8_t [0x4C])
|-
|-
| 0x166551C5 || vshRtcAlarmUnregister || int vshRtcAlarmUnregister(char * app_id)
| 0x166551C5 || RTC Alarm Unregister || int vshtask_166551C5(char * app_id)
|-
|-
| 0x784023D0 || vshRtcAlarmGetStatus || int vshRtcAlarmGetStatus(uint8_t status[0x1D0])
| 0x784023D0 || RTC Alarm Get Status || int vshtask_784023D0(uint8_t status[0x1D0])
|-
|-
| 0xA02D46E7 || Displays a notification in XMB || int vshtask_A02D46E7(0 /*ignored*, "your text" ) -> calls vshcommon_A20E43DB with texture "tex_notification_info"
| 0xA02D46E7 || Displays a notification in XMB || int vshtask_A02D46E7(0 /*ignored*, "your text" ) -> calls vshcommon_A20E43DB with texture "tex_notification_info"
Line 6,410: Line 6,134:
|-
|-
| 0x16A8A805 || xSettingBdvdGetInterface ||
| 0x16A8A805 || xSettingBdvdGetInterface ||
|-
| 0x5FB90B89 || xSettingBtSettingGetInterface ||
|-
|-
| 0x8B69F85A || xSettingDateGetInterface ||
| 0x8B69F85A || xSettingDateGetInterface ||
Line 6,428: Line 6,150:
|-
|-
| 0xCE27E884 || xSettingPremoGetInterface ||
| 0xCE27E884 || xSettingPremoGetInterface ||
|-
| 0x1D6D60D4 || xSettingPrinterGetInterface ||
|-
| 0xD0261D72 || xSettingRegistryGetInterface ||
|-
|-
| 0x7EDDAD29 || xSettingSecurityGetInterface ||
| 0x7EDDAD29 || xSettingSecurityGetInterface ||
Line 6,440: Line 6,158:
|-
|-
| 0x4712F276 || xSettingVideoGetInterface ||
| 0x4712F276 || xSettingVideoGetInterface ||
|-
| 0x58560CA4 || xSettingVideoPlayerGetInterface ||
|-
|-
| 0xCC56EB2D || xUserGetInterface ||
| 0xCC56EB2D || xUserGetInterface ||
|}
|}


== 0.85.007 FNIDs ==
To help documenting offsets+exports, you can use [http://www.ps3devwiki.com/index.php?title=Dev_Tools#vsh_dumper this dumper tool for vsh] (actually,no need to dump anymore).
 
<br> here's a link to the fnids i've gathered from 0.85.007 <-
FNIDs gathered from PS3 System Software version 0.85.007 [https://mega.nz/#!UhFE0Lia!QxLubSAVo9UXjHF2BwakISgnLJlK7gME6bsXQJ_POMM|here (dead link)].
https://mega.nz/#!UhFE0Lia!QxLubSAVo9UXjHF2BwakISgnLJlK7gME6bsXQJ_POMM


{{Development}}<noinclude>[[Category:Main]]</noinclude>
{{Development}}<noinclude>[[Category:Main]]</noinclude>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)