⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 riscos-syscall.h

📁 umon bootloader source code, support mips cpu.
💻 H
📖 第 1 页 / 共 4 页
字号:
#define __NR_SVR4_CDC_reserved5		(__NR_SVR4 + 225)
#define __NR_SVR4_CDC_reserved6		(__NR_SVR4 + 226)
#define __NR_SVR4_CDC_reserved7		(__NR_SVR4 + 227)
#define __NR_SVR4_CDC_reserved8		(__NR_SVR4 + 228)
#define __NR_SVR4_CDC_reserved9		(__NR_SVR4 + 229)
#define __NR_SVR4_CDC_reserved10	(__NR_SVR4 + 230)
#define __NR_SVR4_CDC_reserved11	(__NR_SVR4 + 231)
#define __NR_SVR4_CDC_reserved12	(__NR_SVR4 + 232)
#define __NR_SVR4_CDC_reserved13	(__NR_SVR4 + 233)
#define __NR_SVR4_CDC_reserved14	(__NR_SVR4 + 234)
#define __NR_SVR4_CDC_reserved15	(__NR_SVR4 + 235)
#define __NR_SVR4_CDC_reserved16	(__NR_SVR4 + 236)
#define __NR_SVR4_CDC_reserved17	(__NR_SVR4 + 237)
#define __NR_SVR4_CDC_reserved18	(__NR_SVR4 + 238)
#define __NR_SVR4_CDC_reserved19	(__NR_SVR4 + 239)
#define __NR_SVR4_CDC_reserved20	(__NR_SVR4 + 240)

/*
 * SYS V syscalls are in the range from 1000 to 1999
 */
