Home
last modified time | relevance | path

Searched refs:target_pollfd (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h703 struct target_pollfd { struct
H A Dsyscall.c1521 struct target_pollfd *target_pfd; in do_ppoll()
1530 if (nfds > (INT_MAX / sizeof(struct target_pollfd))) { in do_ppoll()
1534 sizeof(struct target_pollfd) * nfds, 1); in do_ppoll()
1610 unlock_user(target_pfd, arg1, sizeof(struct target_pollfd) * nfds); in do_ppoll()