Files
nuttx/syscall/syscall.csv
T
patacongo 10538a3f2e Macro clock_systimer replaces direct access to g_system_timer variable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3500 42af7a65-404d-4744-a932-0658087f49c3
2011-04-13 21:44:24 +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.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*
39openfcntl.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*int...
40opendirdirent.hCONFIG_NFILE_DESCRIPTORS > 0FAR DIR*FAR const char*
41pipeunistd.hCONFIG_NFILE_DESCRIPTORS > 0intint [2]|int*
42clock_systimernuttx/clock.h!defined(CONFIG_DISABLE_CLOCK)uint32_t
43pollpoll.h!defined(CONFIG_DISABLE_POLL) && (CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0)intFAR struct pollfd*nfds_tint
44pthread_barrier_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*
45pthread_barrier_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*FAR const pthread_barrierattr_t*unsigned int
46pthread_barrier_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t*
47pthread_cancelpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
48pthread_cond_broadcastpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
49pthread_cond_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
50pthread_cond_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_condattr_t*
51pthread_cond_signalpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*
52pthread_cond_timedwaitpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_mutex_t*FAR const struct timespec*
53pthread_cond_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t*FAR pthread_mutex_t*
54pthread_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_t*FAR pthread_attr_t*pthread_startroutine_tpthread_addr_t
55pthread_detachpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
56pthread_exitpthread.h!defined(CONFIG_DISABLE_PTHREAD)voidpthread_addr_t
57pthread_getschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR int*FAR struct sched_param*
58pthread_getspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)FAR void*pthread_key_t
59pthread_joinpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR pthread_addr_t*
60pthread_key_createpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_key_t*CODE void (*)(FAR void*)
61pthread_key_deletepthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_t
62pthread_killpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
63pthread_mutex_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
64pthread_mutex_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*FAR pthread_mutexattr_t*
65pthread_mutex_lockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
66pthread_mutex_trylockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
67pthread_mutex_unlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t*
68pthread_oncepthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_once_t*CODE void (*)(void)
69pthread_setcancelstatepthread.h!defined(CONFIG_DISABLE_PTHREAD)intintFAR int*
70pthread_setschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tintFAR const struct sched_param*
71pthread_setschedpriopthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
72pthread_setspecificpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_key_tFAR void*
73pthread_sigmaskpthread.h!defined(CONFIG_DISABLE_SIGNALS) && !defined(CONFIG_DISABLE_PTHREAD)intintFAR const sigset_t*FAR sigset_t*
74pthread_yieldpthread.h!defined(CONFIG_DISABLE_PTHREAD)void
75putenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char*
76readunistd.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0ssize_tintFAR void*size_t
77readdirdirent.hCONFIG_NFILE_DESCRIPTORS > 0FAR struct dirent*FAR DIR*
78recvsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR void*size_tint
79recvfromsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR void*size_tintFAR struct sockaddr*FAR socklen_t*
80renamestdio.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*FAR const char*
81rewinddirdirent.hCONFIG_NFILE_DESCRIPTORS > 0voidFAR DIR*
82rmdirunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
83sched_getparamsched.hintpid_tstruct sched_param*
84sched_getschedulersched.hintpid_t
85sched_getstreamsnuttx/sched.hCONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NFILE_STREAMS > 0FAR struct streamlist*
86sched_locksched.hint
87sched_lockcountsched.hint32_t
88sched_rr_get_intervalsched.hintpid_tstruct timespec*
89sched_setparamsched.hintpid_tconst struct sched_param*
90sched_setschedulersched.hintpid_tintconst struct sched_param*
91sched_unlocksched.hint
92sched_yieldsched.hint
93seekdirdirent.hCONFIG_NFILE_DESCRIPTORS > 0voidFAR DIR*off_t
94selectsys/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*
95sem_closesemaphore.hintFAR sem_t*
96sem_destroysemaphore.hintFAR sem_t*
97sem_opensemaphore.hFAR sem_t*FAR const char*int...
98sem_postsemaphore.hintFAR sem_t*
99sem_trywaitsemaphore.hintFAR sem_t*
100sem_unlinksemaphore.hintFAR const char*
101sem_waitsemaphore.hintFAR sem_t*
102sendsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR const void*size_tint
103sendtosys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)ssize_tintFAR const void*size_tintFAR const struct sockaddr*socklen_t
104set_errnoerrno.hvoidint
105setenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intconst char*const char*int
106setsockoptsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintintintFAR const void*socklen_t
107sigactionsignal.h!defined(CONFIG_DISABLE_SIGNALS)intintFAR const struct sigaction*FAR struct sigaction*
108sigpendingsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR sigset_t*
109sigprocmasksignal.h!defined(CONFIG_DISABLE_SIGNALS)intintFAR const sigset_t*FAR sigset_t*
110sigqueuesignal.h!defined(CONFIG_DISABLE_SIGNALS)intintintunion sigval|FAR void *|sival_ptr
111sigsuspendsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*
112sigtimedwaitsignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*FAR struct siginfo*FAR const struct timespec*
113sigwaitinfosignal.h!defined(CONFIG_DISABLE_SIGNALS)intFAR const sigset_t*FAR struct siginfo*
114sleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)unsigned intunsigned int
115socketsys/socket.hCONFIG_NSOCKET_DESCRIPTORS > 0 && defined(CONFIG_NET)intintintint
116statsys/stat.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*FAR struct stat*
117statfssys/statfs.hCONFIG_NFILE_DESCRIPTORS > 0intconst char*struct statfs*
118task_createsched.hintconst char*intintmain_tconst char* []|const char**
119task_deletesched.hintpid_t
120task_restartsched.hintpid_t
121telldirdirent.hCONFIG_NFILE_DESCRIPTORS > 0off_tFAR DIR*
122timer_createtime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)intclockid_tFAR struct sigevent*FAR timer_t*
123timer_deletetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
124timer_getoverruntime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
125timer_gettimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tFAR struct itimerspec*
126timer_settimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tintFAR const struct itimerspec*FAR struct itimerspec*
127umountsys/mount.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intconst char*
128unlinkunistd.hCONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
129unsetenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intconst char*
130up_assertassert.hvoidFAR const uint8_t*int
131up_assert_codeassert.hvoidFAR const uint8_t*intint
132usleepunistd.h!defined(CONFIG_DISABLE_SIGNALS)voiduseconds_t
133waitpidsys/wait.hdefined(CONFIG_SCHED_WAITPID)pid_tpid_tint*int
134writeunistd.hCONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0ssize_tintFAR const void*size_t