Searched defs:maxfd (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.c | 272 ivshmem_client_get_fds(const IvshmemClient *client, fd_set *fds, int *maxfd) in ivshmem_client_get_fds() 293 ivshmem_client_handle_event(IvshmemClient *client, const fd_set *cur, int maxfd) in ivshmem_client_handle_event() 328 ivshmem_client_handle_fds(IvshmemClient *client, fd_set *fds, int maxfd) in ivshmem_client_handle_fds()
|
H A D | main.c | 136 int ret, maxfd; in ivshmem_client_poll_events() local
|
/openbmc/linux/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 115 static int acpi_aml_set_fd(int fd, int maxfd, fd_set *set) in acpi_aml_set_fd() 271 int maxfd = 0; in acpi_aml_loop() local 341 int maxfd = 0; in acpi_aml_readable() local
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | ivshmem-server.c | 387 ivshmem_server_get_fds(const IvshmemServer *server, fd_set *fds, int *maxfd) in ivshmem_server_get_fds() 410 ivshmem_server_handle_fds(IvshmemServer *server, fd_set *fds, int maxfd) in ivshmem_server_handle_fds()
|
H A D | main.c | 150 int ret = 0, maxfd; in ivshmem_server_poll_events() local
|
/openbmc/qemu/tests/qtest/ |
H A D | ivshmem-test.c | 257 int maxfd, ret; in server_thread() local
|
/openbmc/linux/fs/ |
H A D | file.c | 466 unsigned int maxfd = fdt->max_fds; /* always multiple of BITS_PER_LONG */ in find_next_fd() local
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9353 abi_long fd, maxfd; in _syscall2() local
|