Files
nuttx/syscall/syscall.csv
2013-09-28 14:47:49 -06:00

14 KiB

1_exitunistd.hvoidint
2acceptsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintstruct sockaddr*socklen_t*
3atexitstdlib.hdefined(CONFIG_SCHED_ATEXIT)intvoid (*)(void)
4bindsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintFAR const struct sockaddr*socklen_t
5clearenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)int
6clock_getrestime.h!defined(CONFIG_DISABLE_CLOCK)intclockid_tstruct timespec*
7clock_gettimetime.h!defined(CONFIG_DISABLE_CLOCK)intclockid_tstruct timespec*
8clock_settimetime.h!defined(CONFIG_DISABLE_CLOCK)intclockid_tconst struct timespec*
9clock_systimernuttx/clock.h!defined(CONFIG_DISABLE_CLOCK)uint32_t
10closeunistd.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0intint
11closedirdirent.hCONFIG_NFILE_DESCRIPTORS > 0intFAR DIR*
12connectsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintFAR const struct sockaddr*socklen_t
13dupunistd.hCONFIG_NFILE_DESCRIPTORS > 0intint
14dup2unistd.hCONFIG_NFILE_DESCRIPTORS > 0intintint
15execlunistd.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)intFAR const char *path...
16execvunistd.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)intFAR const char *pathFAR char *const argv[]
17exitstdlib.hvoidint
18fcntlfcntl.hCONFIG_NFILE_DESCRIPTORS > 0intintint...
19fs_fdopennuttx/fs/fs.hCONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0FAR struct file_struct*intintFAR struct tcb_s*
20fsyncunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intint
21get_errnoerrno.hint
22getenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)FAR char*FAR const char*
23getpidunistd.hpid_t
24getsockoptsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintintintFAR void*FAR socklen_t*
25gettimeofdaysys/time.h!defined(CONFIG_DISABLE_CLOCK)intstruct timeval*FAR void*
26ioctlsys/ioctl.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0intintintunsigned long
27killsignal.h!defined(CONFIG_DISABLE_SIGNALS)intpid_tint
28listensys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintint
29lseekunistd.hCONFIG_NFILE_DESCRIPTORS > 0off_tintoff_tint
30mkdirsys/stat.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*mode_t
31mkfifosys/stat.hCONFIG_NFILE_DESCRIPTORS > 0intFAR const char*mode_t
32mmapsys/mman.hCONFIG_NFILE_DESCRIPTORS > 0FAR void*FAR void*size_tintintintoff_t
33mountsys/mount.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intconst char*const char*const char*unsigned longconst void*
34mq_closemqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_t
35mq_notifymqueue.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst struct sigevent*
36mq_openmqueue.h!defined(CONFIG_DISABLE_MQUEUE)mqd_tconst char*int...
37mq_receivemqueue.h!defined(CONFIG_DISABLE_MQUEUE)ssize_tmqd_tvoid*size_tint*
38mq_sendmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst void*size_tint
39mq_timedreceivemqueue.h!defined(CONFIG_DISABLE_MQUEUE)ssize_tmqd_tvoid*size_tint*const struct timespec*
40mq_timedsendmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst char*size_tintconst struct timespec*
41mq_unlinkmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intconst char*
42on_exitstdlib.hdefined(CONFIG_SCHED_ONEXIT)intCODE void (*)(int, FAR void *)FAR void *
43openfcntl.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*int...
44opendirdirent.hCONFIG_NFILE_DESCRIPTORS > 0FAR DIR*FAR const char*
45pipeunistd.hCONFIG_NFILE_DESCRIPTORS > 0intint [2]|int*
46pollpoll.h!defined(CONFIG_DISABLE_POLL) && (CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0)intFAR struct pollfd*nfds_tint
47posix_spawnpspawn.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) && defined(CONFIG_BINFMT_EXEPATH)intFAR pid_t *FAR const char *FAR const posix_spawn_file_actions_t *FAR const posix_spawnattr_t *FAR char *const []FAR char *const []
48posix_spawnspawn.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) && !defined(CONFIG_BINFMT_EXEPATH)intFAR pid_t *FAR const char *FAR const posix_spawn_file_actions_t *FAR const posix_spawnattr_t *FAR char *const []FAR char *const []
49pthread_barrier_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*
50pthread_barrier_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*FAR const pthread_barrierattr_t*unsigned int
51pthread_barrier_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*
52pthread_cancelpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
53pthread_cond_broadcastpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
54pthread_cond_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
55pthread_cond_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_condattr_t*
56pthread_cond_signalpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
57pthread_cond_timedwaitpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_mutex_t*FAR const struct timespec*
58pthread_cond_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_mutex_t*
59pthread_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_t*FAR pthread_attr_t*pthread_startroutine_tpthread_addr_t
60pthread_detachpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
61pthread_exitpthread.h!defined(CONFIG_DISABLE_PTHREAD)voidpthread_addr_t
62pthread_getschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR int*FAR struct sched_param*
63pthread_getspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)FAR void*pthread_key_t
64pthread_joinpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR pthread_addr_t*
65pthread_key_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_key_t*CODE void (*)(FAR void*)
66pthread_key_deletepthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_t
67pthread_killpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
68pthread_mutex_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
69pthread_mutex_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*FAR pthread_mutexattr_t*
70pthread_mutex_lockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
71pthread_mutex_trylockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
72pthread_mutex_unlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
73pthread_oncepthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_once_t*CODE void (*)(void)
74pthread_setcancelstatepthread.h!defined(CONFIG_DISABLE_PTHREAD)intintFAR int*
75pthread_setschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tintFAR const struct sched_param*
76pthread_setschedpriopthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
77pthread_setspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_tFAR void*
78pthread_sigmaskpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intintFAR const sigset_t*FAR sigset_t*
79pthread_yieldpthread.h!defined(CONFIG_DISABLE_PTHREAD)void
80putenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char*
81readunistd.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0ssize_tintFAR void*size_t
82readdirdirent.hCONFIG_NFILE_DESCRIPTORS > 0FAR struct dirent*FAR DIR*
83recvsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR void*size_tint
84recvfromsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR void*size_tintFAR struct sockaddr*FAR socklen_t*
85renamestdio.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*FAR const char*
86rewinddirdirent.hCONFIG_NFILE_DESCRIPTORS > 0voidFAR DIR*
87rmdirunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
88sched_getparamsched.hintpid_tstruct sched_param*
89sched_getschedulersched.hintpid_t
90sched_getstreamsnuttx/sched.hCONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0FAR struct streamlist*
91sched_locksched.hint
92sched_lockcountsched.hint32_t
93sched_rr_get_intervalsched.hintpid_tstruct timespec*
94sched_setparamsched.hintpid_tconst struct sched_param*
95sched_setschedulersched.hintpid_tintconst struct sched_param*
96sched_unlocksched.hint
97sched_yieldsched.hint
98seekdirdirent.hCONFIG_NFILE_DESCRIPTORS > 0voidFAR DIR*off_t
99selectsys/select.h!defined(CONFIG_DISABLE_POLL) && (CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0)intintFAR fd_set*FAR fd_set*FAR fd_set*FAR struct timeval*
100sem_closesemaphore.hintFAR sem_t*
101sem_destroysemaphore.hintFAR sem_t*
102sem_opensemaphore.hFAR sem_t*FAR const char*int...
103sem_postsemaphore.hintFAR sem_t*
104sem_trywaitsemaphore.hintFAR sem_t*
105sem_unlinksemaphore.hintFAR const char*
106sem_waitsemaphore.hintFAR sem_t*
107sendsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR const void*size_tint
108sendfilesys/sendfile.hCONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_NET_SENDFILE)ssize_tintintFAR off_t*size_t
109sendtosys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR const void*size_tintFAR const struct sockaddr*socklen_t
110set_errnoerrno.hvoidint
111setenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intconst char*const char*int
112setsockoptsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintintintFAR const void*socklen_t
113sigactionsignal.h!defined(CONFIG_DISABLE_SIGNALS)intintFAR const struct sigaction*FAR struct sigaction*
114sigpendingsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
115sigprocmasksignal.h!defined(CONFIG_DISABLE_SIGNALS)intintFAR const sigset_t*FAR sigset_t*
116sigqueuesignal.h!defined(CONFIG_DISABLE_SIGNALS)intintintunion sigval|FAR void *|sival_ptr
117sigsuspendsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*
118sigtimedwaitsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*FAR struct siginfo*FAR const struct timespec*
119sigwaitinfosignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*FAR struct siginfo*
120sleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)unsigned intunsigned int
121socketsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintintint
122statsys/stat.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*FAR struct stat*
123statfssys/statfs.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*struct statfs*
124task_createsched.hintconst char*intintmain_tFAR char * const []|FAR char * const *
125task_deletesched.hintpid_t
126task_restartsched.hintpid_t
127telldirdirent.hCONFIG_NFILE_DESCRIPTORS > 0off_tFAR DIR*
128timer_createtime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)intclockid_tFAR struct sigevent*FAR timer_t*
129timer_deletetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
130timer_getoverruntime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
131timer_gettimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tFAR struct itimerspec*
132timer_settimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tintFAR const struct itimerspec*FAR struct itimerspec*
133umountsys/mount.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intconst char*
134unlinkunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
135unsetenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intconst char*
136up_assertassert.hvoidFAR const uint8_t*int
137usleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)intuseconds_t
138vforkunistd.hdefined(CONFIG_ARCH_HAVE_VFORK)pid_t
139waitsys/wait.hdefined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)pid_tint*
140waitidsys/wait.hdefined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)intidtype_tid_t FAR siginfo_t *int
141waitpidsys/wait.hdefined(CONFIG_SCHED_WAITPID)pid_tpid_tint*int
142writeunistd.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0ssize_tintFAR const void*size_t