Searched defs:args (Results 1 – 8 of 8) sorted by relevance
/lib/posix/options/ |
A D | fd_mgmt.c | 24 va_list args; in fcntl() local
|
A D | mmap.c | 40 va_list args; in zvfs_ioctl_wrap() local
|
A D | stropts.c | 90 va_list args; in ioctl() local
|
A D | device_io.c | 65 va_list args; in open() local
|
A D | fs.c | 151 static int fs_ioctl_vmeth(void *obj, unsigned int request, va_list args) in fs_ioctl_vmeth()
|
A D | shm.c | 250 static int shm_ioctl(void *obj, unsigned int request, va_list args) in shm_ioctl()
|
/lib/os/ |
A D | fdtable.c | 456 va_list args; in zvfs_lseek_wrap() local 490 int zvfs_fcntl(int fd, int cmd, va_list args) in zvfs_fcntl() 507 va_list args; in zvfs_ftruncate_wrap() local 529 int zvfs_ioctl(int fd, unsigned long request, va_list args) in zvfs_ioctl() 560 static int stdinout_ioctl_vmeth(void *obj, unsigned int request, va_list args) in stdinout_ioctl_vmeth()
|
/lib/os/zvfs/ |
A D | zvfs_eventfd.c | 222 static int zvfs_eventfd_ioctl_op(void *obj, unsigned int request, va_list args) in zvfs_eventfd_ioctl_op()
|
Completed in 26 milliseconds