#define __NR_SYSV			1000
#define __NR_SYSV_syscall		(__NR_SYSV +   0)
#define __NR_SYSV_exit			(__NR_SYSV +   1)
#define __NR_SYSV_fork			(__NR_SYSV +   2)
#define __NR_SYSV_read			(__NR_SYSV +   3)
#define __NR_SYSV_write			(__NR_SYSV +   4)
#define __NR_SYSV_open			(__NR_SYSV +   5)
#define __NR_SYSV_close			(__NR_SYSV +   6)
#define __NR_SYSV_wait			(__NR_SYSV +   7)
#define __NR_SYSV_creat			(__NR_SYSV +   8)
#define __NR_SYSV_link			(__NR_SYSV +   9)
#define __NR_SYSV_unlink		(__NR_SYSV +  10)
#define __NR_SYSV_execv			(__NR_SYSV +  11)
#define __NR_SYSV_chdir			(__NR_SYSV +  12)
#define __NR_SYSV_time			(__NR_SYSV +  13)
#define __NR_SYSV_mknod			(__NR_SYSV +  14)
#define __NR_SYSV_chmod			(__NR_SYSV +  15)
#define __NR_SYSV_chown			(__NR_SYSV +  16)
#define __NR_SYSV_brk			(__NR_SYSV +  17)
#define __NR_SYSV_stat			(__NR_SYSV +  18)
#define __NR_SYSV_lseek			(__NR_SYSV +  19)
#define __NR_SYSV_getpid		(__NR_SYSV +  20)
#define __NR_SYSV_mount			(__NR_SYSV +  21)
#define __NR_SYSV_umount		(__NR_SYSV +  22)
#define __NR_SYSV_setuid		(__NR_SYSV +  23)
#define __NR_SYSV_getuid		(__NR_SYSV +  24)
#define __NR_SYSV_stime			(__NR_SYSV +  25)
#define __NR_SYSV_ptrace		(__NR_SYSV +  26)
#define __NR_SYSV_alarm			(__NR_SYSV +  27)
#define __NR_SYSV_fstat			(__NR_SYSV +  28)
#define __NR_SYSV_pause			(__NR_SYSV +  29)
#define __NR_SYSV_utime			(__NR_SYSV +  30)
#define __NR_SYSV_stty			(__NR_SYSV +  31)
#define __NR_SYSV_gtty			(__NR_SYSV +  32)
#define __NR_SYSV_access		(__NR_SYSV +  33)
#define __NR_SYSV_nice			(__NR_SYSV +  34)
#define __NR_SYSV_statfs		(__NR_SYSV +  35)
#define __NR_SYSV_sync			(__NR_SYSV +  36)
#define __NR_SYSV_kill			(__NR_SYSV +  37)
#define __NR_SYSV_fstatfs		(__NR_SYSV +  38)
#define __NR_SYSV_setpgrp		(__NR_SYSV +  39)
#define __NR_SYSV_syssgi		(__NR_SYSV +  40)
#define __NR_SYSV_dup			(__NR_SYSV +  41)
#define __NR_SYSV_pipe			(__NR_SYSV +  42)
#define __NR_SYSV_times			(__NR_SYSV +  43)
#define __NR_SYSV_profil		(__NR_SYSV +  44)
#define __NR_SYSV_plock			(__NR_SYSV +  45)
#define __NR_SYSV_setgid		(__NR_SYSV +  46)
#define __NR_SYSV_getgid		(__NR_SYSV +  47)
#define __NR_SYSV_sig			(__NR_SYSV +  48)
#define __NR_SYSV_msgsys		(__NR_SYSV +  49)
#define __NR_SYSV_sysmips		(__NR_SYSV +  50)
#define __NR_SYSV_acct			(__NR_SYSV +  51)
#define __NR_SYSV_shmsys		(__NR_SYSV +  52)
#define __NR_SYSV_semsys		(__NR_SYSV +  53)
#define __NR_SYSV_ioctl			(__NR_SYSV +  54)
#define __NR_SYSV_uadmin		(__NR_SYSV +  55)
#define __NR_SYSV_sysmp			(__NR_SYSV +  56)
#define __NR_SYSV_utssys		(__NR_SYSV +  57)
#define __NR_SYSV_USG_reserved1		(__NR_SYSV +  58)
#define __NR_SYSV_execve		(__NR_SYSV +  59)
#define __NR_SYSV_umask			(__NR_SYSV +  60)
#define __NR_SYSV_chroot		(__NR_SYSV +  61)
#define __NR_SYSV_fcntl			(__NR_SYSV +  62)
#define __NR_SYSV_ulimit		(__NR_SYSV +  63)
#define __NR_SYSV_SAFARI4_reserved1	(__NR_SYSV +  64)
#define __NR_SYSV_SAFARI4_reserved2	(__NR_SYSV +  65)
#define __NR_SYSV_SAFARI4_reserved3	(__NR_SYSV +  66)
#define __NR_SYSV_SAFARI4_reserved4	(__NR_SYSV +  67)
#define __NR_SYSV_SAFARI4_reserved5	(__NR_SYSV +  68)
#define __NR_SYSV_SAFARI4_reserved6	(__NR_SYSV +  69)
#define __NR_SYSV_advfs			(__NR_SYSV +  70)
#define __NR_SYSV_unadvfs		(__NR_SYSV +  71)
#define __NR_SYSV_rmount		(__NR_SYSV +  72)
#define __NR_SYSV_rumount		(__NR_SYSV +  73)
#define __NR_SYSV_rfstart		(__NR_SYSV +  74)
#define __NR_SYSV_getrlimit64		(__NR_SYSV +  75)
#define __NR_SYSV_setrlimit64		(__NR_SYSV +  76)
#define __NR_SYSV_nanosleep		(__NR_SYSV +  77)
#define __NR_SYSV_lseek64		(__NR_SYSV +  78)
#define __NR_SYSV_rmdir			(__NR_SYSV +  79)
#define __NR_SYSV_mkdir			(__NR_SYSV +  80)
#define __NR_SYSV_getdents		(__NR_SYSV +  81)
#define __NR_SYSV_sginap		(__NR_SYSV +  82)
#define __NR_SYSV_sgikopt		(__NR_SYSV +  83)
#define __NR_SYSV_sysfs			(__NR_SYSV +  84)
#define __NR_SYSV_getmsg		(__NR_SYSV +  85)
#define __NR_SYSV_putmsg		(__NR_SYSV +  86)
#define __NR_SYSV_poll			(__NR_SYSV +  87)
#define __NR_SYSV_sigreturn		(__NR_SYSV +  88)
#define __NR_SYSV_accept		(__NR_SYSV +  89)
#define __NR_SYSV_bind			(__NR_SYSV +  90)
#define __NR_SYSV_connect		(__NR_SYSV +  91)
#define __NR_SYSV_gethostid		(__NR_SYSV +  92)
#define __NR_SYSV_getpeername		(__NR_SYSV +  93)
#define __NR_SYSV_getsockname		(__NR_SYSV +  94)
#define __NR_SYSV_getsockopt		(__NR_SYSV +  95)
#define __NR_SYSV_listen		(__NR_SYSV +  96)
#define __NR_SYSV_recv			(__NR_SYSV +  97)
#define __NR_SYSV_recvfrom		(__NR_SYSV +  98)
#define __NR_SYSV_recvmsg		(__NR_SYSV +  99)
#define __NR_SYSV_select		(__NR_SYSV + 100)
#define __NR_SYSV_send			(__NR_SYSV + 101)
#define __NR_SYSV_sendmsg		(__NR_SYSV + 102)
#define __NR_SYSV_sendto		(__NR_SYSV + 103)
#define __NR_SYSV_sethostid		(__NR_SYSV + 104)
#define __NR_SYSV_setsockopt		(__NR_SYSV + 105)
#define __NR_SYSV_shutdown		(__NR_SYSV + 106)
#define __NR_SYSV_socket		(__NR_SYSV + 107)
#define __NR_SYSV_gethostname		(__NR_SYSV + 108)
#define __NR_SYSV_sethostname		(__NR_SYSV + 109)
#define __NR_SYSV_getdomainname		(__NR_SYSV + 110)
#define __NR_SYSV_setdomainname		(__NR_SYSV + 111)
#define __NR_SYSV_truncate		(__NR_SYSV + 112)
#define __NR_SYSV_ftruncate		(__NR_SYSV + 113)
#define __NR_SYSV_rename		(__NR_SYSV + 114)
#define __NR_SYSV_symlink		(__NR_SYSV + 115)
#define __NR_SYSV_readlink		(__NR_SYSV + 116)
#define __NR_SYSV_lstat			(__NR_SYSV + 117)
#define __NR_SYSV_nfsmount		(__NR_SYSV + 118)
#define __NR_SYSV_nfssvc		(__NR_SYSV + 119)
#define __NR_SYSV_getfh			(__NR_SYSV + 120)
#define __NR_SYSV_async_daemon		(__NR_SYSV + 121)
#define __NR_SYSV_exportfs		(__NR_SYSV + 122)
#define __NR_SYSV_setregid		(__NR_SYSV + 123)
#define __NR_SYSV_setreuid		(__NR_SYSV + 124)
#define __NR_SYSV_getitimer		(__NR_SYSV + 125)
#define __NR_SYSV_setitimer		(__NR_SYSV + 126)
#define __NR_SYSV_adjtime		(__NR_SYSV + 127)
#define __NR_SYSV_BSD_getime		(__NR_SYSV + 128)
#define __NR_SYSV_sproc			(__NR_SYSV + 129)
#define __NR_SYSV_prctl			(__NR_SYSV + 130)
#define __NR_SYSV_procblk		(__NR_SYSV + 131)
#define __NR_SYSV_sprocsp		(__NR_SYSV + 132)
#define __NR_SYSV_sgigsc		(__NR_SYSV + 133)
#define __NR_SYSV_mmap			(__NR_SYSV + 134)
#define __NR_SYSV_munmap		(__NR_SYSV + 135)
#define __NR_SYSV_mprotect		(__NR_SYSV + 136)
#define __NR_SYSV_msync			(__NR_SYSV + 137)
#define __NR_SYSV_madvise		(__NR_SYSV + 138)
#define __NR_SYSV_pagelock		(__NR_SYSV + 139)
#define __NR_SYSV_getpagesize		(__NR_SYSV + 140)
#define __NR_SYSV_quotactl		(__NR_SYSV + 141)
#define __NR_SYSV_libdetach		(__NR_SYSV + 142)
#define __NR_SYSV_BSDgetpgrp		(__NR_SYSV + 143)
#define __NR_SYSV_BSDsetpgrp		(__NR_SYSV + 144)
#define __NR_SYSV_vhangup		(__NR_SYSV + 145)
#define __NR_SYSV_fsync			(__NR_SYSV + 146)
#define __NR_SYSV_fchdir		(__NR_SYSV + 147)
#define __NR_SYSV_getrlimit		(__NR_SYSV + 148)
#define __NR_SYSV_setrlimit		(__NR_SYSV + 149)
#define __NR_SYSV_cacheflush		(__NR_SYSV + 150)
#define __NR_SYSV_cachectl		(__NR_SYSV + 151)
#define __NR_SYSV_fchown		(__NR_SYSV + 152)
#define __NR_SYSV_fchmod		(__NR_SYSV + 153)
#define __NR_SYSV_wait3			(__NR_SYSV + 154)
#define __NR_SYSV_socketpair		(__NR_SYSV + 155)
#define __NR_SYSV_sysinfo		(__NR_SYSV + 156)
#define __NR_SYSV_nuname		(__NR_SYSV + 157)
#define __NR_SYSV_xstat			(__NR_SYSV + 158)
#define __NR_SYSV_lxstat		(__NR_SYSV + 159)
#define __NR_SYSV_fxstat		(__NR_SYSV + 160)
#define __NR_SYSV_xmknod		(__NR_SYSV + 161)
#define __NR_SYSV_ksigaction		(__NR_SYSV + 162)
#define __NR_SYSV_sigpending		(__NR_SYSV + 163)
#define __NR_SYSV_sigprocmask		(__NR_SYSV + 164)
#define __NR_SYSV_sigsuspend		(__NR_SYSV + 165)
#define __NR_SYSV_sigpoll		(__NR_SYSV + 166)
#define __NR_SYSV_swapctl		(__NR_SYSV + 167)
#define __NR_SYSV_getcontext		(__NR_SYSV + 168)
#define __NR_SYSV_setcontext		(__NR_SYSV + 169)
#define __NR_SYSV_waitsys		(__NR_SYSV + 170)
#define __NR_SYSV_sigstack		(__NR_SYSV + 171)
#define __NR_SYSV_sigaltstack		(__NR_SYSV + 172)
#define __NR_SYSV_sigsendset		(__NR_SYSV + 173)
#define __NR_SYSV_statvfs		(__NR_SYSV + 174)
#define __NR_SYSV_fstatvfs		(__NR_SYSV + 175)
#define __NR_SYSV_getpmsg		(__NR_SYSV + 176)
#define __NR_SYSV_putpmsg		(__NR_SYSV + 177)
#define __NR_SYSV_lchown		(__NR_SYSV + 178)
#define __NR_SYSV_priocntl		(__NR_SYSV + 179)
#define __NR_SYSV_ksigqueue		(__NR_SYSV + 180)
#define __NR_SYSV_readv			(__NR_SYSV + 181)
#define __NR_SYSV_writev		(__NR_SYSV + 182)
#define __NR_SYSV_truncate64		(__NR_SYSV + 183)
#define __NR_SYSV_ftruncate64		(__NR_SYSV + 184)
#define __NR_SYSV_mmap64		(__NR_SYSV + 185)
#define __NR_SYSV_dmi			(__NR_SYSV + 186)
#define __NR_SYSV_pread			(__NR_SYSV + 187)
#define __NR_SYSV_pwrite		(__NR_SYSV + 188)

