Files
nuttx/syscall/syscall.csv
T
patacongo 2aab150a39 Add conditional compilation to syscall autogeneration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3452 42af7a65-404d-4744-a932-0658087f49c3
2011-04-01 23:07:51 +00:00

14 KiB

1_exitunistd.hvoidint
2acceptsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintstruct sockaddr*socklen_t*
3atexitstdlib.hdefined(CONFIG_SCHED_ATEXT)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*
9closeunistd.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0intint
10closedirdirent.hCONFIG_NFILE_DESCRIPTORS > 0intFAR DIR*
11connectsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintFAR const struct sockaddr*socklen_t
12creatfcntl.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intconst char*mode_t
13dupunistd.hCONFIG_NFILE_DESCRIPTORS > 0intint
14dup2unistd.hCONFIG_NFILE_DESCRIPTORS > 0intintint
15exitstdlib.hvoidint
16fcntlfcntl.hCONFIG_NFILE_DESCRIPTORS > 0intintint...
17fstatsys/stat.hintintFAR struct stat*
18fstatfssys/statfs.hintintstruct statfs*
19fsyncunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intint
20get_environ_ptrstdlib.h!defined(CONFIG_DISABLE_ENVIRON)FAR char**
21get_errno_ptrerrno.hFAR int*
22getenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)FAR char*FAR const char*
23getpidunistd.hpidt_t
24getsockoptsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintintintFAR void*FAR socklen_t*
25gettimeofdaysys/time.hintstruct 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_getattrmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tstruct mq_attr*
36mq_notifymqueue.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst struct sigevent*
37mq_openmqueue.h!defined(CONFIG_DISABLE_MQUEUE)mqd_tconst char*int...
38mq_receivemqueue.h!defined(CONFIG_DISABLE_MQUEUE)ssize_tmqd_tvoid*size_tint*
39mq_sendmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst void*size_tint
40mq_setattrmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst struct mq_attr*struct mq_attr*
41mq_timedreceivemqueue.h!defined(CONFIG_DISABLE_MQUEUE)ssize_tmqd_tvoid*size_tint*const struct timespec*
42mq_timedsendmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tconst char*size_tintconst struct timespec*
43mq_unlinkmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intconst char*
44openfcntl.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*int...
45opendirdirent.hCONFIG_NFILE_DESCRIPTORS > 0FAR DIR*FAR const char*
46pipeunistd.hCONFIG_NFILE_DESCRIPTORS > 0intint [2]|int*
47pollpoll.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0intFAR struct pollfd*nfds_tint
48pthread_barrier_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*
49pthread_barrier_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*FAR const pthread_barrierattr_t*unsigned int
50pthread_barrier_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*
51pthread_cancelpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
52pthread_cond_broadcastpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
53pthread_cond_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
54pthread_cond_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_condattr_t*
55pthread_cond_signalpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
56pthread_cond_timedwaitpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_mutex_t*FAR const struct timespec*
57pthread_cond_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_mutex_t*
58pthread_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_t*FAR pthread_attr_t*pthread_startroutine_tpthread_addr_t
59pthread_detachpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
60pthread_exitpthread.h!defined(CONFIG_DISABLE_PTHREAD)voidpthread_addr_t
61pthread_getschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR int*FAR struct sched_param*
62pthread_getspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)FAR void*pthread_key_t
63pthread_joinpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR pthread_addr_t*
64pthread_key_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_key_t*CODE void (*)(FAR void*)
65pthread_key_deletepthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_t
66pthread_killpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
67pthread_mutex_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
68pthread_mutex_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*FAR pthread_mutexattr_t*
69pthread_mutex_lockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
70pthread_mutex_trylockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
71pthread_mutex_unlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
72pthread_oncepthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_once_t*CODE void (*)(void)
73pthread_setcancelstatepthread.h!defined(CONFIG_DISABLE_PTHREAD)intintFAR int*
74pthread_setschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tintFAR const struct sched_param*
75pthread_setschedpriopthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
76pthread_setspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_tFAR void*
77pthread_sigmaskpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intintFAR const sigset_t*FAR sigset_t*
78pthread_testcancelpthread.h!defined(CONFIG_DISABLE_PTHREAD)void
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*
83readdir_rdirent.hCONFIG_NFILE_DESCRIPTORS > 0intFAR DIR*FAR struct dirent*FAR struct dirent**
84recvsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR void*size_tint
85recvfromsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR void*size_tintFAR struct sockaddr*FAR socklen_t*
86renamestdio.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*FAR const char*
87rewinddirdirent.hCONFIG_NFILE_DESCRIPTORS > 0voidFAR DIR*
88rmdirunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
89sched_get_priority_maxsched.hintint
90sched_get_priority_minsched.hintint
91sched_getparamsched.hintpid_tstruct sched_param*
92sched_getschedulersched.hintpid_t
93sched_locksched.hint
94sched_lockcountsched.hint32_t
95sched_note_startsched.hvoidFAR _TCB*
96sched_note_stopsched.hvoidFAR _TCB*
97sched_note_switchsched.hvoidFAR _TCB*FAR _TCB*
98sched_rr_get_intervalsched.hintpid_tstruct timespec*
99sched_setparamsched.hintpid_tconst struct sched_param*
100sched_setschedulersched.hintpid_tintconst struct sched_param*
101sched_unlocksched.hint
102sched_yieldsched.hint
103seekdirdirent.hCONFIG_NFILE_DESCRIPTORS > 0voidFAR DIR*off_t
104selectsys/select.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0intintFAR fd_set*FAR fd_set*FAR fd_set*FAR struct timeval*
105sem_closesemaphore.hintFAR sem_t*
106sem_destroysemaphore.hintFAR sem_t*
107sem_opensemaphore.hFAR sem_t*FAR const char*int...
108sem_postsemaphore.hintFAR sem_t*
109sem_trywaitsemaphore.hintFAR sem_t*
110sem_unlinksemaphore.hintFAR const char*
111sem_waitsemaphore.hintFAR sem_t*
112sendsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR const void*size_tint
113sendtosys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR const void*size_tintFAR const struct sockaddr*socklen_t
114setenvstdlib.hintconst char*const char*int
115setsockoptsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintintintFAR const void*socklen_t
116sigactionsignal.h!defined(CONFIG_DISABLE_SIGNALS)intintFAR const struct sigaction*FAR struct sigaction*
117sigaddsetsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*int
118sigdelsetsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*int
119sigemptysetsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
120sigfillsetsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
121sigismembersignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*int
122sigpendingsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
123sigprocmasksignal.h!defined(CONFIG_DISABLE_SIGNALS)intintFAR const sigset_t*FAR sigset_t*
124sigqueuesignal.h!defined(CONFIG_DISABLE_SIGNALS)intintintFAR void*
125sigqueuesignal.h!defined(CONFIG_DISABLE_SIGNALS)intintintunion sigval|FAR void *
126sigsuspendsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*
127sigtimedwaitsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*FAR struct siginfo*FAR const struct timespec*
128sigwaitinfosignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*FAR struct siginfo*
129sleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)unsigned intunsigned int
130snprintfstdio.hintFAR char*size_tconst char*...
131socketsys/socket.hintintintint
132statsys/stat.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*FAR struct stat*
133statfssys/statfs.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*struct statfs*
134task_activatesched.hintFAR _TCB*
135task_createsched.hintconst char*intintmain_tconst char* []|const char**
136task_deletesched.hintpid_t
137task_initsched.hintFAR _TCB*const char*intFAR uint32_t*uint32_tmain_tconst char* []|const char**
138task_restartsched.hintpid_t
139telldirdirent.hCONFIG_NFILE_DESCRIPTORS > 0off_tFAR DIR*
140timer_createtime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)intclockid_tFAR struct sigevent*FAR timer_t*
141timer_deletetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
142timer_getoverruntime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
143timer_gettimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tFAR struct itimerspec*
144timer_settimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tintFAR const struct itimerspec*FAR struct itimerspec*
145umountsys/mount.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intconst char*
146unlinkunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
147unsetenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intconst char*
148up_assertassert.hvoidFAR const uint8_t*int
149up_assert_codeassert.hvoidFAR const uint8_t*intint
150usleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)voiduseconds_t
151waitpidsys/wait.hdefined(CONFIG_SCHED_WAITPID)pidt_tpid_tint*int
152writeunistd.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0ssize_tintFAR const void*size_t