Editing VSH Exports
Jump to navigation
Jump to search
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) | ||
|- | |- | ||
| | | 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 || | ||
|- | |- | ||
| | | 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) | ||
|- | |- | ||
| 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 || | ||
|- | |- | ||
| | | 0xD846D63 || cellHttpCookieImportWithClientId || int cellHttpCookieImportWithClientId(const void *buffer, size_t size, CellHttpClientId clientId) | ||
|- | |- | ||
| 0x4E4EE53A || cellHttpCreateClient || int cellHttpCreateClient(CellHttpClientId *clientId) | | 0x4E4EE53A || cellHttpCreateClient || int cellHttpCreateClient(CellHttpClientId *clientId) | ||
|- | |- | ||
| | | 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) | ||
|- | |- | ||
| 0x61B2BADE || cellHttpEndCookie || int cellHttpEndCookie(void) | | 0x61B2BADE || cellHttpEndCookie || int cellHttpEndCookie(void) | ||
|- | |- | ||
| 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) | ||
|- | |- | ||
| 0x9638F766 || cellHttpInitCookie || int cellHttpInitCookie(void *pool, size_t poolSize) | | 0x9638F766 || cellHttpInitCookie || int cellHttpInitCookie(void *pool, size_t poolSize) | ||
|- | |- | ||
| 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) | ||
|- | |- | ||
| | | 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) | ||
|- | |- | ||
| | | 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) | ||
|- | |- | ||
| | | 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) | ||
|- | |- | ||
| 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 || | ||
|- | |- | ||
| 0xF0B47A17 || SSLCERT_NAME_oneline || | | 0xF0B47A17 || SSLCERT_NAME_oneline || | ||
Line 636: | Line 612: | ||
|- | |- | ||
| 0x1650AEA4 || cellSslEnd || int cellSslEnd(void) | | 0x1650AEA4 || cellSslEnd || int cellSslEnd(void) | ||
|- | |- | ||
| 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 | ||
|- | |- | ||
| 0x8EC9A2A7 | | 0x8EC9A2A7 | ||
Line 1,255: | Line 1,197: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! Export NID !! Notes !! Usage | ! Export NID !! Notes !! Usage | ||
|- | |- | ||
| 0x38479255 || sceNetApCtlConnectVsh || | | 0x38479255 || sceNetApCtlConnectVsh || | ||
Line 1,285: | Line 1,223: | ||
|- | |- | ||
| 0x5AB91391 || sceNetCtlDisconnectVsh || | | 0x5AB91391 || sceNetCtlDisconnectVsh || | ||
|- | |- | ||
| 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 *) | ||
|- | |- | ||
| 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( | | 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) | ||
|- | |- | ||
|} | |} | ||
Line 2,983: | Line 2,889: | ||
|- | |- | ||
| 0x7AF7A874 || _cellGcmFunc21 || | | 0x7AF7A874 || _cellGcmFunc21 || | ||
|- | |- | ||
| 0xB9AEE07B || __cellGcmSetVout || | | 0xB9AEE07B || __cellGcmSetVout || | ||
Line 2,991: | Line 2,895: | ||
|- | |- | ||
| 0x990D6A8D || cellAvsetAudioCPControl || | | 0x990D6A8D || cellAvsetAudioCPControl || | ||
|- | |- | ||
| 0xBAC90F2 || cellAvsetDisableEvent || | | 0xBAC90F2 || cellAvsetDisableEvent || | ||
Line 3,385: | Line 3,287: | ||
|- | |- | ||
| 0x789713F1 || cellGcmSetDrawArrays || | | 0x789713F1 || cellGcmSetDrawArrays || | ||
|- | |- | ||
| 0x5C1E2BCA || cellGcmSetDrawIndexArray || | | 0x5C1E2BCA || cellGcmSetDrawIndexArray || | ||
|- | |- | ||
| 0x1AA1C2BF || cellGcmSetDrawInlineArray || | | 0x1AA1C2BF || cellGcmSetDrawInlineArray || | ||
|- | |- | ||
| 0x9DB68B9D || cellGcmSetDrawInlineIndexArray16 || | | 0x9DB68B9D || cellGcmSetDrawInlineIndexArray16 || | ||
|- | |- | ||
| 0x8D34D33B || cellGcmSetDrawInlineIndexArray32 || | | 0x8D34D33B || cellGcmSetDrawInlineIndexArray32 || | ||
|- | |- | ||
| 0x59EF6A10 || cellGcmSetFifo || | | 0x59EF6A10 || cellGcmSetFifo || | ||
Line 3,411: | Line 3,303: | ||
|- | |- | ||
| 0xACEE8542 || cellGcmSetFlipImmediate || | | 0xACEE8542 || cellGcmSetFlipImmediate || | ||
|- | |- | ||
| 0x8E52EBC7 || cellGcmSetFragmentProgram || | | 0x8E52EBC7 || cellGcmSetFragmentProgram || | ||
Line 3,421: | Line 3,309: | ||
|- | |- | ||
| 0x4EC1A446 || cellGcmSetFragmentProgramGammaEnable || | | 0x4EC1A446 || cellGcmSetFragmentProgramGammaEnable || | ||
|- | |- | ||
| 0x94F5ADA6 || cellGcmSetFragmentProgramLoadLocation || | | 0x94F5ADA6 || cellGcmSetFragmentProgramLoadLocation || | ||
Line 3,429: | Line 3,315: | ||
|- | |- | ||
| 0x28563CCF || cellGcmSetFragmentProgramParameter || | | 0x28563CCF || cellGcmSetFragmentProgramParameter || | ||
|- | |- | ||
| 0xD9F235F2 || cellGcmSetFrequencyDividerOperation || | | 0xD9F235F2 || cellGcmSetFrequencyDividerOperation || | ||
Line 3,467: | Line 3,351: | ||
|- | |- | ||
| 0xB059C38A || cellGcmSetNopCommand || | | 0xB059C38A || cellGcmSetNopCommand || | ||
|- | |- | ||
| 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 || | ||
|- | |- | ||
| 0x9A58810F || cellGcmSetTextureBorder || | | 0x9A58810F || cellGcmSetTextureBorder || | ||
Line 3,543: | Line 3,431: | ||
|- | |- | ||
| 0x97C85E96 || cellGcmSetTextureOptimization || | | 0x97C85E96 || cellGcmSetTextureOptimization || | ||
|- | |- | ||
| 0xD0B1D189 || cellGcmSetTile || | | 0xD0B1D189 || cellGcmSetTile || | ||
Line 3,553: | Line 3,439: | ||
|- | |- | ||
| 0x1E479B4C || cellGcmSetTransferData || | | 0x1E479B4C || cellGcmSetTransferData || | ||
|- | |- | ||
| 0x708A9A5D || cellGcmSetTransferImage || | | 0x708A9A5D || cellGcmSetTransferImage || | ||
Line 3,566: | Line 3,446: | ||
| 0xD0BE74C1 || cellGcmSetTransferReportData || | | 0xD0BE74C1 || cellGcmSetTransferReportData || | ||
|- | |- | ||
| | | 0x77F5413F || cellGcmSetTwoSidedStencilTestEnable || | ||
|- | |- | ||
| 0xB2B91406 || cellGcmSetTwoSideLightEnable || | | 0xB2B91406 || cellGcmSetTwoSideLightEnable || | ||
|- | |- | ||
| 0x531AAB53 || cellGcmSetUpdateFragmentProgramParameter || | | 0x531AAB53 || cellGcmSetUpdateFragmentProgramParameter || | ||
Line 3,589: | Line 3,461: | ||
|- | |- | ||
| 0x246CA27F || cellGcmSetVertexAttribInputMask || | | 0x246CA27F || cellGcmSetVertexAttribInputMask || | ||
|- | |- | ||
| 0x288F78EC || cellGcmSetVertexData1f || | | 0x288F78EC || cellGcmSetVertexData1f || | ||
Line 3,619: | Line 3,489: | ||
|- | |- | ||
| 0x59B007C || cellGcmSetVertexProgramConstants || | | 0x59B007C || cellGcmSetVertexProgramConstants || | ||
|- | |- | ||
| 0x3F9CC648 || cellGcmSetVertexProgramLoadSlot || | | 0x3F9CC648 || cellGcmSetVertexProgramLoadSlot || | ||
Line 3,685: | Line 3,551: | ||
|- | |- | ||
| 0x527C6439 || cellGcmTerminate || | | 0x527C6439 || cellGcmTerminate || | ||
|- | |- | ||
| 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 | ||
|- | |- | ||
| 0xBEFE3869 || isSjisKigou || | | 0xBEFE3869 || isSjisKigou || | ||
Line 3,844: | Line 3,706: | ||
|- | |- | ||
| 0x8A6830E7 || abort || | | 0x8A6830E7 || abort || | ||
|- | |- | ||
| 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) | ||
|- | |- | ||
| 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) | ||
|- | |- | ||
| 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 || | | 0x3AAAD464 || cellPadGetInfo || | ||
|- | |- | ||
| 0xA703A51D || cellPadGetInfo2 || int32_t cellPadGetInfo2(CellPadInfo2 *info) | | 0xA703A51D || cellPadGetInfo2 || int32_t cellPadGetInfo2(CellPadInfo2 *info) | ||
|- | |- | ||
| 0x3F797DFF || cellPadGetRawData || | | 0x3F797DFF || cellPadGetRawData || | ||
|- | |- | ||
| 0xE2DFAAD || cellPadInfoPressMode || | | 0xE2DFAAD || cellPadInfoPressMode || | ||
|- | |- | ||
| 0x78200559 || cellPadInfoSensorMode || | | 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 || | | 0xF83F8182 || cellPadSetPressMode || | ||
|- | |- | ||
| 0xBE5BE3BA || cellPadSetSensorMode || | | 0xBE5BE3BA || cellPadSetSensorMode || | ||
|- | |- | ||
| 0x6AE10596 || sys_config_add_service_listener || | | 0x6AE10596 || sys_config_add_service_listener || | ||
Line 4,515: | Line 4,369: | ||
| 0xAEB2EC57 || _sys_net_lib_usleep || | | 0xAEB2EC57 || _sys_net_lib_usleep || | ||
|- | |- | ||
| 0xC94F6939 || accept || | | 0xC94F6939 || accept || | ||
|- | |- | ||
| 0xB0A59804 || bind || | | 0xB0A59804 || bind || | ||
|- | |- | ||
| 0x64F66D35 || connect || | | 0x64F66D35 || connect || | ||
|- | |- | ||
| 0xF7AC8941 || gethostbyaddr || | | 0xF7AC8941 || gethostbyaddr || | ||
Line 4,525: | Line 4,379: | ||
| 0x71F4C717 || gethostbyname || | | 0x71F4C717 || gethostbyname || | ||
|- | |- | ||
| 0xF9EC2DB6 || getpeername || | | 0xF9EC2DB6 || getpeername || | ||
|- | |- | ||
| 0x13EFE7F5 || getsockname || | | 0x13EFE7F5 || getsockname || | ||
|- | |- | ||
| 0x5A045BD1 || getsockopt || | | 0x5A045BD1 || getsockopt || | ||
|- | |- | ||
| 0xDABBC2C0 || inet_addr || | | 0xDABBC2C0 || inet_addr || | ||
Line 4,549: | Line 4,403: | ||
| 0x8AF3825E || inet_pton || | | 0x8AF3825E || inet_pton || | ||
|- | |- | ||
| 0x28E208BB || listen || | | 0x28E208BB || listen || | ||
|- | |- | ||
| 0xFBA04F37 || recv || | | 0xFBA04F37 || recv || | ||
|- | |- | ||
| 0x1F953B9F || recvfrom || | | 0x1F953B9F || recvfrom || | ||
|- | |- | ||
| 0xC9D09C34 || recvmsg || | | 0xC9D09C34 || recvmsg || | ||
|- | |- | ||
| 0xDC751B40 || send || | | 0xDC751B40 || send || | ||
|- | |- | ||
| 0xAD09481B || sendmsg || | | 0xAD09481B || sendmsg || | ||
|- | |- | ||
| 0x9647570B || sendto || | | 0x9647570B || sendto || | ||
|- | |- | ||
| 0x88F03575 || setsockopt || | | 0x88F03575 || setsockopt || | ||
|- | |- | ||
| 0xA50777C6 || shutdown || | | 0xA50777C6 || shutdown || | ||
|- | |- | ||
| 0x9C056962 || socket || | | 0x9C056962 || socket || | ||
|- | |- | ||
| 0x6DB6E8CD || socketclose || | | 0x6DB6E8CD || socketclose || | ||
|- | |- | ||
| 0x51EE3EE || socketpoll || | | 0x51EE3EE || socketpoll || | ||
|- | |- | ||
| 0x3F09E20A || socketselect || | | 0x3F09E20A || socketselect || | ||
|- | |- | ||
| 0x8CCF05ED || sys_net_abort_resolver || | | 0x8CCF05ED || sys_net_abort_resolver || | ||
Line 4,750: | Line 4,604: | ||
| 0x791B9219 || _sys_vsprintf || | | 0x791B9219 || _sys_vsprintf || | ||
|- | |- | ||
| 0x8A2F159B || console_getc || | | 0x8A2F159B || console_getc || | ||
|- | |- | ||
| 0xE66BAC36 || console_putc || | | 0xE66BAC36 || console_putc || | ||
|- | |- | ||
| 0xF57E1D6F || console_write || | | 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 || | ||
|- | |- | ||
| 0x4F7172C9 || sys_process_is_stack || | | 0x4F7172C9 || sys_process_is_stack || | ||
Line 4,960: | Line 4,812: | ||
|- | |- | ||
| 0xFF0309A5 || Pool_QueryInfo || | | 0xFF0309A5 || Pool_QueryInfo || | ||
|- | |- | ||
| 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 || | ||
|- | |- | ||
| 0xE44F29F4 || cellFsUtilityMount || | | 0xE44F29F4 || cellFsUtilityMount || | ||
|- | |- | ||
| 0x1EAC97C3 || cellFsUtilityNewfs || | | 0x1EAC97C3 || cellFsUtilityNewfs || | ||
|- | |- | ||
| 0x9C4E9B5C || cellFsUtilitySync || | | 0x9C4E9B5C || cellFsUtilitySync || | ||
Line 5,020: | Line 4,860: | ||
|- | |- | ||
| 0x1F80E287 || cellSsAimIsDEH || | | 0x1F80E287 || cellSsAimIsDEH || | ||
|- | |- | ||
| 0x8AD55D80 || cellSsAimIsDEX || | | 0x8AD55D80 || cellSsAimIsDEX || | ||
Line 5,034: | Line 4,868: | ||
|- | |- | ||
| 0x26709B91 || cellSsDrvAuthDrive || | | 0x26709B91 || cellSsDrvAuthDrive || | ||
|- | |- | ||
| 0xCC31BBCF || cellSsRngGetGenuineRandomNumber || | | 0xCC31BBCF || cellSsRngGetGenuineRandomNumber || | ||
Line 5,255: | Line 5,087: | ||
|- | |- | ||
| 0x7606AF6F || _ZN3vsh11VersionFile3GetEPS0_ || vsh::VersionFile::Get(vsh::VersionFile*) | | 0x7606AF6F || _ZN3vsh11VersionFile3GetEPS0_ || vsh::VersionFile::Get(vsh::VersionFile*) | ||
|- | |- | ||
| 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) | ||
|- | |- | ||
| 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:: | | 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 || | ||
|- | |- | ||
| 0xEF51375F || sceLoginServiceAddCallback || | | 0xEF51375F || sceLoginServiceAddCallback || | ||
|- | |- | ||
| 0xCB9D61C2 || sceLoginServiceDeleteCallback || | | 0xCB9D61C2 || sceLoginServiceDeleteCallback || | ||
|- | |- | ||
| 0xDA5FF19C || sceLoginServiceGetNpId || | | 0xDA5FF19C || sceLoginServiceGetNpId || | ||
Line 5,491: | Line 5,297: | ||
|- | |- | ||
| 0xFBFD0205 || sceLoginServiceLocalLogin || | | 0xFBFD0205 || sceLoginServiceLocalLogin || | ||
|- | |- | ||
| 0x8E6C5921 || sceLoginServiceLocalLogout || | | 0x8E6C5921 || sceLoginServiceLocalLogout || | ||
Line 5,529: | Line 5,333: | ||
|- | |- | ||
| 0xC13FF75A || sceNetHttpXmlDeleteTransaction || | | 0xC13FF75A || sceNetHttpXmlDeleteTransaction || | ||
|- | |- | ||
| 0x3B0018CB || sceNetHttpXmlGetProfile || | | 0x3B0018CB || sceNetHttpXmlGetProfile || | ||
Line 5,545: | Line 5,339: | ||
|- | |- | ||
| 0xFABBDEF6 || sceNetHttpXmlSearchPlayer || | | 0xFABBDEF6 || sceNetHttpXmlSearchPlayer || | ||
|- | |- | ||
| 0xDA8FF8B8 || sceNetHttpXmlSetServer || | | 0xDA8FF8B8 || sceNetHttpXmlSetServer || | ||
|- | |- | ||
| 0xD815DF3B || sceNetMallocInternal || | | 0xD815DF3B || sceNetMallocInternal || | ||
Line 5,627: | Line 5,401: | ||
|- | |- | ||
| 0xC76C2DAF || sceNpAacDestroyRequest || | | 0xC76C2DAF || sceNpAacDestroyRequest || | ||
|- | |- | ||
| 0x1B985476 || sceNpAacRequestSetCredentials || | | 0x1B985476 || sceNpAacRequestSetCredentials || | ||
|- | |- | ||
| 0x5FA21EB || sceNpAacStartRequest || | | 0x5FA21EB || sceNpAacStartRequest || | ||
Line 5,783: | Line 5,553: | ||
|- | |- | ||
| 0x8D1D096C || sceNpCommerceInitProductCategory || | | 0x8D1D096C || sceNpCommerceInitProductCategory || | ||
|- | |- | ||
| 0x7084A801 || sceNpCommerceSetDataFlagFinishVsh || int sceNpCommerceSetDataFlagFinishVsh(int req_id) | | 0x7084A801 || sceNpCommerceSetDataFlagFinishVsh || int sceNpCommerceSetDataFlagFinishVsh(int req_id) | ||
Line 5,793: | Line 5,559: | ||
|- | |- | ||
| 0x84FCD5A6 || sceNpDeleteCallback || | | 0x84FCD5A6 || sceNpDeleteCallback || | ||
|- | |- | ||
| 0x2FF0B98F || sceNpGetAboutMe || | | 0x2FF0B98F || sceNpGetAboutMe || | ||
Line 5,937: | Line 5,671: | ||
|- | |- | ||
| 0x4157B2E2 || sceNpMatching2LeaveRoomVsh || | | 0x4157B2E2 || sceNpMatching2LeaveRoomVsh || | ||
|- | |- | ||
| 0xE907E89D || sceNpMatching2RegisterContextCallbackVsh || | | 0xE907E89D || sceNpMatching2RegisterContextCallbackVsh || | ||
Line 6,079: | Line 5,809: | ||
|- | |- | ||
| 0x658806BD || sceNpUpdateClockTerm|| | | 0x658806BD || sceNpUpdateClockTerm|| | ||
|- | |- | ||
| 0xC99EE313 || sceNpUtilBandwidthTestAbort || | | 0xC99EE313 || sceNpUtilBandwidthTestAbort || | ||
Line 6,095: | Line 5,823: | ||
|- | |- | ||
| 0xBE3AF96E || sceNpUtilCanonicalizeNpIdForPsp || | | 0xBE3AF96E || sceNpUtilCanonicalizeNpIdForPsp || | ||
|- | |- | ||
| 0xD208F91D || sceNpUtilCmpNpId || | | 0xD208F91D || sceNpUtilCmpNpId || | ||
Line 6,135: | Line 5,861: | ||
|- | |- | ||
| 0x2B8A5788 || sceUpdateDownloadEnd || | | 0x2B8A5788 || sceUpdateDownloadEnd || | ||
|- | |- | ||
| 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 || | | 0x668E3C94 || some RTC Alarm Register || int vshtask_668E3C94(char * app_id?, uint8_t [0x4C]) | ||
|- | |- | ||
| 0x166551C5 || | | 0x166551C5 || RTC Alarm Unregister || int vshtask_166551C5(char * app_id) | ||
|- | |- | ||
| 0x784023D0 || | | 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 || | ||
|- | |- | ||
| 0x8B69F85A || xSettingDateGetInterface || | | 0x8B69F85A || xSettingDateGetInterface || | ||
Line 6,428: | Line 6,150: | ||
|- | |- | ||
| 0xCE27E884 || xSettingPremoGetInterface || | | 0xCE27E884 || xSettingPremoGetInterface || | ||
|- | |- | ||
| 0x7EDDAD29 || xSettingSecurityGetInterface || | | 0x7EDDAD29 || xSettingSecurityGetInterface || | ||
Line 6,440: | Line 6,158: | ||
|- | |- | ||
| 0x4712F276 || xSettingVideoGetInterface || | | 0x4712F276 || xSettingVideoGetInterface || | ||
|- | |- | ||
| 0xCC56EB2D || xUserGetInterface || | | 0xCC56EB2D || xUserGetInterface || | ||
|} | |} | ||
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 <- | |||
https://mega.nz/#!UhFE0Lia!QxLubSAVo9UXjHF2BwakISgnLJlK7gME6bsXQJ_POMM | |||
{{Development}}<noinclude>[[Category:Main]]</noinclude> | {{Development}}<noinclude>[[Category:Main]]</noinclude> |