Files
nuttx/syscall/syscall.csv
guohao15 86e00896d3 fs:notify add support for inotify
support API: open close read write unlink mkdir rename fchstat rmdir symlink

Signed-off-by: guohao15 <guohao15@xiaomi.com>
2024-08-22 01:50:37 +08:00

18 KiB

1_assertassert.hvoidFAR const char *intFAR const char *FAR void *
2_exitunistd.hnoreturnint
3accept4sys/socket.hdefined(CONFIG_NET)intintFAR struct sockaddr *FAR socklen_t *int
4adjtimesys/time.hdefined(CONFIG_CLOCK_TIMEKEEPING)intFAR const struct timeval *FAR struct timeval *
5aio_cancelaio.hdefined(CONFIG_FS_AIO)intintFAR struct aiocb *
6aio_fsyncaio.hdefined(CONFIG_FS_AIO)intintFAR struct aiocb *
7aio_readaio.hdefined(CONFIG_FS_AIO)intFAR struct aiocb *
8aio_writeaio.hdefined(CONFIG_FS_AIO)intFAR struct aiocb *
9arc4random_bufstdlib.hdefined(CONFIG_CRYPTO_RANDOM_POOL)voidFAR void *size_t
10bindsys/socket.hdefined(CONFIG_NET)intintFAR const struct sockaddr *socklen_t
11boardctlsys/boardctl.hdefined(CONFIG_BOARDCTL)intunsigned intuintptr_t
12chmodsys/stat.hintFAR const char *mode_t
13chownunistd.hintFAR const char *uid_tgid_t
14clearenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)int
15clocktime.hclock_t
16clock_gettimetime.hintclockid_tFAR struct timespec *
17clock_nanosleeptime.hintclockid_tintFAR const struct timespec *FAR struct timespec *
18clock_settimetime.hintclockid_tconst struct timespec*
19closeunistd.hintint
20connectsys/socket.hdefined(CONFIG_NET)intintFAR const struct sockaddr *socklen_t
21dupunistd.hintint
22dup2unistd.hintintint
23epoll_create1sys/epoll.hintint
24epoll_ctlsys/epoll.hintintintintFAR struct epoll_event *
25epoll_waitsys/epoll.hintintFAR struct epoll_event *intint
26eventfdsys/eventfd.hdefined(CONFIG_EVENT_FD)intunsigned intint
27execnuttx/binfmt/binfmt.h!defined(CONFIG_BINFMT_DISABLE) && !defined(CONFIG_BUILD_KERNEL)intFAR const char *FAR char * const *FAR char * const *FAR const struct symtab_s *int
28execveunistd.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)intFAR const char *FAR char * const []|FAR char * const *FAR char * const []|FAR char * const *
29fchmodsys/stat.hintintmode_t
30fchownunistd.hintintuid_tgid_t
31fcntlfcntl.hintintint...int
32fstatsys/stat.hintintFAR struct stat *
33fstatfssys/statfs.hintintFAR struct statfs *
34fsyncunistd.hintint
35ftruncateunistd.hintintoff_t
36futimenssys/stat.hintintconst struct timespec [2]|FAR const struct timespec *
37get_environ_ptrstdlib.h!defined(CONFIG_DISABLE_ENVIRON)FAR char **
38getegidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)gid_t
39getenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)FAR char *FAR const char *
40geteuidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)uid_t
41getgidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)gid_t
42gethostnameunistd.hintFAR char *size_t
43getitimersys/time.h!defined(CONFIG_DISABLE_POSIX_TIMERS)intintFAR struct itimerval *
44getpeernamesys/socket.hdefined(CONFIG_NET)intintFAR struct sockaddr *FAR socklen_t *
45getpidunistd.hpid_t
46getppidunistd.hdefined(CONFIG_SCHED_HAVE_PARENT)pid_t
47getrandomsys/random.hssize_tFAR void *size_tunsigned int
48getsocknamesys/socket.hdefined(CONFIG_NET)intintFAR struct sockaddr *FAR socklen_t *
49getsockoptsys/socket.hdefined(CONFIG_NET)intintintintFAR void *FAR socklen_t *
50gettidunistd.hpid_t
51gettimeofdaysys/time.hintFAR struct timeval *FAR struct timezone *
52getuidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)uid_t
53inotify_add_watchsys/inotify.hdefined(CONFIG_FS_NOTIFY)intintFAR const char *uint32_t
54inotify_initsys/inotify.hdefined(CONFIG_FS_NOTIFY)int
55inotify_init1sys/inotify.hdefined(CONFIG_FS_NOTIFY)intint
56inotify_rm_watchsys/inotify.hdefined(CONFIG_FS_NOTIFY)intintint
57insmodnuttx/module.hdefined(CONFIG_MODULE)FAR void *FAR const char *FAR const char *
58ioctlsys/ioctl.hintintint...unsigned long
59killsignal.hintpid_tint
60lchmodsys/stat.hintFAR const char *mode_t
61lchownunistd.hintFAR const char *uid_tgid_t
62linkunistd.hdefined(CONFIG_PSEUDOFS_SOFTLINKS)intFAR const char *FAR const char *
63listensys/socket.hdefined(CONFIG_NET)intintint
64lseekunistd.hoff_tintoff_tint
65lstatsys/stat.hintFAR const char *FAR struct stat *
66lutimenssys/stat.hintFAR const char *const struct timespec [2]|FAR const struct timespec *
67mkdirsys/stat.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char *mode_t
68mmapsys/mman.hFAR void *FAR void *size_tintintintoff_t
69modhandlenuttx/module.hdefined(CONFIG_MODULE)FAR void *FAR const char *
70mountsys/mount.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char *FAR const char *FAR const char *unsigned longFAR const void *
71mq_closemqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_t
72mq_getattrmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tFAR struct mq_attr *
73mq_notifymqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tFAR const struct sigevent *
74mq_openmqueue.h!defined(CONFIG_DISABLE_MQUEUE)mqd_tFAR const char *int...mode_tFAR struct mq_attr *
75mq_receivemqueue.h!defined(CONFIG_DISABLE_MQUEUE)ssize_tmqd_tFAR char *size_tFAR unsigned int *
76mq_sendmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tFAR const char *size_tunsigned int
77mq_setattrmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tFAR const struct mq_attr *FAR struct mq_attr *
78mq_timedreceivemqueue.h!defined(CONFIG_DISABLE_MQUEUE)ssize_tmqd_tFAR char *size_tFAR unsigned int *FAR const struct timespec *
79mq_timedsendmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intmqd_tFAR const char *size_tunsigned intFAR const struct timespec *
80mq_unlinkmqueue.h!defined(CONFIG_DISABLE_MQUEUE)intFAR const char *
81munmapsys/mman.hintFAR void *size_t
82nanosleeptime.hintFAR const struct timespec *FAR struct timespec *
83nx_mkfifonuttx/fs/fs.hdefined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0intFAR const char *mode_tsize_t
84nx_pthread_createnuttx/pthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_trampoline_tFAR pthread_t *FAR const pthread_attr_t *pthread_startroutine_tpthread_addr_t
85nx_pthread_exitnuttx/pthread.h!defined(CONFIG_DISABLE_PTHREAD)noreturnpthread_addr_t
86nx_vsyslognuttx/syslog/syslog.hintintFAR const IPTR char *FAR va_list *
87nxsched_get_stackinfonuttx/sched.hintpid_tFAR struct stackinfo_s *
88nxsem_clockwaitnuttx/semaphore.hintFAR sem_t *clockid_tFAR const struct timespec *
89nxsem_closenuttx/semaphore.hdefined(CONFIG_FS_NAMED_SEMAPHORES)intFAR sem_t *
90nxsem_destroynuttx/semaphore.hintFAR sem_t *
91nxsem_opennuttx/semaphore.hdefined(CONFIG_FS_NAMED_SEMAPHORES)intFAR sem_t **FAR const char *int...mode_tunsigned int
92nxsem_postnuttx/semaphore.hintFAR sem_t *
93nxsem_set_protocolnuttx/semaphore.hdefined(CONFIG_PRIORITY_INHERITANCE)intFAR sem_t *int
94nxsem_timedwaitnuttx/semaphore.hintFAR sem_t *FAR const struct timespec *
95nxsem_trywaitnuttx/semaphore.hintFAR sem_t *
96nxsem_unlinknuttx/semaphore.hdefined(CONFIG_FS_NAMED_SEMAPHORES)intFAR const char *
97nxsem_waitnuttx/semaphore.hintFAR sem_t *
98openfcntl.hintFAR const char *int...mode_t
99pgallocnuttx/arch.hdefined(CONFIG_BUILD_KERNEL)uintptr_tuintptr_tunsigned int
100pipe2unistd.hdefined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0intint [2]|FAR int *int
101pollpoll.hintFAR struct pollfd *nfds_tint
102posix_spawnspawn.h!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)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 *
103ppollpoll.hintFAR struct pollfd *nfds_tFAR const struct timespec *FAR const sigset_t *
104prctlsys/prctl.hintint...uintptr_tuintptr_t
105preadunistd.hssize_tintFAR void *size_toff_t
106pselectsys/select.hintintFAR fd_set *FAR fd_set *FAR fd_set *FAR const struct timespec *FAR const sigset_t *
107pthread_barrier_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_barrier_t *
108pthread_cancelpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
109pthread_cond_broadcastpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *
110pthread_cond_clockwaitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *FAR pthread_mutex_t *clockid_tFAR const struct timespec *
111pthread_cond_signalpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *
112pthread_cond_waitpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_cond_t *FAR pthread_mutex_t *
113pthread_detachpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_t
114pthread_getaffinity_nppthread.h!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP)intpthread_tsize_tFAR cpu_set_t*
115pthread_getschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR int *FAR struct sched_param *
116pthread_joinpthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tFAR pthread_addr_t *
117pthread_mutex_consistentpthread.h!defined(CONFIG_DISABLE_PTHREAD) && !defined(CONFIG_PTHREAD_MUTEX_UNSAFE)intFAR pthread_mutex_t *
118pthread_mutex_destroypthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *
119pthread_mutex_initpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *FAR const pthread_mutexattr_t *
120pthread_mutex_timedlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *FAR const struct timespec *
121pthread_mutex_trylockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *
122pthread_mutex_unlockpthread.h!defined(CONFIG_DISABLE_PTHREAD)intFAR pthread_mutex_t *
123pthread_setaffinity_nppthread.h!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP)intpthread_tsize_tFAR const cpu_set_t *
124pthread_setschedparampthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tintFAR const struct sched_param *
125pthread_setschedpriopthread.h!defined(CONFIG_DISABLE_PTHREAD)intpthread_tint
126pthread_sigmaskpthread.h!defined(CONFIG_DISABLE_PTHREAD)intintFAR const sigset_t *FAR sigset_t *
127putenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char *
128pwriteunistd.hssize_tintFAR const void *size_toff_t
129readunistd.hssize_tintFAR void *size_t
130readlinkunistd.hdefined(CONFIG_PSEUDOFS_SOFTLINKS)ssize_tFAR const char *FAR char *size_t
131recvsys/socket.hdefined(CONFIG_NET)ssize_tintFAR void *size_tint
132recvfromsys/socket.hdefined(CONFIG_NET)ssize_tintFAR void*size_tintFAR struct sockaddr*FAR socklen_t*
133recvmsgsys/socket.hdefined(CONFIG_NET)ssize_tintFAR struct msghdr *int
134renamestdio.hintFAR const char *FAR const char *
135rmdirunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char*
136rmmodnuttx/module.hdefined(CONFIG_MODULE)intFAR void *
137sched_backtracesched.hdefined(CONFIG_SCHED_BACKTRACE)intpid_tFAR void **intint
138sched_getaffinitysched.hdefined(CONFIG_SMP)intpid_tsize_tFAR cpu_set_t *
139sched_getcpusched.hdefined(CONFIG_SMP)int
140sched_getparamsched.hintpid_tFAR struct sched_param *
141sched_getschedulersched.hintpid_t
142sched_locksched.hint
143sched_lockcountsched.hint
144sched_rr_get_intervalsched.hintpid_tstruct timespec *
145sched_setaffinitysched.hdefined(CONFIG_SMP)intpid_tsize_tFAR const cpu_set_t*
146sched_setparamsched.hintpid_tconst struct sched_param *
147sched_setschedulersched.hintpid_tintconst struct sched_param *
148sched_unlocksched.hint
149sched_yieldsched.hint
150selectsys/select.hintintFAR fd_set *FAR fd_set *FAR fd_set *FAR struct timeval *
151sendsys/socket.hdefined(CONFIG_NET)ssize_tintFAR const void *size_tint
152sendfilesys/sendfile.hssize_tintintFAR off_t *size_t
153sendmsgsys/socket.hdefined(CONFIG_NET)ssize_tintFAR struct msghdr *int
154sendtosys/socket.hdefined(CONFIG_NET)ssize_tintFAR const void *size_tintFAR const struct sockaddr *socklen_t
155setegidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)intgid_t
156setenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char *FAR const char *int
157seteuidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)intuid_t
158setgidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)intgid_t
159sethostnameunistd.hintFAR const char *size_t
160setitimersys/time.h!defined(CONFIG_DISABLE_POSIX_TIMERS)intintFAR const struct itimerval *FAR struct itimerval *
161setsockoptsys/socket.hdefined(CONFIG_NET) && defined(CONFIG_NET_SOCKOPTS)intintintintFAR const void *socklen_t
162settimeofdaysys/time.hintFAR const struct timeval *FAR const struct timezone *
163setuidunistd.hdefined(CONFIG_SCHED_USER_IDENTITY)intuid_t
164shm_opensys/mman.hdefined(CONFIG_FS_SHMFS)intFAR const char *intmode_t
165shm_unlinksys/mman.hdefined(CONFIG_FS_SHMFS)intFAR const char *
166shmatsys/shm.hdefined(CONFIG_MM_SHM)FAR void *intFAR const void *int
167shmctlsys/shm.hdefined(CONFIG_MM_SHM)intintintFAR struct shmid_ds *
168shmdtsys/shm.hdefined(CONFIG_MM_SHM)intFAR const void *
169shmgetsys/shm.hdefined(CONFIG_MM_SHM)intkey_tsize_tint
170shutdownsys/socket.hdefined(CONFIG_NET)intintint
171sigactionsignal.hintintFAR const struct sigaction *FAR struct sigaction *
172signalsignal.h_sa_handler_tint_sa_handler_t
173signalfdsys/signalfd.hdefined(CONFIG_SIGNAL_FD)intintFAR const sigset_t *int
174sigpendingsignal.hintFAR sigset_t *
175sigprocmasksignal.hintintFAR const sigset_t *FAR sigset_t *
176sigqueuesignal.hintintintunion sigval|FAR void *|sival_ptr
177sigsuspendsignal.hintFAR const sigset_t *
178sigtimedwaitsignal.hintFAR const sigset_t *FAR struct siginfo *FAR const struct timespec *
179sigwaitinfosignal.hintFAR const sigset_t *FAR struct siginfo *
180socketsys/socket.hdefined(CONFIG_NET)intintintint
181socketpairsys/socket.hdefined(CONFIG_NET)intintintintint [2]|FAR int *
182statsys/stat.hintFAR const char *FAR struct stat *
183statfssys/statfs.hintFAR const char *FAR struct statfs *
184symlinkunistd.hdefined(CONFIG_PSEUDOFS_SOFTLINKS)intFAR const char *FAR const char *
185syncunistd.hvoid
186sysinfosys/sysinfo.hintFAR struct sysinfo *
187task_createsched.h!defined(CONFIG_BUILD_KERNEL)intFAR const char *intintmain_tFAR char * const []|FAR char * const *
188task_deletesched.h!defined(CONFIG_BUILD_KERNEL)intpid_t
189task_restartsched.h!defined(CONFIG_BUILD_KERNEL)intpid_t
190task_spawnnuttx/spawn.h!defined(CONFIG_BUILD_KERNEL)intFAR const char *main_tFAR const posix_spawn_file_actions_t *FAR const posix_spawnattr_t *FAR char * const []|FAR char * const *FAR char * const []|FAR char * const *
191tgkillsignal.hintpid_tpid_tint
192timetime.htime_tFAR time_t *
193timer_createtime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)intclockid_tFAR struct sigevent *FAR timer_t *
194timer_deletetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
195timer_getoverruntime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_t
196timer_gettimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tFAR struct itimerspec *
197timer_settimetime.h!defined(CONFIG_DISABLE_POSIX_TIMERS)inttimer_tintFAR const struct itimerspec *FAR struct itimerspec *
198timerfd_createsys/timerfd.hdefined(CONFIG_TIMER_FD)intintint
199timerfd_gettimesys/timerfd.hdefined(CONFIG_TIMER_FD)intintFAR struct itimerspec *
200timerfd_settimesys/timerfd.hdefined(CONFIG_TIMER_FD)intintintFAR const struct itimerspec *FAR struct itimerspec *
201umount2sys/mount.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char *unsigned int
202unlinkunistd.h!defined(CONFIG_DISABLE_MOUNTPOINT)intFAR const char *
203unsetenvstdlib.h!defined(CONFIG_DISABLE_ENVIRON)intFAR const char *
204up_forknuttx/arch.hdefined(CONFIG_ARCH_HAVE_FORK)pid_t
205utimenssys/stat.hintFAR const char *const struct timespec [2]|FAR const struct timespec *
206waitsys/wait.hdefined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)pid_tFAR int *
207waitidsys/wait.hdefined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT)intidtype_tid_t FAR siginfo_t *int
208waitpidsys/wait.hdefined(CONFIG_SCHED_WAITPID)pid_tpid_tFAR int *int
209writeunistd.hssize_tintFAR const void *size_t