/openbmc/qemu/util/ |
H A D | oslib-win32.c | 184 ioctlsocket(fd, FIONBIO, &opt); in qemu_socket_set_block() 190 if (ioctlsocket(fd, FIONBIO, &opt) != NO_ERROR) { in qemu_socket_try_set_nonblock() 380 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair() 395 if (ioctlsocket(client, FIONBIO, &arg) != NO_ERROR) { in qemu_socketpair()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 53 #define FIONBIO 0x5421 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 53 #define FIONBIO 0x5421 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 55 #define FIONBIO 0x667e macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 42 #define FIONBIO 0x5421 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 10 #define FIONBIO _IOW('f', 126, int) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 10 #define FIONBIO _IOW('f', 126, int) macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 22 #define FIONBIO _IOW('f', 126, int) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 10 #define FIONBIO _IOW('f', 126, int) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 100 #define FIONBIO _IOW('f', 126, int) macro
|
/openbmc/linux/Documentation/usb/ |
H A D | usbmon.rst | 340 FIONBIO 342 The ioctl FIONBIO may be implemented in the future, if there's a need.
|
/openbmc/linux/fs/ |
H A D | ioctl.c | 788 case FIONBIO: in do_vfs_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 37 IOCTL(FIONBIO, IOC_W, MK_PTR(TYPE_INT)) in IOCTL()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 334 err = ioctl(*fds[i], FIONBIO, (char *)&one); in sockmap_init_sockets()
|
H A D | test_maps.c | 685 err = ioctl(sfd[i], FIONBIO, (char *)&one); in test_sockmap()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 3702 case FIONBIO: in selinux_file_ioctl()
|