MCPcopy Create free account

hub / github.com/Force67/prosperity / functions

Functions1,395 in github.com/Force67/prosperity

Functionsys_dynlib_get_obj_member
delta/kern/lv2/sys_dynlib.cpp:155
Functionsys_dynlib_get_proc_param
delta/kern/lv2/sys_dynlib.cpp:179
Functionsys_dynlib_load_prx
syscall 594. libkernel's _sceKernelLoadStartModule path calls this with rdi=path, rsi=flags, rdx=&handle. It expects the loaded module's handle writte
delta/kern/lv2/sys_dynlib.cpp:216
Functionsys_dynlib_prepare_dlclose
delta/kern/lv2/sys_sce_misc.cpp:117
Functionsys_dynlib_unload_prx
We never reclaim a loaded module (its code/data stay mapped for the process lifetime), so unload is a success no-op: the guest's module_stop has alrea
delta/kern/lv2/sys_dynlib.cpp:346
Functionsys_eport_close
delta/kern/lv2/sys_sce_misc.cpp:114
Functionsys_eport_create
Event-port objects for kqueue-style delivery. We don't route events through them, so return a fixed handle and swallow trigger/delete. Logged once: a
delta/kern/lv2/sys_sce_misc.cpp:106
Functionsys_eport_delete
delta/kern/lv2/sys_sce_misc.cpp:111
Functionsys_eport_open
delta/kern/lv2/sys_sce_misc.cpp:113
Functionsys_eport_trigger
delta/kern/lv2/sys_sce_misc.cpp:112
Functionsys_evf_cancel
delta/kern/lv2/sys_event_flag.cpp:178
Functionsys_evf_clear
delta/kern/lv2/sys_event_flag.cpp:170
Functionsys_evf_close
delta/kern/lv2/sys_event_flag.cpp:144
Functionsys_evf_create
delta/kern/lv2/sys_event_flag.cpp:89
Functionsys_evf_open
delta/kern/lv2/sys_event_flag.cpp:114
Functionsys_evf_set
delta/kern/lv2/sys_event_flag.cpp:162
Functionsys_evf_trywait
delta/kern/lv2/sys_event_flag.cpp:154
Functionsys_evf_wait
delta/kern/lv2/sys_event_flag.cpp:146
Functionsys_execve
delta/kern/lv2/bsd_syscalls.cpp:27
Functionsys_exit
delta/kern/lv2/bsd_syscalls.cpp:17
Functionsys_extend_page_table_pool
delta/kern/lv2/sys_mem_ext.cpp:194
Functionsys_faccessat
delta/kern/lv2/sys_vfs_ext.cpp:54
Functionsys_fchdir
delta/kern/lv2/sys_vfs_ext.cpp:228
Functionsys_fcntl
delta/kern/lv2/sys_vfs_ext.cpp:88
Functionsys_fdatasync
delta/kern/lv2/sys_vfs_ext.cpp:115
Functionsys_ffclock_getcounter
Feed-forward clock counter. We don't model an ffclock, so just expose a monotonically increasing nanosecond count, which is all the counter is used fo
delta/kern/lv2/sys_time_ext.cpp:130
Functionsys_ffclock_getestimate
delta/kern/lv2/sys_time_ext.cpp:142
Functionsys_ffclock_setestimate
delta/kern/lv2/sys_time_ext.cpp:140
Functionsys_flock
delta/kern/lv2/sys_sce_misc.cpp:257
Functionsys_fpathconf
delta/kern/lv2/sys_sce_misc.cpp:287
Functionsys_free_stack
Thread stacks live in the leaked flat arena, so freeing one is a no-op.
delta/kern/lv2/sys_mem_ext.cpp:205
Functionsys_fstat
delta/kern/lv2/sys_vfs.cpp:170
Functionsys_fstatat
delta/kern/lv2/sys_vfs_ext.cpp:84
Functionsys_fsync
delta/kern/lv2/sys_vfs_ext.cpp:114
Functionsys_ftruncate
delta/kern/lv2/sys_mem.cpp:322
Functionsys_futimes
delta/kern/lv2/sys_sce_misc.cpp:260
Functionsys_get_authinfo
delta/kern/lv2/sys_info.cpp:85
Functionsys_get_bio_usage_all
delta/kern/lv2/sys_sce_misc.cpp:224
Functionsys_get_cpu_usage_all
delta/kern/lv2/sys_sce_misc.cpp:163
Functionsys_get_cpu_usage_proc
delta/kern/lv2/sys_sce_misc.cpp:164
Functionsys_get_gpo
delta/kern/lv2/sys_sce_misc.cpp:159
Functionsys_get_kernel_mem_statistics
delta/kern/lv2/sys_sce_misc.cpp:181
Functionsys_get_map_statistics
delta/kern/lv2/sys_mem_ext.cpp:198
Functionsys_get_page_table_stats
delta/kern/lv2/sys_sce_misc.cpp:213
Functionsys_get_paging_stats_of_all_objects
delta/kern/lv2/sys_sce_misc.cpp:152
Functionsys_get_paging_stats_of_all_threads
delta/kern/lv2/sys_sce_misc.cpp:151
Functionsys_get_proc_type_info
maybe should be moved to a proc file*/
delta/kern/lv2/sys_info.cpp:98
Functionsys_get_resident_count
delta/kern/lv2/sys_sce_misc.cpp:154
Functionsys_get_resident_fmem_count
delta/kern/lv2/sys_sce_misc.cpp:155
Functionsys_get_sdk_compiled_version
The SDK version the title was compiled against. 5.05 matches kern.sdk_version reported via sysctl in sys_info.cpp.
delta/kern/lv2/sys_sce_misc.cpp:189
Functionsys_get_self_auth_info
Same SceSelfAuthInfo (136 bytes) shape as sys_get_authinfo in sys_info.cpp, reporting a non-privileged application identity.
delta/kern/lv2/sys_sce_misc.cpp:139
Functionsys_get_vm_map_timestamp
delta/kern/lv2/sys_mem_ext.cpp:196
Functionsys_getcwd
delta/kern/lv2/sys_vfs_ext.cpp:117
Functionsys_getdents
delta/kern/lv2/sys_vfs.cpp:210
Functionsys_getdirentries
delta/kern/lv2/sys_vfs_ext.cpp:255
Functionsys_getdtablesize
delta/kern/lv2/sys_procid.cpp:167
Functionsys_getegid
delta/kern/lv2/sys_procid.cpp:34
Functionsys_geteuid
delta/kern/lv2/sys_procid.cpp:32
Functionsys_getgid
delta/kern/lv2/sys_procid.cpp:33
Functionsys_getgroups
Report membership in a single group (gid 1). A zero-length query returns just the count.
delta/kern/lv2/sys_sce_misc.cpp:229
Functionsys_gethostname
delta/kern/lv2/sys_procid.cpp:153
Functionsys_getitimer
We don't run real interval timers; report "disarmed" (all zero) and accept arming requests as no-ops so guest code that merely sets/clears an itimer d
delta/kern/lv2/sys_time_ext.cpp:84
Functionsys_getlogin
delta/kern/lv2/sys_procid.cpp:69
Functionsys_getpagesize
The PS4 uses a 16 KiB page size.
delta/kern/lv2/sys_sce_misc.cpp:255
Functionsys_getpgid
delta/kern/lv2/sys_procid.cpp:93
Functionsys_getpgrp
delta/kern/lv2/sys_procid.cpp:91
Functionsys_getpid
delta/kern/lv2/bsd_syscalls.cpp:174
Functionsys_getppid
delta/kern/lv2/sys_procid.cpp:29
Functionsys_getpriority
delta/kern/lv2/sys_sce_misc.cpp:238
Functionsys_getresgid
delta/kern/lv2/sys_procid.cpp:56
Functionsys_getresuid
delta/kern/lv2/sys_procid.cpp:47
Functionsys_getrlimit
FreeBSD rlimit{int64 rlim_cur; int64 rlim_max}; RLIM_INFINITY is INT64_MAX. Most resources are genuinely unbounded here, but a few must read back fini
delta/kern/lv2/sys_procid.cpp:109
Functionsys_getrusage
struct rusage is ~144 bytes on LP64; we keep no accounting, so zero it.
delta/kern/lv2/sys_procid.cpp:98
Functionsys_getsid
delta/kern/lv2/sys_procid.cpp:95
Functionsys_getsockopt
delta/kern/lv2/sys_sce_misc.cpp:242
Functionsys_gettimeofday
gettimeofday: wall-clock time as seconds + microseconds. We pull from CLOCK_REALTIME (same source as sys_clock_gettime's REALTIME path) and convert th
delta/kern/lv2/sys_time_ext.cpp:24
Functionsys_getuid
delta/kern/lv2/sys_procid.cpp:31
Functionsys_ioctl
delta/kern/lv2/sys_generic.cpp:11
Functionsys_ipmimgr_call
delta/kern/lv2/sys_ipmi.cpp:161
Functionsys_is_development_mode
0 == retail / not in development mode.
delta/kern/lv2/sys_sce_misc.cpp:135
Functionsys_is_in_sandbox
delta/kern/lv2/sys_info.cpp:66
Functionsys_issetugid
Report "clean" so libc doesn't disable env-based behaviour or harden itself.
delta/kern/lv2/sys_procid.cpp:67
Functionsys_jitshm_alias
delta/kern/lv2/sys_sce_misc.cpp:44
Functionsys_jitshm_create
The JIT shm object the guest later mmaps to hold generated code. The real syscall returns an fd; we return an RWX anonymous region instead, so a guest
delta/kern/lv2/sys_sce_misc.cpp:37
Functionsys_kevent
delta/kern/lv2/sys_event.cpp:276
Functionsys_kill
We deliver no real signals; log the attempt and pretend it landed.
delta/kern/lv2/sys_procid.cpp:170
Functionsys_kqueue
delta/kern/lv2/sys_event.cpp:263
Functionsys_kqueueex
delta/kern/lv2/sys_event.cpp:269
Functionsys_ksem_close
delta/kern/lv2/sys_ksem.cpp:107
Functionsys_ksem_destroy
delta/kern/lv2/sys_ksem.cpp:184
Functionsys_ksem_getvalue
delta/kern/lv2/sys_ksem.cpp:173
Functionsys_ksem_init
delta/kern/lv2/sys_ksem.cpp:52
Functionsys_ksem_open
delta/kern/lv2/sys_ksem.cpp:65
Functionsys_ksem_post
delta/kern/lv2/sys_ksem.cpp:115
Functionsys_ksem_timedwait
delta/kern/lv2/sys_ksem.cpp:146
Functionsys_ksem_trywait
delta/kern/lv2/sys_ksem.cpp:135
Functionsys_ksem_unlink
delta/kern/lv2/sys_ksem.cpp:94
Functionsys_ktimer_create
POSIX per-process timers. We hand out unique ids but never actually fire the associated signals/events; this keeps create/delete/arm bookkeeping in th
delta/kern/lv2/sys_time_ext.cpp:100
Functionsys_ktimer_delete
delta/kern/lv2/sys_time_ext.cpp:107
Functionsys_ktimer_getoverrun
No timer ever fires, so it can never overrun.
delta/kern/lv2/sys_time_ext.cpp:125
← previousnext →1,101–1,200 of 1,395, ranked by callers