mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 09:45:18 +08:00
since the driver can also support fsync by implementing BIOC_FLUSH Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
17 KiB
17 KiB
| 1 | _exit | unistd.h | noreturn | int | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 2 | _assert | assert.h | void | FAR const char * | int | FAR const char * | ||||
| 3 | accept4 | sys/socket.h | defined(CONFIG_NET) | int | int | FAR struct sockaddr * | FAR socklen_t * | int | ||
| 4 | adjtime | sys/time.h | defined(CONFIG_CLOCK_TIMEKEEPING) | int | FAR const struct timeval * | FAR struct timeval * | ||||
| 5 | aio_cancel | aio.h | defined(CONFIG_FS_AIO) | int | int | FAR struct aiocb * | ||||
| 6 | aio_fsync | aio.h | defined(CONFIG_FS_AIO) | int | int | FAR struct aiocb * | ||||
| 7 | aio_read | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * | |||||
| 8 | aio_write | aio.h | defined(CONFIG_FS_AIO) | int | FAR struct aiocb * | |||||
| 9 | arc4random_buf | stdlib.h | defined(CONFIG_CRYPTO_RANDOM_POOL) | void | FAR void * | size_t | ||||
| 10 | bind | sys/socket.h | defined(CONFIG_NET) | int | int | FAR const struct sockaddr * | socklen_t | |||
| 11 | boardctl | sys/boardctl.h | defined(CONFIG_BOARDCTL) | int | unsigned int | uintptr_t | ||||
| 12 | chmod | sys/stat.h | int | FAR const char * | mode_t | |||||
| 13 | chown | unistd.h | int | FAR const char * | uid_t | gid_t | ||||
| 14 | clearenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | ||||||
| 15 | clock | time.h | clock_t | |||||||
| 16 | clock_getres | time.h | int | clockid_t | FAR struct timespec * | |||||
| 17 | clock_gettime | time.h | int | clockid_t | FAR struct timespec * | |||||
| 18 | clock_nanosleep | time.h | int | clockid_t | int | FAR const struct timespec * | FAR struct timespec * | |||
| 19 | clock_settime | time.h | int | clockid_t | const struct timespec* | |||||
| 20 | close | unistd.h | int | int | ||||||
| 21 | connect | sys/socket.h | defined(CONFIG_NET) | int | int | FAR const struct sockaddr * | socklen_t | |||
| 22 | dup | unistd.h | int | int | ||||||
| 23 | dup2 | unistd.h | int | int | int | |||||
| 24 | eventfd | sys/eventfd.h | defined(CONFIG_EVENT_FD) | int | unsigned int | int | ||||
| 25 | exec | nuttx/binfmt/binfmt.h | !defined(CONFIG_BINFMT_DISABLE) && !defined(CONFIG_BUILD_KERNEL) | int | FAR const char * | FAR char * const * | FAR char * const * | FAR const struct symtab_s * | int | |
| 26 | execve | unistd.h | !defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) | int | FAR const char * | FAR char * const []|FAR char * const * | FAR char * const []|FAR char * const * | |||
| 27 | fchmod | sys/stat.h | int | int | mode_t | |||||
| 28 | fchown | unistd.h | int | int | uid_t | gid_t | ||||
| 29 | fcntl | fcntl.h | int | int | int | ... | int | |||
| 30 | fs_fdopen | nuttx/fs/fs.h | defined(CONFIG_FILE_STREAM) | int | int | int | FAR struct tcb_s * | FAR struct file_struct ** | ||
| 31 | fstat | sys/stat.h | int | int | FAR struct stat * | |||||
| 32 | fstatfs | sys/statfs.h | int | int | FAR struct statfs * | |||||
| 33 | fsync | unistd.h | int | int | ||||||
| 34 | ftruncate | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | int | off_t | ||||
| 35 | futimens | sys/stat.h | int | int | const struct timespec [2]|FAR const struct timespec * | |||||
| 36 | get_environ_ptr | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | FAR char ** | ||||||
| 37 | getenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | FAR char * | FAR const char * | |||||
| 38 | getgid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | gid_t | ||||||
| 39 | gethostname | unistd.h | int | FAR char * | size_t | |||||
| 40 | getitimer | sys/time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | int | FAR struct itimerval * | ||||
| 41 | getpeername | sys/socket.h | defined(CONFIG_NET) | int | int | FAR struct sockaddr * | FAR socklen_t * | |||
| 42 | getpid | unistd.h | pid_t | |||||||
| 43 | getppid | unistd.h | defined(CONFIG_SCHED_HAVE_PARENT) | pid_t | ||||||
| 44 | getsockname | sys/socket.h | defined(CONFIG_NET) | int | int | FAR struct sockaddr * | FAR socklen_t * | |||
| 45 | getsockopt | sys/socket.h | defined(CONFIG_NET) | int | int | int | int | FAR void * | FAR socklen_t * | |
| 46 | gettid | unistd.h | pid_t | |||||||
| 47 | getuid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | uid_t | ||||||
| 48 | insmod | nuttx/module.h | defined(CONFIG_MODULE) | FAR void * | FAR const char * | FAR const char * | ||||
| 49 | ioctl | sys/ioctl.h | int | int | int | ... | unsigned long | |||
| 50 | kill | signal.h | int | pid_t | int | |||||
| 51 | lchmod | sys/stat.h | int | FAR const char * | mode_t | |||||
| 52 | lchown | unistd.h | int | FAR const char * | uid_t | gid_t | ||||
| 53 | link | unistd.h | defined(CONFIG_PSEUDOFS_SOFTLINKS) | int | FAR const char * | FAR const char * | ||||
| 54 | listen | sys/socket.h | defined(CONFIG_NET) | int | int | int | ||||
| 55 | lseek | unistd.h | off_t | int | off_t | int | ||||
| 56 | lstat | sys/stat.h | int | FAR const char * | FAR struct stat * | |||||
| 57 | lutimens | sys/stat.h | int | FAR const char * | const struct timespec [2]|FAR const struct timespec * | |||||
| 58 | mkdir | sys/stat.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char * | mode_t | ||||
| 59 | mmap | sys/mman.h | FAR void * | FAR void * | size_t | int | int | int | off_t | |
| 60 | modhandle | nuttx/module.h | defined(CONFIG_MODULE) | FAR void * | FAR const char * | |||||
| 61 | mount | sys/mount.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char * | FAR const char * | FAR const char * | unsigned long | FAR const void * | |
| 62 | mq_close | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | |||||
| 63 | mq_getattr | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | FAR struct mq_attr * | ||||
| 64 | mq_notify | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | FAR const struct sigevent * | ||||
| 65 | mq_open | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | mqd_t | FAR const char * | int | ... | mode_t | FAR struct mq_attr * | |
| 66 | mq_receive | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | ssize_t | mqd_t | FAR char * | size_t | FAR unsigned int * | ||
| 67 | mq_send | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | FAR const char * | size_t | unsigned int | ||
| 68 | mq_setattr | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | FAR const struct mq_attr * | FAR struct mq_attr * | |||
| 69 | mq_timedreceive | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | ssize_t | mqd_t | FAR char * | size_t | FAR unsigned int * | FAR const struct timespec * | |
| 70 | mq_timedsend | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | mqd_t | FAR const char * | size_t | unsigned int | FAR const struct timespec * | |
| 71 | mq_unlink | mqueue.h | !defined(CONFIG_DISABLE_MQUEUE) | int | FAR const char * | |||||
| 72 | munmap | sys/mman.h | int | FAR void * | size_t | |||||
| 73 | nx_mkfifo | nuttx/fs/fs.h | defined(CONFIG_PIPES) && CONFIG_DEV_FIFO_SIZE > 0 | int | FAR const char * | mode_t | size_t | |||
| 74 | nx_pthread_create | nuttx/pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_trampoline_t | FAR pthread_t * | FAR const pthread_attr_t * | pthread_startroutine_t | pthread_addr_t | |
| 75 | nx_pthread_exit | nuttx/pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | noreturn | pthread_addr_t | |||||
| 76 | nx_vsyslog | nuttx/syslog/syslog.h | int | int | FAR const IPTR char * | FAR va_list * | ||||
| 77 | nxsched_get_stackinfo | nuttx/sched.h | int | pid_t | FAR struct stackinfo_s * | |||||
| 78 | open | fcntl.h | int | FAR const char * | int | ... | mode_t | |||
| 79 | pgalloc | nuttx/arch.h | defined(CONFIG_BUILD_KERNEL) | uintptr_t | uintptr_t | unsigned int | ||||
| 80 | pipe2 | unistd.h | defined(CONFIG_PIPES) && CONFIG_DEV_PIPE_SIZE > 0 | int | int [2]|FAR int * | int | ||||
| 81 | poll | poll.h | int | FAR struct pollfd * | nfds_t | int | ||||
| 82 | posix_spawn | spawn.h | !defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS) | int | FAR 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 * |
| 83 | ppoll | poll.h | int | FAR struct pollfd * | nfds_t | FAR const struct timespec * | FAR const sigset_t * | |||
| 84 | prctl | sys/prctl.h | int | int | ... | uintptr_t | uintptr_t | |||
| 85 | pread | unistd.h | ssize_t | int | FAR void * | size_t | off_t | |||
| 86 | pselect | sys/select.h | int | int | FAR fd_set * | FAR fd_set * | FAR fd_set * | FAR const struct timespec * | FAR const sigset_t * | |
| 87 | pthread_cancel | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | |||||
| 88 | pthread_cond_broadcast | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t * | |||||
| 89 | pthread_cond_clockwait | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t * | FAR pthread_mutex_t * | clockid_t | FAR const struct timespec * | ||
| 90 | pthread_cond_signal | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t * | |||||
| 91 | pthread_cond_wait | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_cond_t * | FAR pthread_mutex_t * | ||||
| 92 | pthread_detach | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | |||||
| 93 | pthread_getaffinity_np | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP) | int | pthread_t | size_t | FAR cpu_set_t* | |||
| 94 | pthread_getschedparam | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | FAR int * | FAR struct sched_param * | |||
| 95 | pthread_join | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | FAR pthread_addr_t * | ||||
| 96 | pthread_mutex_consistent | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) && !defined(CONFIG_PTHREAD_MUTEX_UNSAFE) | int | FAR pthread_mutex_t * | |||||
| 97 | pthread_mutex_destroy | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t * | |||||
| 98 | pthread_mutex_init | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t * | FAR const pthread_mutexattr_t * | ||||
| 99 | pthread_mutex_timedlock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t * | FAR const struct timespec * | ||||
| 100 | pthread_mutex_trylock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t * | |||||
| 101 | pthread_mutex_unlock | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | FAR pthread_mutex_t * | |||||
| 102 | pthread_setaffinity_np | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_SMP) | int | pthread_t | size_t | FAR const cpu_set_t * | |||
| 103 | pthread_setschedparam | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | int | FAR const struct sched_param * | |||
| 104 | pthread_setschedprio | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | pthread_t | int | ||||
| 105 | pthread_sigmask | pthread.h | !defined(CONFIG_DISABLE_PTHREAD) | int | int | FAR const sigset_t * | FAR sigset_t * | |||
| 106 | putenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char * | |||||
| 107 | pwrite | unistd.h | ssize_t | int | FAR const void * | size_t | off_t | |||
| 108 | read | unistd.h | ssize_t | int | FAR void * | size_t | ||||
| 109 | readlink | unistd.h | defined(CONFIG_PSEUDOFS_SOFTLINKS) | ssize_t | FAR const char * | FAR char * | size_t | |||
| 110 | recv | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR void * | size_t | int | ||
| 111 | recvfrom | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR void* | size_t | int | FAR struct sockaddr* | FAR socklen_t* |
| 112 | recvmsg | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR struct msghdr * | int | |||
| 113 | rename | stdio.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char * | FAR const char * | ||||
| 114 | rmdir | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char* | |||||
| 115 | rmmod | nuttx/module.h | defined(CONFIG_MODULE) | int | FAR void * | |||||
| 116 | sched_getaffinity | sched.h | defined(CONFIG_SMP) | int | pid_t | size_t | FAR cpu_set_t * | |||
| 117 | sched_getcpu | sched.h | defined(CONFIG_SMP) | int | ||||||
| 118 | sched_getparam | sched.h | int | pid_t | FAR struct sched_param * | |||||
| 119 | sched_getscheduler | sched.h | int | pid_t | ||||||
| 120 | sched_lock | sched.h | int | |||||||
| 121 | sched_lockcount | sched.h | int | |||||||
| 122 | sched_rr_get_interval | sched.h | int | pid_t | struct timespec * | |||||
| 123 | sched_setaffinity | sched.h | defined(CONFIG_SMP) | int | pid_t | size_t | FAR const cpu_set_t* | |||
| 124 | sched_setparam | sched.h | int | pid_t | const struct sched_param * | |||||
| 125 | sched_setscheduler | sched.h | int | pid_t | int | const struct sched_param * | ||||
| 126 | sched_unlock | sched.h | int | |||||||
| 127 | sched_yield | sched.h | int | |||||||
| 128 | sched_backtrace | sched.h | defined(CONFIG_SCHED_BACKTRACE) | int | pid_t | FAR void ** | int | int | ||
| 129 | select | sys/select.h | int | int | FAR fd_set * | FAR fd_set * | FAR fd_set * | FAR struct timeval * | ||
| 130 | sem_clockwait | semaphore.h | int | FAR sem_t * | clockid_t | FAR const struct timespec * | ||||
| 131 | sem_close | semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | int | FAR sem_t * | |||||
| 132 | sem_destroy | semaphore.h | int | FAR sem_t * | ||||||
| 133 | sem_open | semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | FAR sem_t * | FAR const char * | int | ... | mode_t | unsigned int | |
| 134 | sem_post | semaphore.h | int | FAR sem_t * | ||||||
| 135 | sem_setprotocol | nuttx/semaphore.h | defined(CONFIG_PRIORITY_INHERITANCE) | int | FAR sem_t * | int | ||||
| 136 | sem_timedwait | semaphore.h | int | FAR sem_t * | FAR const struct timespec * | |||||
| 137 | sem_trywait | semaphore.h | int | FAR sem_t * | ||||||
| 138 | sem_unlink | semaphore.h | defined(CONFIG_FS_NAMED_SEMAPHORES) | int | FAR const char * | |||||
| 139 | sem_wait | semaphore.h | int | FAR sem_t * | ||||||
| 140 | send | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR const void * | size_t | int | ||
| 141 | sendfile | sys/sendfile.h | ssize_t | int | int | FAR off_t * | size_t | |||
| 142 | sendmsg | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR struct msghdr * | int | |||
| 143 | sendto | sys/socket.h | defined(CONFIG_NET) | ssize_t | int | FAR const void * | size_t | int | FAR const struct sockaddr * | socklen_t |
| 144 | setenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char * | FAR const char * | int | |||
| 145 | setgid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | int | gid_t | |||||
| 146 | sethostname | unistd.h | int | FAR const char * | size_t | |||||
| 147 | setitimer | sys/time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | int | FAR const struct itimerval * | FAR struct itimerval * | |||
| 148 | setsockopt | sys/socket.h | defined(CONFIG_NET) | int | int | int | int | FAR const void * | socklen_t | |
| 149 | setuid | unistd.h | defined(CONFIG_SCHED_USER_IDENTITY) | int | uid_t | |||||
| 150 | shm_open | sys/mman.h | defined(CONFIG_FS_SHMFS) | int | FAR const char * | int | mode_t | |||
| 151 | shm_unlink | sys/mman.h | defined(CONFIG_FS_SHMFS) | int | FAR const char * | |||||
| 152 | shmat | sys/shm.h | defined(CONFIG_MM_SHM) | FAR void * | int | FAR const void * | int | |||
| 153 | shmctl | sys/shm.h | defined(CONFIG_MM_SHM) | int | int | int | FAR struct shmid_ds * | |||
| 154 | shmdt | sys/shm.h | defined(CONFIG_MM_SHM) | int | FAR const void * | |||||
| 155 | shmget | sys/shm.h | defined(CONFIG_MM_SHM) | int | key_t | size_t | int | |||
| 156 | shutdown | sys/socket.h | defined(CONFIG_NET) | int | int | int | ||||
| 157 | sigaction | signal.h | int | int | FAR const struct sigaction * | FAR struct sigaction * | ||||
| 158 | sigpending | signal.h | int | FAR sigset_t * | ||||||
| 159 | sigprocmask | signal.h | int | int | FAR const sigset_t * | FAR sigset_t * | ||||
| 160 | sigqueue | signal.h | int | int | int | union sigval|FAR void *|sival_ptr | ||||
| 161 | sigsuspend | signal.h | int | FAR const sigset_t * | ||||||
| 162 | sigtimedwait | signal.h | int | FAR const sigset_t * | FAR struct siginfo * | FAR const struct timespec * | ||||
| 163 | sigwaitinfo | signal.h | int | FAR const sigset_t * | FAR struct siginfo * | |||||
| 164 | socket | sys/socket.h | defined(CONFIG_NET) | int | int | int | int | |||
| 165 | socketpair | sys/socket.h | defined(CONFIG_NET) | int | int | int | int | int [2]|FAR int * | ||
| 166 | stat | sys/stat.h | int | FAR const char * | FAR struct stat * | |||||
| 167 | statfs | sys/statfs.h | int | FAR const char * | FAR struct statfs * | |||||
| 168 | symlink | unistd.h | defined(CONFIG_PSEUDOFS_SOFTLINKS) | int | FAR const char * | FAR const char * | ||||
| 169 | sync | unistd.h | void | |||||||
| 170 | sysinfo | sys/sysinfo.h | int | FAR struct sysinfo * | ||||||
| 171 | task_create | sched.h | !defined(CONFIG_BUILD_KERNEL) | int | FAR const char * | int | int | main_t | FAR char * const []|FAR char * const * | |
| 172 | task_delete | sched.h | !defined(CONFIG_BUILD_KERNEL) | int | pid_t | |||||
| 173 | task_restart | sched.h | !defined(CONFIG_BUILD_KERNEL) | int | pid_t | |||||
| 174 | task_setcancelstate | sched.h | int | int | FAR int * | |||||
| 175 | task_setcanceltype | sched.h | defined(CONFIG_CANCELLATION_POINTS) | int | int | FAR int * | ||||
| 176 | task_spawn | nuttx/spawn.h | !defined(CONFIG_BUILD_KERNEL) | int | FAR const char * | main_t | FAR const posix_spawn_file_actions_t * | FAR const posix_spawnattr_t * | FAR char * const []|FAR char * const * | FAR char * const []|FAR char * const * |
| 177 | task_testcancel | sched.h | defined(CONFIG_CANCELLATION_POINTS) | void | ||||||
| 178 | task_tls_alloc | nuttx/tls.h | CONFIG_TLS_TASK_NELEM > 0 | int | tls_dtor_t | |||||
| 179 | tgkill | signal.h | int | pid_t | pid_t | int | ||||
| 180 | timer_create | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | clockid_t | FAR struct sigevent * | FAR timer_t * | |||
| 181 | timer_delete | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t | |||||
| 182 | timer_getoverrun | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t | |||||
| 183 | timer_gettime | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t | FAR struct itimerspec * | ||||
| 184 | timer_settime | time.h | !defined(CONFIG_DISABLE_POSIX_TIMERS) | int | timer_t | int | FAR const struct itimerspec * | FAR struct itimerspec * | ||
| 185 | timerfd_create | sys/timerfd.h | defined(CONFIG_TIMER_FD) | int | int | int | ||||
| 186 | timerfd_gettime | sys/timerfd.h | defined(CONFIG_TIMER_FD) | int | int | FAR struct itimerspec * | ||||
| 187 | timerfd_settime | sys/timerfd.h | defined(CONFIG_TIMER_FD) | int | int | int | FAR const struct itimerspec * | FAR const struct itimerspec * | ||
| 188 | umount2 | sys/mount.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char * | unsigned int | ||||
| 189 | unlink | unistd.h | !defined(CONFIG_DISABLE_MOUNTPOINT) | int | FAR const char * | |||||
| 190 | unsetenv | stdlib.h | !defined(CONFIG_DISABLE_ENVIRON) | int | FAR const char * | |||||
| 191 | utimens | sys/stat.h | int | FAR const char * | const struct timespec [2]|FAR const struct timespec * | |||||
| 192 | vfork | unistd.h | defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_ARCH_HAVE_VFORK) | pid_t | ||||||
| 193 | wait | sys/wait.h | defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT) | pid_t | FAR int * | |||||
| 194 | waitid | sys/wait.h | defined(CONFIG_SCHED_WAITPID) && defined(CONFIG_SCHED_HAVE_PARENT) | int | idtype_t | id_t | FAR siginfo_t * | int | ||
| 195 | waitpid | sys/wait.h | defined(CONFIG_SCHED_WAITPID) | pid_t | pid_t | FAR int * | int | |||
| 196 | write | unistd.h | ssize_t | int | FAR const void * | size_t |