]> sourceware.org Git - glibc.git/blame - sysdeps/unix/sysv/linux/mips/syscalls.list
Update.
[glibc.git] / sysdeps / unix / sysv / linux / mips / syscalls.list
CommitLineData
7ef1a583 1# File name Caller Syscall name Args Strong name Weak names
f21acc89
UD
2
3#
4# Calls for compatibility with existing MIPS OS implementations and
5# compilers.
6#
7ef1a583
AJ
7cachectl - cachectl i:pii __cachectl cachectl
8cacheflush - cacheflush i:pii _flush_cache cacheflush
9sysmips - sysmips i:iiii __sysmips sysmips
f21acc89
UD
10
11# override select.S in parent directory:
4d928e8d 12select - select i:iPPPP __select select
7ef1a583 13sigsuspend - sigsuspend i:p __sigsuspend sigsuspend
f21acc89
UD
14
15#
16# Socket functions; Linux/MIPS doesn't use the socketcall(2) wrapper;
17# it's provided for compatibility, though.
18#
4d928e8d 19accept - accept i:iBN __libc_accept __accept accept
7ef1a583
AJ
20bind - bind i:ipi __bind bind
21connect - connect i:ipi __libc_connect __connect connect
22getpeername - getpeername i:ipp __getpeername getpeername
23getsockname - getsockname i:ipp __getsockname getsockname
34173b51 24getsockopt - getsockopt i:iiiBN __getsockopt getsockopt
7ef1a583 25listen - listen i:ii __listen listen
34173b51 26recv - recv i:ibni __libc_recv __recv recv
4d928e8d 27recvfrom - recvfrom i:ibniBN __libc_recvfrom __recvfrom recvfrom
7ef1a583 28recvmsg - recvmsg i:ipi __libc_recvmsg __recvmsg recvmsg
34173b51 29send - send i:ibni __libc_send __send send
7ef1a583 30sendmsg - sendmsg i:ipi __libc_sendmsg __sendmsg sendmsg
34173b51
GM
31sendto - sendto i:ibnibn __libc_sendto __sendto sendto
32setsockopt - setsockopt i:iiibn __setsockopt setsockopt
7ef1a583
AJ
33shutdown - shutdown i:ii __shutdown shutdown
34socket - socket i:iii __socket socket
34173b51 35socketpair - socketpair i:iiif __socketpair socketpair
f21acc89
UD
36
37#
26637481 38# These are defined locally because the caller is also defined in this dir.
f21acc89 39#
7ef1a583
AJ
40s_llseek llseek _llseek i:iiipi __syscall__llseek
41s_sigaction sigaction sigaction i:ipp __syscall_sigaction
42s_ustat ustat ustat i:ip __syscall_ustat
43sys_mknod xmknod mknod i:sii __syscall_mknod
0dee6738
UD
44
45# System calls with wrappers.
7ef1a583
AJ
46rt_sigaction - rt_sigaction i:ippi __syscall_rt_sigaction
47rt_sigpending - rt_sigpending i:pi __syscall_rt_sigpending
48rt_sigprocmask - rt_sigprocmask i:ippi __syscall_rt_sigprocmask
49rt_sigqueueinfo - rt_sigqueueinfo i:iip __syscall_rt_sigqueueinfo
50rt_sigsuspend - rt_sigsuspend i:pi __syscall_rt_sigsuspend
51rt_sigtimedwait - rt_sigtimedwait i:pppi __syscall_rt_sigtimedwait
abfbb38c 52s_execve execve execve i:spp __syscall_execve
9aee41de 53s_fcntl - fcntl i:iiF __syscall_fcntl
7ef1a583
AJ
54s_fstat64 fxstat64 fstat64 i:ip __syscall_fstat64
55s_ftruncate64 ftruncate64 ftruncate64 i:iiii __syscall_ftruncate64
56s_getcwd getcwd getcwd i:pi __syscall_getcwd
57s_getdents getdents getdents i:ipi __syscall_getdents
8273647f 58s_getdents64 getdents getdents64 i:ipi __syscall_getdents64
7ef1a583
AJ
59s_getpmsg getpmsg getpmsg i:ipppp __syscall_getpmsg
60s_getpriority getpriority getpriority i:ii __syscall_getpriority
61getresgid - getresgid i:ppp getresgid
62getresuid - getresuid i:ppp getresuid
63s_ipc msgget ipc i:iiiip __syscall_ipc
64s_lstat64 lxstat64 lstat64 i:sp __syscall_lstat64
65s_poll poll poll i:pii __syscall_poll
34173b51 66s_pread64 pread64 pread i:ibniii __syscall_pread
7ef1a583
AJ
67s_putpmsg putpmsg putpmsg i:ippii __syscall_putpmsg
68s_ptrace ptrace ptrace i:iipp __syscall_ptrace
34173b51 69s_pwrite64 pwrite64 pwrite i:ibniii __syscall_pwrite
7ef1a583
AJ
70s_reboot reboot reboot i:iii __syscall_reboot
71s_setrlimit setrlimit setrlimit i:ip __syscall_setrlimit
72s_sigpending sigpending sigpending i:p __syscall_sigpending
73s_sigprocmask sigprocmask sigprocmask i:ipp __syscall_sigprocmask
74s_stat64 xstat64 stat64 i:sp __syscall_stat64
75s_truncate64 truncate64 truncate64 i:siii __syscall_truncate64
5a5b6a3a 76
6d4752d8 77# Todo: we can pass 6 args in registers, no need for the wrapper
7ef1a583
AJ
78sys_sysctl sysctl _sysctl i:p __syscall__sysctl
79sys_fstat fxstat fstat i:ip __syscall_fstat
80sys_lstat lxstat lstat i:sp __syscall_lstat
81sys_readv readv readv i:ipi __syscall_readv
82sys_stat xstat stat i:sp __syscall_stat
83sys_writev writev writev i:ipi __syscall_writev
This page took 0.169029 seconds and 5 git commands to generate.