syscall.h

来自「基于组件方式开发操作系统的OSKIT源代码」· C头文件 代码 · 共 725 行 · 第 1/2 页

H
725
字号
/* $NetBSD: syscall.h,v 1.113 2000/12/09 07:05:11 mycroft Exp $ *//* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. * created from	NetBSD: syscalls.master,v 1.104 2000/12/09 07:04:48 mycroft Exp  *//* syscall: "syscall" ret: "int" args: "int" "..." */#define	SYS_syscall	0/* syscall: "exit" ret: "void" args: "int" */#define	SYS_exit	1/* syscall: "fork" ret: "int" args: */#define	SYS_fork	2/* syscall: "read" ret: "ssize_t" args: "int" "void *" "size_t" */#define	SYS_read	3/* syscall: "write" ret: "ssize_t" args: "int" "const void *" "size_t" */#define	SYS_write	4/* syscall: "open" ret: "int" args: "const char *" "int" "..." */#define	SYS_open	5/* syscall: "close" ret: "int" args: "int" */#define	SYS_close	6/* syscall: "wait4" ret: "int" args: "int" "int *" "int" "struct rusage *" */#define	SYS_wait4	7#define	SYS_compat_43_ocreat	8/* syscall: "link" ret: "int" args: "const char *" "const char *" */#define	SYS_link	9/* syscall: "unlink" ret: "int" args: "const char *" */#define	SYS_unlink	10				/* 11 is obsolete execv *//* syscall: "chdir" ret: "int" args: "const char *" */#define	SYS_chdir	12/* syscall: "fchdir" ret: "int" args: "int" */#define	SYS_fchdir	13/* syscall: "mknod" ret: "int" args: "const char *" "mode_t" "dev_t" */#define	SYS_mknod	14/* syscall: "chmod" ret: "int" args: "const char *" "mode_t" */#define	SYS_chmod	15/* syscall: "chown" ret: "int" args: "const char *" "uid_t" "gid_t" */#define	SYS_chown	16/* syscall: "break" ret: "int" args: "char *" */#define	SYS_break	17/* syscall: "getfsstat" ret: "int" args: "struct statfs *" "long" "int" */#define	SYS_getfsstat	18#define	SYS_compat_43_olseek	19/* syscall: "getpid" ret: "pid_t" args: */#define	SYS_getpid	20/* syscall: "getpid" ret: "pid_t" args: */#define	SYS_getpid	20/* syscall: "mount" ret: "int" args: "const char *" "const char *" "int" "void *" */#define	SYS_mount	21/* syscall: "unmount" ret: "int" args: "const char *" "int" */#define	SYS_unmount	22/* syscall: "setuid" ret: "int" args: "uid_t" */#define	SYS_setuid	23/* syscall: "getuid" ret: "uid_t" args: */#define	SYS_getuid	24/* syscall: "getuid" ret: "uid_t" args: */#define	SYS_getuid	24/* syscall: "geteuid" ret: "uid_t" args: */#define	SYS_geteuid	25/* syscall: "ptrace" ret: "int" args: "int" "pid_t" "caddr_t" "int" */#define	SYS_ptrace	26/* syscall: "recvmsg" ret: "ssize_t" args: "int" "struct msghdr *" "int" */#define	SYS_recvmsg	27/* syscall: "sendmsg" ret: "ssize_t" args: "int" "const struct msghdr *" "int" */#define	SYS_sendmsg	28/* syscall: "recvfrom" ret: "ssize_t" args: "int" "void *" "size_t" "int" "struct sockaddr *" "unsigned int *" */#define	SYS_recvfrom	29/* syscall: "accept" ret: "int" args: "int" "struct sockaddr *" "unsigned int *" */#define	SYS_accept	30/* syscall: "getpeername" ret: "int" args: "int" "struct sockaddr *" "unsigned int *" */#define	SYS_getpeername	31/* syscall: "getsockname" ret: "int" args: "int" "struct sockaddr *" "unsigned int *" */#define	SYS_getsockname	32/* syscall: "access" ret: "int" args: "const char *" "int" */#define	SYS_access	33/* syscall: "chflags" ret: "int" args: "const char *" "u_long" */#define	SYS_chflags	34/* syscall: "fchflags" ret: "int" args: "int" "u_long" */#define	SYS_fchflags	35/* syscall: "sync" ret: "void" args: */#define	SYS_sync	36/* syscall: "kill" ret: "int" args: "int" "int" */#define	SYS_kill	37#define	SYS_compat_43_stat43	38/* syscall: "getppid" ret: "pid_t" args: */#define	SYS_getppid	39#define	SYS_compat_43_lstat43	40/* syscall: "dup" ret: "int" args: "int" */#define	SYS_dup	41/* syscall: "pipe" ret: "int" args: */#define	SYS_pipe	42/* syscall: "getegid" ret: "gid_t" args: */#define	SYS_getegid	43/* syscall: "profil" ret: "int" args: "caddr_t" "size_t" "u_long" "u_int" */#define	SYS_profil	44/* syscall: "ktrace" ret: "int" args: "const char *" "int" "int" "int" */#define	SYS_ktrace	45				/* 45 is excluded ktrace */#define	SYS_compat_13_sigaction13	46/* syscall: "getgid" ret: "gid_t" args: */#define	SYS_getgid	47/* syscall: "getgid" ret: "gid_t" args: */#define	SYS_getgid	47#define	SYS_compat_13_sigprocmask13	48/* syscall: "__getlogin" ret: "int" args: "char *" "size_t" */#define	SYS___getlogin	49/* syscall: "setlogin" ret: "int" args: "const char *" */#define	SYS_setlogin	50/* syscall: "acct" ret: "int" args: "const char *" */#define	SYS_acct	51#define	SYS_compat_13_sigpending13	52#define	SYS_compat_13_sigaltstack13	53/* syscall: "ioctl" ret: "int" args: "int" "u_long" "..." */#define	SYS_ioctl	54#define	SYS_compat_12_oreboot	55/* syscall: "revoke" ret: "int" args: "const char *" */#define	SYS_revoke	56/* syscall: "symlink" ret: "int" args: "const char *" "const char *" */#define	SYS_symlink	57/* syscall: "readlink" ret: "int" args: "const char *" "char *" "size_t" */#define	SYS_readlink	58/* syscall: "execve" ret: "int" args: "const char *" "char *const *" "char *const *" */#define	SYS_execve	59/* syscall: "umask" ret: "mode_t" args: "mode_t" */#define	SYS_umask	60/* syscall: "chroot" ret: "int" args: "const char *" */#define	SYS_chroot	61#define	SYS_compat_43_fstat43	62#define	SYS_compat_43_ogetkerninfo	63#define	SYS_compat_43_ogetpagesize	64#define	SYS_compat_12_msync	65/* syscall: "vfork" ret: "int" args: */#define	SYS_vfork	66				/* 67 is obsolete vread */				/* 68 is obsolete vwrite *//* syscall: "sbrk" ret: "int" args: "intptr_t" */#define	SYS_sbrk	69/* syscall: "sstk" ret: "int" args: "int" */#define	SYS_sstk	70#define	SYS_compat_43_ommap	71/* syscall: "vadvise" ret: "int" args: "int" */#define	SYS_vadvise	72/* syscall: "munmap" ret: "int" args: "void *" "size_t" */#define	SYS_munmap	73/* syscall: "mprotect" ret: "int" args: "void *" "size_t" "int" */#define	SYS_mprotect	74/* syscall: "madvise" ret: "int" args: "void *" "size_t" "int" */#define	SYS_madvise	75				/* 76 is obsolete vhangup */				/* 77 is obsolete vlimit *//* syscall: "mincore" ret: "int" args: "void *" "size_t" "char *" */#define	SYS_mincore	78/* syscall: "getgroups" ret: "int" args: "int" "gid_t *" */#define	SYS_getgroups	79/* syscall: "setgroups" ret: "int" args: "int" "const gid_t *" */#define	SYS_setgroups	80/* syscall: "getpgrp" ret: "int" args: */#define	SYS_getpgrp	81/* syscall: "setpgid" ret: "int" args: "int" "int" */#define	SYS_setpgid	82/* syscall: "setitimer" ret: "int" args: "int" "const struct itimerval *" "struct itimerval *" */#define	SYS_setitimer	83#define	SYS_compat_43_owait	84#define	SYS_compat_12_oswapon	85/* syscall: "getitimer" ret: "int" args: "int" "struct itimerval *" */#define	SYS_getitimer	86#define	SYS_compat_43_ogethostname	87#define	SYS_compat_43_osethostname	88#define	SYS_compat_43_ogetdtablesize	89/* syscall: "dup2" ret: "int" args: "int" "int" */#define	SYS_dup2	90/* syscall: "fcntl" ret: "int" args: "int" "int" "..." */#define	SYS_fcntl	92/* syscall: "select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval *" */#define	SYS_select	93/* syscall: "fsync" ret: "int" args: "int" */#define	SYS_fsync	95/* syscall: "setpriority" ret: "int" args: "int" "int" "int" */#define	SYS_setpriority	96/* syscall: "socket" ret: "int" args: "int" "int" "int" */#define	SYS_socket	97/* syscall: "connect" ret: "int" args: "int" "const struct sockaddr *" "unsigned int" */#define	SYS_connect	98#define	SYS_compat_43_oaccept	99/* syscall: "getpriority" ret: "int" args: "int" "int" */#define	SYS_getpriority	100#define	SYS_compat_43_osend	101#define	SYS_compat_43_orecv	102#define	SYS_compat_13_sigreturn13	103/* syscall: "bind" ret: "int" args: "int" "const struct sockaddr *" "unsigned int" */#define	SYS_bind	104/* syscall: "setsockopt" ret: "int" args: "int" "int" "int" "const void *" "unsigned int" */#define	SYS_setsockopt	105/* syscall: "listen" ret: "int" args: "int" "int" */#define	SYS_listen	106				/* 107 is obsolete vtimes */#define	SYS_compat_43_osigvec	108#define	SYS_compat_43_osigblock	109#define	SYS_compat_43_osigsetmask	110#define	SYS_compat_13_sigsuspend13	111#define	SYS_compat_43_osigstack	112#define	SYS_compat_43_orecvmsg	113#define	SYS_compat_43_osendmsg	114				/* 115 is obsolete vtrace *//* syscall: "gettimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */#define	SYS_gettimeofday	116/* syscall: "getrusage" ret: "int" args: "int" "struct rusage *" */#define	SYS_getrusage	117/* syscall: "getsockopt" ret: "int" args: "int" "int" "int" "void *" "unsigned int *" */#define	SYS_getsockopt	118				/* 119 is obsolete resuba *//* syscall: "readv" ret: "ssize_t" args: "int" "const struct iovec *" "int" */#define	SYS_readv	120/* syscall: "writev" ret: "ssize_t" args: "int" "const struct iovec *" "int" */#define	SYS_writev	121/* syscall: "settimeofday" ret: "int" args: "const struct timeval *" "const struct timezone *" */#define	SYS_settimeofday	122/* syscall: "fchown" ret: "int" args: "int" "uid_t" "gid_t" */#define	SYS_fchown	123/* syscall: "fchmod" ret: "int" args: "int" "mode_t" */#define	SYS_fchmod	124#define	SYS_compat_43_orecvfrom	125/* syscall: "setreuid" ret: "int" args: "uid_t" "uid_t" */#define	SYS_setreuid	126/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */#define	SYS_setregid	127/* syscall: "rename" ret: "int" args: "const char *" "const char *" */#define	SYS_rename	128#define	SYS_compat_43_otruncate	129#define	SYS_compat_43_oftruncate	130/* syscall: "flock" ret: "int" args: "int" "int" */#define	SYS_flock	131/* syscall: "mkfifo" ret: "int" args: "const char *" "mode_t" */#define	SYS_mkfifo	132

⌨️ 快捷键说明

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