/*
 * BSD 4.3 syscalls are in the range from 2000 to 2999
 */
#define __NR_BSD43			2000
#define __NR_BSD43_syscall		(__NR_BSD43 +   0)
#define __NR_BSD43_exit			(__NR_BSD43 +   1)
#define __NR_BSD43_fork			(__NR_BSD43 +   2)
#define __NR_BSD43_read			(__NR_BSD43 +   3)
#define __NR_BSD43_write		(__NR_BSD43 +   4)
#define __NR_BSD43_open			(__NR_BSD43 +   5)
#define __NR_BSD43_close		(__NR_BSD43 +   6)
#define __NR_BSD43_wait			(__NR_BSD43 +   7)
#define __NR_BSD43_creat		(__NR_BSD43 +   8)
#define __NR_BSD43_link			(__NR_BSD43 +   9)
#define __NR_BSD43_unlink		(__NR_BSD43 +  10)
#define __NR_BSD43_exec			(__NR_BSD43 +  11)
#define __NR_BSD43_chdir		(__NR_BSD43 +  12)
#define __NR_BSD43_time			(__NR_BSD43 +  13)
#define __NR_BSD43_mknod		(__NR_BSD43 +  14)
#define __NR_BSD43_chmod		(__NR_BSD43 +  15)
#define __NR_BSD43_chown		(__NR_BSD43 +  16)
#define __NR_BSD43_sbreak		(__NR_BSD43 +  17)
#define __NR_BSD43_oldstat		(__NR_BSD43 +  18)
#define __NR_BSD43_lseek		(__NR_BSD43 +  19)
#define __NR_BSD43_getpid		(__NR_BSD43 +  20)
#define __NR_BSD43_oldmount		(__NR_BSD43 +  21)
#define __NR_BSD43_umount		(__NR_BSD43 +  22)
#define __NR_BSD43_setuid		(__NR_BSD43 +  23)
#define __NR_BSD43_getuid		(__NR_BSD43 +  24)
#define __NR_BSD43_stime		(__NR_BSD43 +  25)
#define __NR_BSD43_ptrace		(__NR_BSD43 +  26)
#define __NR_BSD43_alarm		(__NR_BSD43 +  27)
#define __NR_BSD43_oldfstat		(__NR_BSD43 +  28)
#define __NR_BSD43_pause		(__NR_BSD43 +  29)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -