Server IP : 13.213.54.232 / Your IP : 216.73.216.72 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-172-31-17-110 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.1.33-67+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/modules/6.8.0-1029-aws/build/arch/arm/include/asm/ |
Upload File : |
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_SYSCALLS_H #define __ASM_SYSCALLS_H #include <linux/linkage.h> #include <linux/types.h> struct pt_regs; asmlinkage int sys_sigreturn(struct pt_regs *regs); asmlinkage int sys_rt_sigreturn(struct pt_regs *regs); asmlinkage long sys_arm_fadvise64_64(int fd, int advice, loff_t offset, loff_t len); struct oldabi_stat64; asmlinkage long sys_oabi_stat64(const char __user * filename, struct oldabi_stat64 __user * statbuf); asmlinkage long sys_oabi_lstat64(const char __user * filename, struct oldabi_stat64 __user * statbuf); asmlinkage long sys_oabi_fstat64(unsigned long fd, struct oldabi_stat64 __user * statbuf); asmlinkage long sys_oabi_fstatat64(int dfd, const char __user *filename, struct oldabi_stat64 __user *statbuf, int flag); asmlinkage long sys_oabi_fcntl64(unsigned int fd, unsigned int cmd, unsigned long arg); struct oabi_epoll_event; asmlinkage long sys_oabi_epoll_ctl(int epfd, int op, int fd, struct oabi_epoll_event __user *event); struct oabi_sembuf; struct old_timespec32; asmlinkage long sys_oabi_semtimedop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops, const struct old_timespec32 __user *timeout); asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, unsigned nsops); asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, void __user *ptr, long fifth); struct sockaddr; asmlinkage long sys_oabi_bind(int fd, struct sockaddr __user *addr, int addrlen); asmlinkage long sys_oabi_connect(int fd, struct sockaddr __user *addr, int addrlen); asmlinkage long sys_oabi_sendto(int fd, void __user *buff, size_t len, unsigned flags, struct sockaddr __user *addr, int addrlen); struct user_msghdr; asmlinkage long sys_oabi_sendmsg(int fd, struct user_msghdr __user *msg, unsigned flags); asmlinkage long sys_oabi_socketcall(int call, unsigned long __user *args); #endif