|
psl1ght
A free SDK for Sony's PS3 console
|
Go to the source code of this file.
| #define MAX_NUM_OF_SYSTEM_CALLS 1024 |
Definition at line 7 of file syscalls.h.
| #define SYSCALL_BDEMU_SEND_COMMAND 699 |
Definition at line 267 of file syscalls.h.
| #define SYSCALL_COND_CREATE 105 /* cond.h */ |
Definition at line 89 of file syscalls.h.
| #define SYSCALL_COND_DESTROY 106 /* cond.h */ |
Definition at line 90 of file syscalls.h.
| #define SYSCALL_COND_SIGNAL 108 /* cond.h */ |
Definition at line 92 of file syscalls.h.
| #define SYSCALL_COND_SIGNAL_ALL 109 /* cond.h */ |
Definition at line 93 of file syscalls.h.
| #define SYSCALL_COND_SIGNAL_TO 110 /* cond.h */ |
Definition at line 94 of file syscalls.h.
| #define SYSCALL_COND_WAIT 107 /* cond.h */ |
Definition at line 91 of file syscalls.h.
| #define SYSCALL_DECI3_CLOSE 882 |
Definition at line 273 of file syscalls.h.
| #define SYSCALL_DECI3_CREATE_EVENT_PATH 881 |
Definition at line 272 of file syscalls.h.
| #define SYSCALL_DECI3_OPEN 880 |
Definition at line 271 of file syscalls.h.
| #define SYSCALL_DECI3_RECEIVE 884 |
Definition at line 275 of file syscalls.h.
| #define SYSCALL_DECI3_SEND 883 |
Definition at line 274 of file syscalls.h.
| #define SYSCALL_EVENT_FLAG_CANCEL 132 |
Definition at line 66 of file syscalls.h.
| #define SYSCALL_EVENT_FLAG_CLEAR 118 |
Definition at line 61 of file syscalls.h.
| #define SYSCALL_EVENT_FLAG_CREATE 82 |
Definition at line 56 of file syscalls.h.
| #define SYSCALL_EVENT_FLAG_DESTROY 83 |
Definition at line 57 of file syscalls.h.
| #define SYSCALL_EVENT_FLAG_GET 139 |
Definition at line 73 of file syscalls.h.
| #define SYSCALL_EVENT_FLAG_SET 87 |
Definition at line 60 of file syscalls.h.
| #define SYSCALL_EVENT_FLAG_TRYWAIT 86 |
Definition at line 59 of file syscalls.h.
| #define SYSCALL_EVENT_FLAG_WAIT 85 |
Definition at line 58 of file syscalls.h.
| #define SYSCALL_EVENT_PORT_CONNECT_IPC 140 |
Definition at line 74 of file syscalls.h.
| #define SYSCALL_EVENT_PORT_CONNECT_LOCAL 136 |
Definition at line 70 of file syscalls.h.
| #define SYSCALL_EVENT_PORT_CREATE 134 |
Definition at line 68 of file syscalls.h.
| #define SYSCALL_EVENT_PORT_DESTROY 135 |
Definition at line 69 of file syscalls.h.
| #define SYSCALL_EVENT_PORT_DISCONNECT 137 |
Definition at line 71 of file syscalls.h.
| #define SYSCALL_EVENT_PORT_SEND 138 |
Definition at line 72 of file syscalls.h.
| #define SYSCALL_EVENT_QUEUE_CREATE 128 |
Definition at line 62 of file syscalls.h.
| #define SYSCALL_EVENT_QUEUE_DESTROY 129 |
Definition at line 63 of file syscalls.h.
| #define SYSCALL_EVENT_QUEUE_DRAIN 133 |
Definition at line 67 of file syscalls.h.
| #define SYSCALL_EVENT_QUEUE_RECEIVE 130 |
Definition at line 64 of file syscalls.h.
| #define SYSCALL_EVENT_QUEUE_TRYRECEIVE 131 |
Definition at line 65 of file syscalls.h.
| #define SYSCALL_FSW_CONNECT_EVENT 633 |
Definition at line 251 of file syscalls.h.
| #define SYSCALL_FSW_DISCONNECT_EVENT 634 |
Definition at line 252 of file syscalls.h.
| #define SYSCALL_GPIO_GET 631 |
Definition at line 249 of file syscalls.h.
| #define SYSCALL_GPIO_SET 630 |
Definition at line 248 of file syscalls.h.
| #define SYSCALL_INTERRUPT_TAG_CREATE 80 /* interrupt.h */ |
Definition at line 50 of file syscalls.h.
| #define SYSCALL_INTERRUPT_TAG_DESTROY 81 /* interrupt.h */ |
Definition at line 51 of file syscalls.h.
| #define SYSCALL_INTERRUPT_THREAD_DISESTABLISH 89 /* interrupt.h */ |
Definition at line 54 of file syscalls.h.
| #define SYSCALL_INTERRUPT_THREAD_EOI 88 /* interrupt.h */ |
Definition at line 53 of file syscalls.h.
| #define SYSCALL_INTERRUPT_THREAD_ESTABLISH 84 /* interrupt.h */ |
Definition at line 52 of file syscalls.h.
| #define SYSCALL_IO_BUFFER_ALLOCATE 626 |
Definition at line 245 of file syscalls.h.
| #define SYSCALL_IO_BUFFER_CREATE 624 |
Definition at line 243 of file syscalls.h.
| #define SYSCALL_IO_BUFFER_DESTROY 625 |
Definition at line 244 of file syscalls.h.
| #define SYSCALL_IO_BUFFER_FREE 627 |
Definition at line 246 of file syscalls.h.
| #define SYSCALL_MEMORY_ALLOCATE 348 /* memory.h */ |
Definition at line 172 of file syscalls.h.
| #define SYSCALL_MEMORY_ALLOCATE_FROM_CONTAINER 350 /* memory.h */ |
Definition at line 174 of file syscalls.h.
| #define SYSCALL_MEMORY_CONTAINER_CREATE 324 /* memory.h */ |
Definition at line 169 of file syscalls.h.
| #define SYSCALL_MEMORY_CONTAINER_DESTROY 325 /* memory.h */ |
Definition at line 170 of file syscalls.h.
| #define SYSCALL_MEMORY_CONTAINER_GET_SIZE 343 |
Definition at line 171 of file syscalls.h.
| #define SYSCALL_MEMORY_FREE 349 /* memory.h */ |
Definition at line 173 of file syscalls.h.
| #define SYSCALL_MEMORY_GET_PAGE_ATTRIBUTE 351 |
Definition at line 175 of file syscalls.h.
| #define SYSCALL_MEMORY_GET_USER_MEMORY_SIZE 352 |
Definition at line 176 of file syscalls.h.
| #define SYSCALL_MMAPPER_ALLOCATE_ADDRESS 330 /* memory.h */ |
Definition at line 180 of file syscalls.h.
| #define SYSCALL_MMAPPER_ALLOCATE_FIXED_ADDRESS 326 |
Definition at line 178 of file syscalls.h.
| #define SYSCALL_MMAPPER_CHANGE_ADDRESS_ACCESS_RIGHT 336 |
Definition at line 182 of file syscalls.h.
| #define SYSCALL_MMAPPER_ENABLE_PAGE_FAULT_NOTIFICATION 327 |
Definition at line 179 of file syscalls.h.
| #define SYSCALL_MMAPPER_FREE_ADDRESS 331 /* memory.h */ |
Definition at line 181 of file syscalls.h.
| #define SYSCALL_MMAPPER_SEARCH_AND_MAP 337 /* memory.h */ |
Definition at line 183 of file syscalls.h.
| #define SYSCALL_MUTEX_CREATE 100 /* mutex.h */ |
Definition at line 83 of file syscalls.h.
| #define SYSCALL_MUTEX_DESTROY 101 /* mutex.h */ |
Definition at line 84 of file syscalls.h.
| #define SYSCALL_MUTEX_LOCK 102 /* mutex.h */ |
Definition at line 85 of file syscalls.h.
| #define SYSCALL_MUTEX_TRYLOCK 103 /* mutex.h */ |
Definition at line 86 of file syscalls.h.
| #define SYSCALL_MUTEX_UNLOCK 104 /* mutex.h */ |
Definition at line 87 of file syscalls.h.
| #define SYSCALL_OVERLAY_GET_MODULE_INFO 453 |
Definition at line 191 of file syscalls.h.
| #define SYSCALL_OVERLAY_GET_MODULE_INFO2 455 |
Definition at line 193 of file syscalls.h.
| #define SYSCALL_OVERLAY_GET_MODULE_LIST 452 |
Definition at line 190 of file syscalls.h.
| #define SYSCALL_OVERLAY_GET_SDK_VERSION 456 |
Definition at line 194 of file syscalls.h.
| #define SYSCALL_OVERLAY_LOAD_MODULE 450 |
Definition at line 188 of file syscalls.h.
| #define SYSCALL_OVERLAY_LOAD_MODULE_BY_FD 454 |
Definition at line 192 of file syscalls.h.
| #define SYSCALL_OVERLAY_UNLOAD_MODULE 451 |
Definition at line 189 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_DETACH 45 /* thread.h */ |
Definition at line 26 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_GET_JOIN_STATE 46 /* thread.h */ |
Definition at line 27 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_GET_PAGE_FAULT_CONTEXT 58 /* thread.h */ |
Definition at line 33 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_GET_PRIORITY 48 /* thread.h */ |
Definition at line 29 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_GET_STACK_INFORMATION 49 /* thread.h */ |
Definition at line 30 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_JOIN 44 /* thread.h */ |
Definition at line 25 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_RECOVER_PAGE_FAULT 57 /* thread.h */ |
Definition at line 32 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_RENAME 56 /* thread.h */ |
Definition at line 31 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_SET_PRIORITY 47 /* thread.h */ |
Definition at line 28 of file syscalls.h.
| #define SYSCALL_PPU_THREAD_YIELD 43 /* thread.h */ |
Definition at line 24 of file syscalls.h.
| #define SYSCALL_PROCESS_DETACH_CHILD 5 |
Definition at line 14 of file syscalls.h.
| #define SYSCALL_PROCESS_GET_ID 13 |
Definition at line 16 of file syscalls.h.
| #define SYSCALL_PROCESS_GET_NUMBER_OF_OBJECT 12 |
Definition at line 15 of file syscalls.h.
| #define SYSCALL_PROCESS_GET_PPU_GUID 31 |
Definition at line 22 of file syscalls.h.
| #define SYSCALL_PROCESS_GET_SDK_VERSION 25 |
Definition at line 21 of file syscalls.h.
| #define SYSCALL_PROCESS_GET_STATUS 4 |
Definition at line 13 of file syscalls.h.
| #define SYSCALL_PROCESS_GETPID 1 |
Definition at line 11 of file syscalls.h.
| #define SYSCALL_PROCESS_GETPPID 18 |
Definition at line 18 of file syscalls.h.
| #define SYSCALL_PROCESS_IS_SPU_LOCK_LINE_RESERVATION_ADDRESS 14 |
Definition at line 17 of file syscalls.h.
| #define SYSCALL_PROCESS_KILL 19 |
Definition at line 19 of file syscalls.h.
| #define SYSCALL_PROCESS_WAIT_FOR_CHILD 2 |
Definition at line 12 of file syscalls.h.
| #define SYSCALL_PROCESS_WAIT_FOR_CHILD2 23 |
Definition at line 20 of file syscalls.h.
| #define SYSCALL_PRX_GET_MODULE_ID_BY_ADDRESS 461 |
Definition at line 196 of file syscalls.h.
| #define SYSCALL_PRX_GET_MODULE_ID_BY_NAME 496 |
Definition at line 215 of file syscalls.h.
| #define SYSCALL_PRX_GET_MODULE_INFO 495 |
Definition at line 214 of file syscalls.h.
| #define SYSCALL_PRX_GET_MODULE_LIST 494 |
Definition at line 213 of file syscalls.h.
| #define SYSCALL_PRX_GET_PPU_GUID 467 |
Definition at line 201 of file syscalls.h.
| #define SYSCALL_PRX_LINK_LIBRARY 488 |
Definition at line 210 of file syscalls.h.
| #define SYSCALL_PRX_LOAD_MODULE 480 |
Definition at line 202 of file syscalls.h.
| #define SYSCALL_PRX_LOAD_MODULE_BY_FD 463 |
Definition at line 197 of file syscalls.h.
| #define SYSCALL_PRX_LOAD_MODULE_LIST 465 |
Definition at line 199 of file syscalls.h.
| #define SYSCALL_PRX_LOAD_MODULE_LIST_ON_MEMCONTAINER 466 |
Definition at line 200 of file syscalls.h.
| #define SYSCALL_PRX_LOAD_MODULE_ON_MEMCONTAINER 497 |
Definition at line 216 of file syscalls.h.
| #define SYSCALL_PRX_LOAD_MODULE_ON_MEMCONTAINER_BY_FD 464 |
Definition at line 198 of file syscalls.h.
| #define SYSCALL_PRX_QUERY_LIBRARY 490 |
Definition at line 212 of file syscalls.h.
| #define SYSCALL_PRX_QUERY_MODULE 485 |
Definition at line 207 of file syscalls.h.
| #define SYSCALL_PRX_REGISTER_LIBRARY 486 |
Definition at line 208 of file syscalls.h.
| #define SYSCALL_PRX_REGISTER_MODULE 484 |
Definition at line 206 of file syscalls.h.
| #define SYSCALL_PRX_START 498 |
Definition at line 217 of file syscalls.h.
| #define SYSCALL_PRX_START_MODULE 481 |
Definition at line 203 of file syscalls.h.
| #define SYSCALL_PRX_STOP 499 |
Definition at line 218 of file syscalls.h.
| #define SYSCALL_PRX_STOP_MODULE 482 |
Definition at line 204 of file syscalls.h.
| #define SYSCALL_PRX_UNLINK_LIBRARY 489 |
Definition at line 211 of file syscalls.h.
| #define SYSCALL_PRX_UNLOAD_MODULE 483 |
Definition at line 205 of file syscalls.h.
| #define SYSCALL_PRX_UNREGISTER_LIBRARY 487 |
Definition at line 209 of file syscalls.h.
| #define SYSCALL_RSX_ATTRIBUTE 677 |
Definition at line 265 of file syscalls.h.
| #define SYSCALL_RSX_CONTEXT_ALLOCATE 670 |
Definition at line 258 of file syscalls.h.
| #define SYSCALL_RSX_CONTEXT_ATTRIBUTE 674 |
Definition at line 262 of file syscalls.h.
| #define SYSCALL_RSX_CONTEXT_FREE 671 |
Definition at line 259 of file syscalls.h.
| #define SYSCALL_RSX_CONTEXT_IOMAP 672 |
Definition at line 260 of file syscalls.h.
| #define SYSCALL_RSX_CONTEXT_IOUNMAP 673 |
Definition at line 261 of file syscalls.h.
| #define SYSCALL_RSX_DEVICE_CLOSE 667 |
Definition at line 255 of file syscalls.h.
| #define SYSCALL_RSX_DEVICE_MAP 675 |
Definition at line 263 of file syscalls.h.
| #define SYSCALL_RSX_DEVICE_OPEN 666 |
Definition at line 254 of file syscalls.h.
| #define SYSCALL_RSX_DEVICE_UNMAP 676 |
Definition at line 264 of file syscalls.h.
| #define SYSCALL_RSX_MEMORY_ALLOCATE 668 |
Definition at line 256 of file syscalls.h.
| #define SYSCALL_RSX_MEMORY_FREE 669 |
Definition at line 257 of file syscalls.h.
| #define SYSCALL_RWLOCK_CREATE 120 |
Definition at line 96 of file syscalls.h.
| #define SYSCALL_RWLOCK_DESTROY 121 |
Definition at line 97 of file syscalls.h.
| #define SYSCALL_RWLOCK_RLOCK 122 |
Definition at line 98 of file syscalls.h.
| #define SYSCALL_RWLOCK_RUNLOCK 124 |
Definition at line 100 of file syscalls.h.
| #define SYSCALL_RWLOCK_TRYRLOCK 123 |
Definition at line 99 of file syscalls.h.
| #define SYSCALL_RWLOCK_TRYWLOCK 148 |
Definition at line 103 of file syscalls.h.
| #define SYSCALL_RWLOCK_WLOCK 125 |
Definition at line 101 of file syscalls.h.
| #define SYSCALL_RWLOCK_WUNLOCK 127 |
Definition at line 102 of file syscalls.h.
| #define SYSCALL_SEMAPHORE_CREATE 90 /* sem.h */ |
Definition at line 76 of file syscalls.h.
| #define SYSCALL_SEMAPHORE_DESTROY 91 /* sem.h */ |
Definition at line 77 of file syscalls.h.
| #define SYSCALL_SEMAPHORE_GET_VALUE 114 /* sem.h */ |
Definition at line 81 of file syscalls.h.
| #define SYSCALL_SEMAPHORE_POST 94 /* sem.h */ |
Definition at line 80 of file syscalls.h.
| #define SYSCALL_SEMAPHORE_TRYWAIT 93 /* sem.h */ |
Definition at line 79 of file syscalls.h.
| #define SYSCALL_SEMAPHORE_WAIT 92 /* sem.h */ |
Definition at line 78 of file syscalls.h.
| #define SYSCALL_SPU_CREATE 160 |
Definition at line 115 of file syscalls.h.
| #define SYSCALL_SPU_CREATE_INTERRUPT_TAG 150 |
Definition at line 109 of file syscalls.h.
| #define SYSCALL_SPU_DESTROY 161 |
Definition at line 116 of file syscalls.h.
| #define SYSCALL_SPU_GET_INT_MASK 152 |
Definition at line 111 of file syscalls.h.
| #define SYSCALL_SPU_GET_INT_STAT 154 |
Definition at line 113 of file syscalls.h.
| #define SYSCALL_SPU_GET_SPU_CFG 197 |
Definition at line 146 of file syscalls.h.
| #define SYSCALL_SPU_IMAGE_OPEN 156 |
Definition at line 114 of file syscalls.h.
| #define SYSCALL_SPU_IMAGE_OPEN_BY_FD 260 |
Definition at line 153 of file syscalls.h.
| #define SYSCALL_SPU_INITIALIZE 169 |
Definition at line 121 of file syscalls.h.
| #define SYSCALL_SPU_READ_PUINT_MB 163 |
Definition at line 117 of file syscalls.h.
| #define SYSCALL_SPU_RECOVER_PAGE_FAULT 199 |
Definition at line 148 of file syscalls.h.
| #define SYSCALL_SPU_SET_INT_MASK 151 |
Definition at line 110 of file syscalls.h.
| #define SYSCALL_SPU_SET_INT_STAT 153 |
Definition at line 112 of file syscalls.h.
| #define SYSCALL_SPU_SET_SPU_CFG 196 |
Definition at line 145 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_BIND_QUEUE 193 |
Definition at line 143 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_CONNECT_EVENT 191 |
Definition at line 141 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_DISCONNECT_EVENT 192 |
Definition at line 142 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GET_EXIT_STATUS 165 |
Definition at line 118 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GET_SPU_CFG 188 |
Definition at line 139 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_CONNECT_EVENT 185 |
Definition at line 136 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_CONNECT_EVENT_ALL_THREADS 251 |
Definition at line 150 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_CREATE 170 |
Definition at line 122 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_DESTROY 171 |
Definition at line 123 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_DISCONNECT_EVENT 186 |
Definition at line 137 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_DISCONNECT_EVENT_ALL_THREADS 252 |
Definition at line 151 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_GET_PRIORITY 180 |
Definition at line 132 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_JOIN 178 |
Definition at line 130 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_LOG 254 |
Definition at line 152 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_RESUME 175 |
Definition at line 127 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_SET_COOPERATIVE_VICTIMS 250 |
Definition at line 149 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_SET_PRIORITY 179 |
Definition at line 131 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_START 173 |
Definition at line 125 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_START_ON_EXIT 167 |
Definition at line 120 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_SUSPEND 174 |
Definition at line 126 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_TERMINATE 177 |
Definition at line 129 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_GROUP_YIELD 176 |
Definition at line 128 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_INITIALIZE 172 |
Definition at line 124 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_READ_LS 182 |
Definition at line 134 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_RECOVER_PAGE_FAULT 198 |
Definition at line 147 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_SET_ARGUMENT 166 |
Definition at line 119 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_SET_SPU_CFG 187 |
Definition at line 138 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_UNBIND_QUEUE 194 |
Definition at line 144 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_WRITE_LS 181 |
Definition at line 133 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_WRITE_SNR 184 |
Definition at line 135 of file syscalls.h.
| #define SYSCALL_SPU_THREAD_WRITE_SPU_MB 190 |
Definition at line 140 of file syscalls.h.
| #define SYSCALL_SS_GET_OPEN_PSID 872 |
Definition at line 269 of file syscalls.h.
| #define SYSCALL_STORAGE_ASYNC_CANCEL 608 |
Definition at line 228 of file syscalls.h.
| #define SYSCALL_STORAGE_ASYNC_CONFIGURE 605 |
Definition at line 225 of file syscalls.h.
| #define SYSCALL_STORAGE_ASYNC_READ 606 |
Definition at line 226 of file syscalls.h.
| #define SYSCALL_STORAGE_ASYNC_SEND_DEVICE_COMMAND 619 |
Definition at line 239 of file syscalls.h.
| #define SYSCALL_STORAGE_ASYNC_WRITE 607 |
Definition at line 227 of file syscalls.h.
| #define SYSCALL_STORAGE_CLOSE 601 |
Definition at line 221 of file syscalls.h.
| #define SYSCALL_STORAGE_CONFIGURE_MEDIUM_EVENT 612 |
Definition at line 232 of file syscalls.h.
| #define SYSCALL_STORAGE_CREATE_REGION 614 |
Definition at line 234 of file syscalls.h.
| #define SYSCALL_STORAGE_DELETE_REGION 615 |
Definition at line 235 of file syscalls.h.
| #define SYSCALL_STORAGE_EXECUTE_DEVICE_COMMAND 616 |
Definition at line 236 of file syscalls.h.
| #define SYSCALL_STORAGE_GET_DEVICE_CONFIG 610 |
Definition at line 230 of file syscalls.h.
| #define SYSCALL_STORAGE_GET_DEVICE_INFO 609 |
Definition at line 229 of file syscalls.h.
| #define SYSCALL_STORAGE_GET_REGION_ACL 617 |
Definition at line 237 of file syscalls.h.
| #define SYSCALL_STORAGE_GET_REGION_OFFSET 622 |
Definition at line 240 of file syscalls.h.
| #define SYSCALL_STORAGE_OPEN 600 |
Definition at line 220 of file syscalls.h.
| #define SYSCALL_STORAGE_READ 602 |
Definition at line 222 of file syscalls.h.
| #define SYSCALL_STORAGE_REPORT_DEVICES 611 |
Definition at line 231 of file syscalls.h.
| #define SYSCALL_STORAGE_SEND_DEVICE_COMMAND 604 |
Definition at line 224 of file syscalls.h.
| #define SYSCALL_STORAGE_SET_EMULATED_SPEED 623 |
Definition at line 241 of file syscalls.h.
| #define SYSCALL_STORAGE_SET_MEDIUM_POLLING_INTERVAL 613 |
Definition at line 233 of file syscalls.h.
| #define SYSCALL_STORAGE_SET_REGION_ACL 618 |
Definition at line 238 of file syscalls.h.
| #define SYSCALL_STORAGE_WRITE 603 |
Definition at line 223 of file syscalls.h.
| #define SYSCALL_TIME_GET_CURRENT_TIME 145 /* systime.h */ |
Definition at line 105 of file syscalls.h.
| #define SYSCALL_TIME_GET_TIMEBASE_FREQUENCY 147 /* systime.h */ |
Definition at line 107 of file syscalls.h.
| #define SYSCALL_TIME_SET_CURRENT_TIME 146 /* systime.h */ |
Definition at line 106 of file syscalls.h.
| #define SYSCALL_TIMER_CONNECT_EVENT_QUEUE 75 |
Definition at line 45 of file syscalls.h.
| #define SYSCALL_TIMER_CREATE 70 |
Definition at line 40 of file syscalls.h.
| #define SYSCALL_TIMER_DESTROY 71 |
Definition at line 41 of file syscalls.h.
| #define SYSCALL_TIMER_DISCONNECT_EVENT_QUEUE 76 |
Definition at line 46 of file syscalls.h.
| #define SYSCALL_TIMER_GET_INFORMATION 72 |
Definition at line 42 of file syscalls.h.
| #define SYSCALL_TIMER_SLEEP 142 /* systime.h */ |
Definition at line 48 of file syscalls.h.
| #define SYSCALL_TIMER_START 73 |
Definition at line 43 of file syscalls.h.
| #define SYSCALL_TIMER_STOP 74 |
Definition at line 44 of file syscalls.h.
| #define SYSCALL_TIMER_USLEEP 141 /* systime.h */ |
Definition at line 47 of file syscalls.h.
| #define SYSCALL_TRACE_ALLOCATE_BUFFER 67 |
Definition at line 35 of file syscalls.h.
| #define SYSCALL_TRACE_CREATE2 69 |
Definition at line 37 of file syscalls.h.
| #define SYSCALL_TRACE_CREATE2_IN_CBEPM 77 |
Definition at line 38 of file syscalls.h.
| #define SYSCALL_TRACE_FREE_BUFFER 68 |
Definition at line 36 of file syscalls.h.
| #define SYSCALL_TTY_READ 402 /* tty.h */ |
Definition at line 185 of file syscalls.h.
| #define SYSCALL_TTY_WRITE 403 /* tty.h */ |
Definition at line 186 of file syscalls.h.
| #define SYSCALL_VM_APPEND_MEMORY 302 |
Definition at line 157 of file syscalls.h.
| #define SYSCALL_VM_FLUSH 307 |
Definition at line 162 of file syscalls.h.
| #define SYSCALL_VM_GET_STATISTICS 312 |
Definition at line 167 of file syscalls.h.
| #define SYSCALL_VM_INVALIDATE 308 |
Definition at line 163 of file syscalls.h.
| #define SYSCALL_VM_LOCK 304 |
Definition at line 159 of file syscalls.h.
| #define SYSCALL_VM_MEMORY_MAP 300 |
Definition at line 155 of file syscalls.h.
| #define SYSCALL_VM_RETURN_MEMORY 303 |
Definition at line 158 of file syscalls.h.
| #define SYSCALL_VM_STORE 309 |
Definition at line 164 of file syscalls.h.
| #define SYSCALL_VM_SYNC 310 |
Definition at line 165 of file syscalls.h.
| #define SYSCALL_VM_TEST 311 |
Definition at line 166 of file syscalls.h.
| #define SYSCALL_VM_TOUCH 306 |
Definition at line 161 of file syscalls.h.
| #define SYSCALL_VM_UNLOCK 305 |
Definition at line 160 of file syscalls.h.
| #define SYSCALL_VM_UNMAP 301 |
Definition at line 156 of file syscalls.h.