Searched refs:ufds (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | request-func-poll.rst | 22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout ) 27 ``ufds`` 31 Number of file descriptor events at the \*ufds array 62 One or more of the ``ufds`` members specify an invalid file 66 ``ufds`` references an inaccessible memory area.
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-func-poll.rst | 22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout ) 27 ``ufds`` 31 Number of FD events at the \*ufds array 63 One or more of the ``ufds`` members specify an invalid file 67 ``ufds`` references an inaccessible memory area.
|
/openbmc/linux/fs/ |
H A D | select.c | 997 if (copy_from_user(walk->entries, ufds + nfds-todo, in do_sys_poll() 1018 if (!user_write_access_begin(ufds, nfds * sizeof(*ufds))) in do_sys_poll() 1025 for (j = walk->len; j; fds++, ufds++, j--) in do_sys_poll() 1049 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local 1060 ret = do_sys_poll(ufds, nfds, to); in do_restart_poll() 1080 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE3() 1086 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3() 1121 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE5() 1147 ret = do_sys_poll(ufds, nfds, to); in SYSCALL_DEFINE5() 1419 ret = do_sys_poll(ufds, nfds, to); in COMPAT_SYSCALL_DEFINE5() [all …]
|
/openbmc/linux/include/linux/ |
H A D | restart_block.h | 50 struct pollfd __user *ufds; member
|
H A D | compat.h | 652 asmlinkage long compat_sys_ppoll_time32(struct pollfd __user *ufds, 657 asmlinkage long compat_sys_ppoll_time64(struct pollfd __user *ufds,
|
H A D | syscalls.h | 1049 asmlinkage long sys_poll(struct pollfd __user *ufds, unsigned int nfds,
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-poll.rst | 22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout ) 98 One or more of the ``ufds`` members specify an invalid file 106 ``ufds`` references an inaccessible memory area.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/ |
H A D | 0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch | 29 -_syscall3(int,poll,struct pollfd *,ufds,unsigned int,nfds,int,timeout);
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 671 safe_syscall5(int, ppoll, struct pollfd *, ufds, unsigned int, nfds, in safe_syscall3()
|