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

📄 syscall_nr.h

📁 kvm 源代码
💻 H
📖 第 1 页 / 共 2 页
字号:
/* * Linux o32 style syscalls are in the range from 4000 to 4999. */#define TARGET_NR_Linux			4000#define TARGET_NR_syscall		(TARGET_NR_Linux +   0)#define TARGET_NR_exit			(TARGET_NR_Linux +   1)#define TARGET_NR_fork			(TARGET_NR_Linux +   2)#define TARGET_NR_read			(TARGET_NR_Linux +   3)#define TARGET_NR_write			(TARGET_NR_Linux +   4)#define TARGET_NR_open			(TARGET_NR_Linux +   5)#define TARGET_NR_close			(TARGET_NR_Linux +   6)#define TARGET_NR_waitpid		(TARGET_NR_Linux +   7)#define TARGET_NR_creat			(TARGET_NR_Linux +   8)#define TARGET_NR_link			(TARGET_NR_Linux +   9)#define TARGET_NR_unlink		(TARGET_NR_Linux +  10)#define TARGET_NR_execve		(TARGET_NR_Linux +  11)#define TARGET_NR_chdir			(TARGET_NR_Linux +  12)#define TARGET_NR_time			(TARGET_NR_Linux +  13)#define TARGET_NR_mknod			(TARGET_NR_Linux +  14)#define TARGET_NR_chmod			(TARGET_NR_Linux +  15)#define TARGET_NR_lchown32		(TARGET_NR_Linux +  16)#define TARGET_NR_break			(TARGET_NR_Linux +  17)#define TARGET_NR_unused18		(TARGET_NR_Linux +  18)#define TARGET_NR_lseek			(TARGET_NR_Linux +  19)#define TARGET_NR_getpid		(TARGET_NR_Linux +  20)#define TARGET_NR_mount			(TARGET_NR_Linux +  21)#define TARGET_NR_umount		(TARGET_NR_Linux +  22)#define TARGET_NR_setuid32		(TARGET_NR_Linux +  23)#define TARGET_NR_getuid32		(TARGET_NR_Linux +  24)#define TARGET_NR_stime			(TARGET_NR_Linux +  25)#define TARGET_NR_ptrace		(TARGET_NR_Linux +  26)#define TARGET_NR_alarm			(TARGET_NR_Linux +  27)#define TARGET_NR_unused28		(TARGET_NR_Linux +  28)#define TARGET_NR_pause			(TARGET_NR_Linux +  29)#define TARGET_NR_utime			(TARGET_NR_Linux +  30)#define TARGET_NR_stty			(TARGET_NR_Linux +  31)#define TARGET_NR_gtty			(TARGET_NR_Linux +  32)#define TARGET_NR_access		(TARGET_NR_Linux +  33)#define TARGET_NR_nice			(TARGET_NR_Linux +  34)#define TARGET_NR_ftime			(TARGET_NR_Linux +  35)#define TARGET_NR_sync			(TARGET_NR_Linux +  36)#define TARGET_NR_kill			(TARGET_NR_Linux +  37)#define TARGET_NR_rename		(TARGET_NR_Linux +  38)#define TARGET_NR_mkdir			(TARGET_NR_Linux +  39)#define TARGET_NR_rmdir			(TARGET_NR_Linux +  40)#define TARGET_NR_dup			(TARGET_NR_Linux +  41)#define TARGET_NR_pipe			(TARGET_NR_Linux +  42)#define TARGET_NR_times			(TARGET_NR_Linux +  43)#define TARGET_NR_prof			(TARGET_NR_Linux +  44)#define TARGET_NR_brk			(TARGET_NR_Linux +  45)#define TARGET_NR_setgid32		(TARGET_NR_Linux +  46)#define TARGET_NR_getgid32		(TARGET_NR_Linux +  47)#define TARGET_NR_signal		(TARGET_NR_Linux +  48)#define TARGET_NR_geteuid32		(TARGET_NR_Linux +  49)#define TARGET_NR_getegid32		(TARGET_NR_Linux +  50)#define TARGET_NR_acct			(TARGET_NR_Linux +  51)#define TARGET_NR_umount2		(TARGET_NR_Linux +  52)#define TARGET_NR_lock			(TARGET_NR_Linux +  53)#define TARGET_NR_ioctl			(TARGET_NR_Linux +  54)#define TARGET_NR_fcntl			(TARGET_NR_Linux +  55)#define TARGET_NR_mpx			(TARGET_NR_Linux +  56)#define TARGET_NR_setpgid		(TARGET_NR_Linux +  57)#define TARGET_NR_ulimit		(TARGET_NR_Linux +  58)#define TARGET_NR_unused59		(TARGET_NR_Linux +  59)#define TARGET_NR_umask			(TARGET_NR_Linux +  60)#define TARGET_NR_chroot		(TARGET_NR_Linux +  61)#define TARGET_NR_ustat			(TARGET_NR_Linux +  62)#define TARGET_NR_dup2			(TARGET_NR_Linux +  63)#define TARGET_NR_getppid		(TARGET_NR_Linux +  64)#define TARGET_NR_getpgrp		(TARGET_NR_Linux +  65)#define TARGET_NR_setsid		(TARGET_NR_Linux +  66)#define TARGET_NR_sigaction		(TARGET_NR_Linux +  67)#define TARGET_NR_sgetmask		(TARGET_NR_Linux +  68)#define TARGET_NR_ssetmask		(TARGET_NR_Linux +  69)#define TARGET_NR_setreuid32		(TARGET_NR_Linux +  70)#define TARGET_NR_setregid32		(TARGET_NR_Linux +  71)#define TARGET_NR_sigsuspend		(TARGET_NR_Linux +  72)#define TARGET_NR_sigpending		(TARGET_NR_Linux +  73)#define TARGET_NR_sethostname		(TARGET_NR_Linux +  74)#define TARGET_NR_setrlimit		(TARGET_NR_Linux +  75)#define TARGET_NR_getrlimit		(TARGET_NR_Linux +  76)#define TARGET_NR_getrusage		(TARGET_NR_Linux +  77)#define TARGET_NR_gettimeofday		(TARGET_NR_Linux +  78)#define TARGET_NR_settimeofday		(TARGET_NR_Linux +  79)#define TARGET_NR_getgroups32		(TARGET_NR_Linux +  80)#define TARGET_NR_setgroups32		(TARGET_NR_Linux +  81)#define TARGET_NR_reserved82		(TARGET_NR_Linux +  82)#define TARGET_NR_symlink		(TARGET_NR_Linux +  83)#define TARGET_NR_unused84		(TARGET_NR_Linux +  84)#define TARGET_NR_readlink		(TARGET_NR_Linux +  85)#define TARGET_NR_uselib		(TARGET_NR_Linux +  86)#define TARGET_NR_swapon		(TARGET_NR_Linux +  87)#define TARGET_NR_reboot		(TARGET_NR_Linux +  88)#define TARGET_NR_readdir		(TARGET_NR_Linux +  89)#define TARGET_NR_mmap			(TARGET_NR_Linux +  90)#define TARGET_NR_munmap		(TARGET_NR_Linux +  91)#define TARGET_NR_truncate		(TARGET_NR_Linux +  92)#define TARGET_NR_ftruncate		(TARGET_NR_Linux +  93)#define TARGET_NR_fchmod		(TARGET_NR_Linux +  94)#define TARGET_NR_fchown32		(TARGET_NR_Linux +  95)#define TARGET_NR_getpriority		(TARGET_NR_Linux +  96)#define TARGET_NR_setpriority		(TARGET_NR_Linux +  97)#define TARGET_NR_profil		(TARGET_NR_Linux +  98)#define TARGET_NR_statfs		(TARGET_NR_Linux +  99)#define TARGET_NR_fstatfs		(TARGET_NR_Linux + 100)#define TARGET_NR_ioperm		(TARGET_NR_Linux + 101)#define TARGET_NR_socketcall		(TARGET_NR_Linux + 102)#define TARGET_NR_syslog		(TARGET_NR_Linux + 103)#define TARGET_NR_setitimer		(TARGET_NR_Linux + 104)#define TARGET_NR_getitimer		(TARGET_NR_Linux + 105)#define TARGET_NR_stat			(TARGET_NR_Linux + 106)#define TARGET_NR_lstat			(TARGET_NR_Linux + 107)#define TARGET_NR_fstat			(TARGET_NR_Linux + 108)#define TARGET_NR_unused109		(TARGET_NR_Linux + 109)#define TARGET_NR_iopl			(TARGET_NR_Linux + 110)#define TARGET_NR_vhangup		(TARGET_NR_Linux + 111)#define TARGET_NR_idle			(TARGET_NR_Linux + 112)#define TARGET_NR_vm86			(TARGET_NR_Linux + 113)#define TARGET_NR_wait4			(TARGET_NR_Linux + 114)#define TARGET_NR_swapoff		(TARGET_NR_Linux + 115)#define TARGET_NR_sysinfo		(TARGET_NR_Linux + 116)#define TARGET_NR_ipc			(TARGET_NR_Linux + 117)#define TARGET_NR_fsync			(TARGET_NR_Linux + 118)#define TARGET_NR_sigreturn		(TARGET_NR_Linux + 119)#define TARGET_NR_clone			(TARGET_NR_Linux + 120)#define TARGET_NR_setdomainname		(TARGET_NR_Linux + 121)#define TARGET_NR_uname			(TARGET_NR_Linux + 122)#define TARGET_NR_modify_ldt		(TARGET_NR_Linux + 123)#define TARGET_NR_adjtimex		(TARGET_NR_Linux + 124)#define TARGET_NR_mprotect		(TARGET_NR_Linux + 125)#define TARGET_NR_sigprocmask		(TARGET_NR_Linux + 126)#define TARGET_NR_create_module		(TARGET_NR_Linux + 127)#define TARGET_NR_init_module		(TARGET_NR_Linux + 128)#define TARGET_NR_delete_module		(TARGET_NR_Linux + 129)#define TARGET_NR_get_kernel_syms	(TARGET_NR_Linux + 130)#define TARGET_NR_quotactl		(TARGET_NR_Linux + 131)#define TARGET_NR_getpgid		(TARGET_NR_Linux + 132)#define TARGET_NR_fchdir		(TARGET_NR_Linux + 133)#define TARGET_NR_bdflush		(TARGET_NR_Linux + 134)#define TARGET_NR_sysfs			(TARGET_NR_Linux + 135)#define TARGET_NR_personality		(TARGET_NR_Linux + 136)#define TARGET_NR_afs_syscall		(TARGET_NR_Linux + 137) /* Syscall for Andrew File System */#define TARGET_NR_setfsuid32		(TARGET_NR_Linux + 138)#define TARGET_NR_setfsgid32		(TARGET_NR_Linux + 139)#define TARGET_NR__llseek		(TARGET_NR_Linux + 140)#define TARGET_NR_getdents		(TARGET_NR_Linux + 141)#define TARGET_NR__newselect		(TARGET_NR_Linux + 142)#define TARGET_NR_flock			(TARGET_NR_Linux + 143)#define TARGET_NR_msync			(TARGET_NR_Linux + 144)#define TARGET_NR_readv			(TARGET_NR_Linux + 145)#define TARGET_NR_writev		(TARGET_NR_Linux + 146)#define TARGET_NR_cacheflush		(TARGET_NR_Linux + 147)#define TARGET_NR_cachectl		(TARGET_NR_Linux + 148)#define TARGET_NR_sysmips		(TARGET_NR_Linux + 149)#define TARGET_NR_unused150		(TARGET_NR_Linux + 150)#define TARGET_NR_getsid		(TARGET_NR_Linux + 151)#define TARGET_NR_fdatasync		(TARGET_NR_Linux + 152)#define TARGET_NR__sysctl		(TARGET_NR_Linux + 153)#define TARGET_NR_mlock			(TARGET_NR_Linux + 154)#define TARGET_NR_munlock		(TARGET_NR_Linux + 155)#define TARGET_NR_mlockall		(TARGET_NR_Linux + 156)#define TARGET_NR_munlockall		(TARGET_NR_Linux + 157)#define TARGET_NR_sched_setparam	(TARGET_NR_Linux + 158)

⌨️ 快捷键说明

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