Files
nuttx/syscall/syscall.csv

16 KiB

1_exitunistd.hvoidint
2adjtimesys/time.hdefined(CONFIG_CLOCK_TIMEKEEPING)intFAR const struct timeval *FAR struct timeval *
3aio_cancelaio.hdefined(CONFIG_FS_AIO)intintFAR struct aiocb *
4aio_fsyncaio.hdefined(CONFIG_FS_AIO)intintFAR struct aiocb *
5aio_readaio.hdefined(CONFIG_FS_AIO)intFAR struct aiocb *
6aio_writeaio.hdefined(CONFIG_FS_AIO)intFAR struct aiocb *
7acceptsys/socket.hdefined(CONFIG_NET)intintstruct sockaddr*socklen_t*
8atexitstdlib.hdefined(CONFIG_SCHED_ATEXIT)intvoid (*)(void)
9bindsys/socket.hdefined(CONFIG_NET)intintFAR const struct sockaddr*socklen_t
10boardctlsys/boardctl.hdefined(CONFIG_LIB_BOARDCTL)intunsigned intuintptr_t
11clearenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)int
12clocktime.hclock_t
13clock_getrestime.hintclockid_tstruct timespec*
14clock_gettimetime.hintclockid_tstruct timespec*
15clock_nanosleeptime.hintclockid_tintFAR const struct timespec *FAR struct timespec*
16clock_settimetime.hintclockid_tconst struct timespec*
17closeunistd.hintint
18closedirdirent.hintFAR DIR*
19connectsys/socket.hdefined(CONFIG_NET)intintFAR const struct sockaddr*socklen_t
20dupunistd.hintint
21dup2unistd.hintintint
22execnuttx/binfmt/binfmt.h!defined(CONFIG_BINFMT_DISABLE) && !defined(CONFIG_BUILD_KERNEL)intFAR const char *FAR char * const *FAR const struct symtab_s *int
23execvunistd.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)intFAR const char *FAR char *const []|FAR char *const *
24exitstdlib.hvoidint
25fcntlfcntl.hintintint...
26fs_fdopennuttx/fs/fs.hCONFIG_NFILE_STREAMS > 0FAR struct file_struct*intintFAR struct tcb_s*
27fs_ioctlnuttx/fs/fs.hdefined(CONFIG_LIBC_IOCTL_VARIADIC)intintintunsigned long
28fstatsys/stat.hintintFAR struct stat*
29fstatfssys/statfs.hintintFAR struct statfs*
30fsyncunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intint
31ftruncateunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intintoff_t
32get_errnoerrno.h!defined(__DIRECT_ERRNO_ACCESS)int
33get_errno_ptrerrno.hdefined(__DIRECT_ERRNO_ACCESS)FAR int*
34getenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)FAR char*FAR const char*
35getgidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)gid_t
36getpeernamesys/socket.hdefined(CONFIG_NET)intintFAR struct sockaddr *FAR socklen_t *
37getpidunistd.hpid_t
38getrandomsys/random.hdefined(CONFIG_CRYPTO_RANDOM_POOL)voidFAR void*size_t
39getsocknamesys/socket.hdefined(CONFIG_NET)intintFAR struct sockaddr *FAR socklen_t *
40getsockoptsys/socket.hdefined(CONFIG_NET)intintintintFAR void*FAR socklen_t*
41getuidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)uid_t
42if_indextonamenet/if.hdefined(CONFIG_NETDEV_IFINDEX)FAR char *unsigned intFAR char *
43if_nametoindexnet/if.hdefined(CONFIG_NETDEV_IFINDEX)unsigned intFAR const char *
44insmodnuttx/module.hdefined(CONFIG_MODULE)FAR void *FAR const char *FAR const char *
45ioctlsys/ioctl.h!defined(CONFIG_LIBC_IOCTL_VARIADIC)intintintunsigned long
46killsignal.hintpid_tint
47linkunistd.hdefined(CONFIG_PSEUDOFS_SOFTLINKS)intFAR const char *FAR const char *
48listensys/socket.hdefined(CONFIG_NET)intintint
49lseekunistd.hoff_tintoff_tint
50mkdirsys/stat.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*mode_t
51mkfifo2nuttx/drivers/drivers.hdefined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0intFAR const char*mode_tsize_t
52mmapsys/mman.hFAR void*FAR void*size_tintintintoff_t
53munmapsys/mman.hdefined(CONFIG_FS_RAMMAP)intFAR void *size_t
54modhandlenuttx/module.hdefined(CONFIG_MODULE)FAR void *FAR const char *
55mountsys/mount.h!defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_READABLE)intconst char*const char*const char*unsigned longconst void*
56mq_closemqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_t
57mq_getattrmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tstruct mq_attr *
58mq_notifymqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst struct sigevent*
59mq_openmqueue.h!defined(CONFIG_DISABLE_MQUEUE)mqd_tconst char*int...
60mq_receivemqueue.h!defined(CONFIG_DISABLE_MQUEUE)ssize_tmqd_tchar*size_tFAR unsigned int*
61mq_sendmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst char*size_tunsigned int
62mq_setattrmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst struct mq_attr *struct mq_attr *
63mq_timedreceivemqueue.h!defined(CONFIG_DISABLE_MQUEUE)ssize_tmqd_tchar*size_tFAR unsigned int*const struct timespec*
64mq_timedsendmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst char*size_tunsigned intconst struct timespec*
65mq_unlinkmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intconst char*
66nx_task_spawnnuttx/spawn.hdefined(CONFIG_BUILD_PROTECTED)intFAR const struct spawn_syscall_parms_s *
67nx_vsyslognuttx/syslog/syslog.hintintFAR const IPTR char*FAR va_list*
68on_exitstdlib.hdefined(CONFIG_SCHED_ONEXIT)intCODE void (*)(int, FAR void *)FAR void *
69openfcntl.hintconst char*int...
70opendirdirent.hFAR DIR*FAR const char*
71pgallocnuttx/arch.hdefined(CONFIG_BUILD_KERNEL)uintptr_tuintptr_tunsigned int
72pipe2nuttx/drivers/drivers.hdefined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0intint [2]|int*size_t
73pollpoll.hintFAR struct pollfd*nfds_tint
74ppollpoll.hintFAR struct pollfd*nfds_tFAR const struct timespec *FAR const sigset_t *
75prctlsys/prctl.hCONFIG_TASK_NAME_SIZE > 0intint...
76preadunistd.hssize_tintFAR void*size_toff_t
77pselectsys/select.hintintFAR fd_set*FAR fd_set*FAR fd_set*FAR const struct timespec *FAR const sigset_t *
78pwriteunistd.hssize_tintFAR const void*size_toff_t
79posix_spawnpspawn.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) && defined(CONFIG_LIB_ENVPATH)intFAR pid_t *FAR const char *FAR const posix_spawn_file_actions_t *FAR const posix_spawnattr_t *FAR char *const []|FAR char *const *FAR char *const []|FAR char *const *
80posix_spawnspawn.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) && !defined(CONFIG_LIB_ENVPATH)intFAR pid_t *FAR const char *FAR const posix_spawn_file_actions_t *FAR const posix_spawnattr_t *FAR char *const []|FAR char *const *FAR char *const []|FAR char *const *
81pthread_cancelpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
82pthread_cleanup_poppthread.hdefined(CONFIG_PTHREAD_CLEANUP)voidint
83pthread_cleanup_pushpthread.hdefined(CONFIG_PTHREAD_CLEANUP)voidpthread_cleanup_tFAR void*
84pthread_cond_broadcastpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
85pthread_cond_signalpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
86pthread_cond_timedwaitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_mutex_t*FAR const struct timespec*
87pthread_cond_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_mutex_t*
88pthread_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_t*FAR const pthread_attr_t*pthread_startroutine_tpthread_addr_t
89pthread_detachpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
90pthread_exitpthread.h!defined(CONFIG_DISABLE_PTHREAD)voidpthread_addr_t
91pthread_get_stackaddr_nppthread.h!defined(CONFIG_DISABLE_PTHREAD)void*pthread_t
92pthread_get_stacksize_nppthread.h!defined(CONFIG_DISABLE_PTHREAD)ssize_tpthread_t
93pthread_getaffinity_nppthread.h!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP)intpthread_tsize_tFAR cpu_set_t*
94pthread_getschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR int*FAR struct sched_param*
95pthread_getspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)FAR void*pthread_key_t
96pthread_joinpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR pthread_addr_t*
97pthread_key_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_key_t*CODE void (*)(FAR void*)
98pthread_key_deletepthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_t
99pthread_killpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
100pthread_mutex_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
101pthread_mutex_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*FAR const pthread_mutexattr_t*
102pthread_mutex_timedlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*FAR const struct timespec*
103pthread_mutex_trylockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
104pthread_mutex_unlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
105pthread_mutex_consistentpthread.h!defined(CONFIG_DISABLE_PTHREAD) && !defined(CONFIG_PTHREAD_MUTEX_UNSAFE)intFAR pthread_mutex_t*
106pthread_setaffinity_nppthread.h!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP)intpthread_tsize_tFAR const cpu_set_t*
107pthread_setschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tintFAR const struct sched_param*
108pthread_setschedpriopthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
109pthread_setspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_tFAR const void*
110pthread_sigmaskpthread.h!defined(CONFIG_DISABLE_PTHREAD)intintFAR const sigset_t*FAR sigset_t*
111putenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char*
112readunistd.hssize_tintFAR void*size_t
113readdirdirent.hFAR struct dirent*FAR DIR*
114readlinkunistd.hdefined(CONFIG_PSEUDOFS_SOFTLINKS)ssize_tFAR const char *FAR char *size_t
115recvsys/socket.hdefined(CONFIG_NET)ssize_tintFAR void*size_tint
116recvfromsys/socket.hdefined(CONFIG_NET)ssize_tintFAR void*size_tintFAR struct sockaddr*FAR socklen_t*
117renamestdio.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*FAR const char*
118rewinddirdirent.hvoidFAR DIR*
119rmdirunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
120rmmodnuttx/module.hdefined(CONFIG_MODULE)intFAR void *
121sched_getparamsched.hintpid_tstruct sched_param*
122sched_getschedulersched.hintpid_t
123sched_getstreamsnuttx/sched.hCONFIG_NFILE_STREAMS > 0FAR struct streamlist*
124sched_locksched.hint
125sched_lockcountsched.hint32_t
126sched_rr_get_intervalsched.hintpid_tstruct timespec*
127sched_setparamsched.hintpid_tconst struct sched_param*
128sched_setschedulersched.hintpid_tintconst struct sched_param*
129sched_unlocksched.hint
130sched_yieldsched.hint
131seekdirdirent.hvoidFAR DIR*off_t
132selectsys/select.hintintFAR fd_set*FAR fd_set*FAR fd_set*FAR struct timeval*
133sem_closesemaphore.hdefined(CONFIG_FS_NAMED_SEMAPHORES)intFAR sem_t*
134sem_destroysemaphore.hintFAR sem_t*
135sem_opensemaphore.hdefined(CONFIG_FS_NAMED_SEMAPHORES)FAR sem_t*FAR const char*int...
136sem_postsemaphore.hintFAR sem_t*
137sem_setprotocolnuttx/semaphore.hdefined(CONFIG_PRIORITY_INHERITANCE)intFAR sem_t*int
138sem_timedwaitsemaphore.hintFAR sem_t*FAR const struct timespec *
139sem_trywaitsemaphore.hintFAR sem_t*
140sem_unlinksemaphore.hdefined(CONFIG_FS_NAMED_SEMAPHORES)intFAR const char*
141sem_waitsemaphore.hintFAR sem_t*
142sendsys/socket.hdefined(CONFIG_NET)ssize_tintFAR const void*size_tint
143sendfilesys/sendfile.hdefined(CONFIG_NET_SENDFILE)ssize_tintintFAR off_t*size_t
144sendtosys/socket.hdefined(CONFIG_NET)ssize_tintFAR const void*size_tintFAR const struct sockaddr*socklen_t
145set_errnoerrno.h!defined(__DIRECT_ERRNO_ACCESS)voidint
146setenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char*FAR const char*int
147setgidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)intgid_t
148sethostnameunistd.hdefined(CONFIG_LIBC_NETDB)intFAR const char*size_t
149setsockoptsys/socket.hdefined(CONFIG_NET)intintintintFAR const void*socklen_t
150setuidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)intuid_t
151shmatsys/shm.hdefined(CONFIG_MM_SHM)FAR void *intFAR const void *int
152shmctlsys/shm.hdefined(CONFIG_MM_SHM)intintintFAR struct shmid_ds *
153shmdtsys/shm.hdefined(CONFIG_MM_SHM)intFAR const void *
154shmgetsys/shm.hdefined(CONFIG_MM_SHM)intkey_tsize_tint
155sigactionsignal.hintintFAR const struct sigaction*FAR struct sigaction*
156sigpendingsignal.hintFAR sigset_t*
157sigprocmasksignal.hintintFAR const sigset_t*FAR sigset_t*
158sigqueuesignal.hintintintunion sigval|FAR void *|sival_ptr
159sigsuspendsignal.hintFAR const sigset_t*
160sigtimedwaitsignal.hintFAR const sigset_t*FAR struct siginfo*FAR const struct timespec*
161sigwaitinfosignal.hintFAR const sigset_t*FAR struct siginfo*
162socketsys/socket.hdefined(CONFIG_NET)intintintint
163statsys/stat.hintconst char*FAR struct stat*
164statfssys/statfs.hintFAR const char*FAR struct statfs*
165task_createsched.h!defined(CONFIG_BUILD_KERNEL)intFAR const char*intintmain_tFAR char * const []|FAR char * const *
166task_deletesched.hintpid_t
167task_restartsched.hintpid_t
168task_setcancelstatesched.hintintFAR int*
169task_setcanceltypesched.hdefined(CONFIG_CANCELLATION_POINTS)intintFAR int*
170task_testcancelpthread.hdefined(CONFIG_CANCELLATION_POINTS)void
171tcdraintermios.hdefined(CONFIG_SERIAL_TERMIOS)intint
172telldirdirent.hoff_tFAR DIR*
173timer_createtime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)intclockid_tFAR struct sigevent*FAR timer_t*
174timer_deletetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
175timer_getoverruntime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
176timer_gettimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tFAR struct itimerspec*
177timer_settimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tintFAR const struct itimerspec*FAR struct itimerspec*
178umount2sys/mount.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*unsigned int
179unamesys/utsname.hintFAR struct utsname*
180unlinkunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
181unsetenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intconst char*
182up_assertassert.hvoidFAR const uint8_t*int
183vforkunistd.hdefined(CONFIG_SCHED_WAITPID) && defined(CONFIG_ARCH_HAVE_VFORK)pid_t
184waitsys/wait.hdefined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)pid_tint*
185waitidsys/wait.hdefined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)intidtype_tid_t FAR siginfo_t *int
186waitpidsys/wait.hdefined(CONFIG_SCHED_WAITPID)pid_tpid_tint*int
187writeunistd.hssize_tintFAR const void*size_t