Files
nuttx/syscall/syscall.csv
T
patacongo c18b47aafb More patches/bugfixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5056 42af7a65-404d-4744-a932-0658087f49c3
2012-08-26 23:29:37 +00:00

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