Home
last modified time | relevance | path

Searched refs:FIONBIO (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/util/
H A Doslib-win32.c184 ioctlsocket(fd, FIONBIO, &opt); in qemu_socket_set_block()
190 if (ioctlsocket(fd, FIONBIO, &opt) != NO_ERROR) { in qemu_socket_try_set_nonblock()
372 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair()
387 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair()
/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h53 #define FIONBIO 0x5421 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h53 #define FIONBIO 0x5421 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h55 #define FIONBIO 0x667e macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h42 #define FIONBIO 0x5421 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h22 #define FIONBIO _IOW('f', 126, int) macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h10 #define FIONBIO _IOW('f', 126, int) macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h10 #define FIONBIO _IOW('f', 126, int) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h10 #define FIONBIO _IOW('f', 126, int) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h100 #define FIONBIO _IOW('f', 126, int) macro
/openbmc/linux/Documentation/usb/
H A Dusbmon.rst340 FIONBIO
342 The ioctl FIONBIO may be implemented in the future, if there's a need.
/openbmc/qemu/contrib/rdmacm-mux/
H A Dmain.c676 rc = ioctl(server.fds[0].fd, FIONBIO, (char *)&on); in init_listener()
/openbmc/linux/fs/
H A Dioctl.c788 case FIONBIO: in do_vfs_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h37 IOCTL(FIONBIO, IOC_W, MK_PTR(TYPE_INT)) in IOCTL()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c328 err = ioctl(*fds[i], FIONBIO, (char *)&one); in sockmap_init_sockets()
H A Dtest_maps.c685 err = ioctl(sfd[i], FIONBIO, (char *)&one); in test_sockmap()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch12 +pub const FIONBIO: u32 = 21537;
/openbmc/linux/security/selinux/
H A Dhooks.c3702 case FIONBIO: in selinux_file_ioctl()