MOS Source Code
|
Go to the source code of this file.
#define SYSCALL_DEFINED | ( | name | ) |
#define SYSCALL_vfs_openat 1 |
Definition at line 10 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_openat().
#define SYSCALL_NAME_1 vfs_openat |
#define SYSCALL_vfs_fstatat 2 |
Definition at line 13 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_fstatat().
#define SYSCALL_NAME_2 vfs_fstatat |
#define SYSCALL_io_read 3 |
Definition at line 16 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_read().
#define SYSCALL_io_write 4 |
Definition at line 19 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_write().
#define SYSCALL_io_close 5 |
Definition at line 22 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_close().
#define SYSCALL_exit 6 |
Definition at line 25 of file number.h.
Referenced by __attribute__(), and dispatch_syscall().
#define SYSCALL_yield_cpu 7 |
Definition at line 28 of file number.h.
Referenced by dispatch_syscall(), and syscall_yield_cpu().
#define SYSCALL_fork 8 |
Definition at line 31 of file number.h.
Referenced by dispatch_syscall(), and syscall_fork().
#define SYSCALL_get_pid 10 |
Definition at line 34 of file number.h.
Referenced by dispatch_syscall(), and syscall_get_pid().
#define SYSCALL_get_parent_pid 11 |
Definition at line 37 of file number.h.
Referenced by dispatch_syscall(), and syscall_get_parent_pid().
#define SYSCALL_NAME_11 get_parent_pid |
#define SYSCALL_spawn 12 |
Definition at line 40 of file number.h.
Referenced by dispatch_syscall(), and syscall_spawn().
#define SYSCALL_create_thread 13 |
Definition at line 43 of file number.h.
Referenced by dispatch_syscall(), and syscall_create_thread().
#define SYSCALL_NAME_13 create_thread |
#define SYSCALL_get_tid 14 |
Definition at line 46 of file number.h.
Referenced by dispatch_syscall(), and syscall_get_tid().
#define SYSCALL_thread_exit 15 |
Definition at line 49 of file number.h.
Referenced by __attribute__(), and dispatch_syscall().
#define SYSCALL_NAME_15 thread_exit |
#define SYSCALL_wait_for_thread 17 |
Definition at line 52 of file number.h.
Referenced by dispatch_syscall(), and syscall_wait_for_thread().
#define SYSCALL_NAME_17 wait_for_thread |
#define SYSCALL_futex_wait 18 |
Definition at line 55 of file number.h.
Referenced by dispatch_syscall(), and syscall_futex_wait().
#define SYSCALL_NAME_18 futex_wait |
#define SYSCALL_futex_wake 19 |
Definition at line 58 of file number.h.
Referenced by dispatch_syscall(), and syscall_futex_wake().
#define SYSCALL_NAME_19 futex_wake |
#define SYSCALL_ipc_create 20 |
Definition at line 61 of file number.h.
Referenced by dispatch_syscall(), and syscall_ipc_create().
#define SYSCALL_NAME_20 ipc_create |
#define SYSCALL_ipc_accept 21 |
Definition at line 64 of file number.h.
Referenced by dispatch_syscall(), and syscall_ipc_accept().
#define SYSCALL_NAME_21 ipc_accept |
#define SYSCALL_ipc_connect 22 |
Definition at line 67 of file number.h.
Referenced by dispatch_syscall(), and syscall_ipc_connect().
#define SYSCALL_NAME_22 ipc_connect |
#define SYSCALL_arch_syscall 23 |
Definition at line 70 of file number.h.
Referenced by dispatch_syscall(), and syscall_arch_syscall().
#define SYSCALL_NAME_23 arch_syscall |
#define SYSCALL_vfs_mount 24 |
Definition at line 73 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_mount().
#define SYSCALL_vfs_readlinkat 25 |
Definition at line 76 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_readlinkat().
#define SYSCALL_NAME_25 vfs_readlinkat |
#define SYSCALL_vfs_unlinkat 26 |
Definition at line 79 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_unlinkat().
#define SYSCALL_NAME_26 vfs_unlinkat |
#define SYSCALL_vfs_symlink 27 |
Definition at line 82 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_symlink().
#define SYSCALL_NAME_27 vfs_symlink |
#define SYSCALL_vfs_mkdir 28 |
Definition at line 85 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_mkdir().
#define SYSCALL_vfs_list_dir 29 |
Definition at line 88 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_list_dir().
#define SYSCALL_NAME_29 vfs_list_dir |
#define SYSCALL_fd_manipulate 30 |
Definition at line 91 of file number.h.
Referenced by dispatch_syscall(), and syscall_fd_manipulate().
#define SYSCALL_NAME_30 fd_manipulate |
#define SYSCALL_mmap_anonymous 31 |
Definition at line 94 of file number.h.
Referenced by dispatch_syscall(), and syscall_mmap_anonymous().
#define SYSCALL_NAME_31 mmap_anonymous |
#define SYSCALL_mmap_file 32 |
Definition at line 97 of file number.h.
Referenced by dispatch_syscall(), and syscall_mmap_file().
#define SYSCALL_wait_for_process 33 |
Definition at line 100 of file number.h.
Referenced by dispatch_syscall(), and syscall_wait_for_process().
#define SYSCALL_NAME_33 wait_for_process |
#define SYSCALL_munmap 34 |
Definition at line 103 of file number.h.
Referenced by dispatch_syscall(), and syscall_munmap().
#define SYSCALL_vfs_chdirat 35 |
Definition at line 106 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_chdirat().
#define SYSCALL_NAME_35 vfs_chdirat |
#define SYSCALL_vfs_getcwd 36 |
Definition at line 109 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_getcwd().
#define SYSCALL_NAME_36 vfs_getcwd |
#define SYSCALL_io_seek 37 |
Definition at line 112 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_seek().
#define SYSCALL_io_tell 38 |
Definition at line 115 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_tell().
#define SYSCALL_signal_register 39 |
Definition at line 118 of file number.h.
Referenced by dispatch_syscall(), and syscall_signal_register().
#define SYSCALL_NAME_39 signal_register |
#define SYSCALL_signal_process 40 |
Definition at line 121 of file number.h.
Referenced by dispatch_syscall(), and syscall_signal_process().
#define SYSCALL_NAME_40 signal_process |
#define SYSCALL_signal_thread 41 |
Definition at line 124 of file number.h.
Referenced by dispatch_syscall(), and syscall_signal_thread().
#define SYSCALL_NAME_41 signal_thread |
#define SYSCALL_poweroff 42 |
Definition at line 127 of file number.h.
Referenced by dispatch_syscall(), and syscall_poweroff().
#define SYSCALL_signal_return 43 |
Definition at line 130 of file number.h.
Referenced by dispatch_syscall().
#define SYSCALL_NAME_43 signal_return |
#define SYSCALL_vm_protect 44 |
Definition at line 133 of file number.h.
Referenced by dispatch_syscall(), and syscall_vm_protect().
#define SYSCALL_NAME_44 vm_protect |
#define SYSCALL_io_poll 45 |
Definition at line 136 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_poll().
#define SYSCALL_io_pselect 46 |
Definition at line 139 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_pselect().
#define SYSCALL_NAME_46 io_pselect |
#define SYSCALL_execveat 47 |
Definition at line 142 of file number.h.
Referenced by dispatch_syscall(), and syscall_execveat().
#define SYSCALL_clock_msleep 48 |
Definition at line 145 of file number.h.
Referenced by dispatch_syscall(), and syscall_clock_msleep().
#define SYSCALL_NAME_48 clock_msleep |
#define SYSCALL_io_dup 49 |
Definition at line 148 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_dup().
#define SYSCALL_io_dup2 50 |
Definition at line 151 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_dup2().
#define SYSCALL_dmabuf_alloc 51 |
Definition at line 154 of file number.h.
Referenced by dispatch_syscall(), and syscall_dmabuf_alloc().
#define SYSCALL_NAME_51 dmabuf_alloc |
#define SYSCALL_dmabuf_free 52 |
Definition at line 157 of file number.h.
Referenced by dispatch_syscall(), and syscall_dmabuf_free().
#define SYSCALL_NAME_52 dmabuf_free |
#define SYSCALL_dmabuf_share 53 |
Definition at line 160 of file number.h.
Referenced by dispatch_syscall(), and syscall_dmabuf_share().
#define SYSCALL_NAME_53 dmabuf_share |
#define SYSCALL_dmabuf_unshare 54 |
Definition at line 163 of file number.h.
Referenced by dispatch_syscall(), and syscall_dmabuf_unshare().
#define SYSCALL_NAME_54 dmabuf_unshare |
#define SYSCALL_pipe 55 |
Definition at line 166 of file number.h.
Referenced by dispatch_syscall(), and syscall_pipe().
#define SYSCALL_io_readv 56 |
Definition at line 169 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_readv().
#define SYSCALL_vfs_unmount 57 |
Definition at line 172 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_unmount().
#define SYSCALL_NAME_57 vfs_unmount |
#define SYSCALL_clock_gettimeofday 58 |
Definition at line 175 of file number.h.
Referenced by dispatch_syscall(), and syscall_clock_gettimeofday().
#define SYSCALL_NAME_58 clock_gettimeofday |
#define SYSCALL_thread_setname 59 |
Definition at line 178 of file number.h.
Referenced by dispatch_syscall(), and syscall_thread_setname().
#define SYSCALL_NAME_59 thread_setname |
#define SYSCALL_thread_getname 60 |
Definition at line 181 of file number.h.
Referenced by dispatch_syscall(), and syscall_thread_getname().
#define SYSCALL_NAME_60 thread_getname |
#define SYSCALL_vfs_fchmodat 61 |
Definition at line 184 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_fchmodat().
#define SYSCALL_NAME_61 vfs_fchmodat |
#define SYSCALL_io_pread 62 |
Definition at line 187 of file number.h.
Referenced by dispatch_syscall(), and syscall_io_pread().
#define SYSCALL_memfd_create 63 |
Definition at line 190 of file number.h.
Referenced by dispatch_syscall(), and syscall_memfd_create().
#define SYSCALL_NAME_63 memfd_create |
#define SYSCALL_signal_mask_op 64 |
Definition at line 193 of file number.h.
Referenced by dispatch_syscall(), and syscall_signal_mask_op().
#define SYSCALL_NAME_64 signal_mask_op |
#define SYSCALL_vfs_fsync 65 |
Definition at line 196 of file number.h.
Referenced by dispatch_syscall(), and syscall_vfs_fsync().