| /linux/include/uapi/asm-generic/ |
| H A D | ioctls.h | 53 #define FIONBIO 0x5421 macro
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | ioctls.h | 53 #define FIONBIO 0x5421 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | ioctls.h | 55 #define FIONBIO 0x667e macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | ioctls.h | 42 #define FIONBIO 0x5421 macro
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | ioctls.h | 22 #define FIONBIO _IOW('f', 126, int) macro
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | ioctls.h | 10 #define FIONBIO _IOW('f', 126, int) macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | ioctls.h | 10 #define FIONBIO _IOW('f', 126, int) macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | ioctls.h | 10 #define FIONBIO _IOW('f', 126, int) macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | ioctls.h | 100 #define FIONBIO _IOW('f', 126, int) macro
|
| /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.
|
| /linux/fs/ |
| H A D | ioctl.c | 507 case FIONBIO: in do_vfs_ioctl()
|
| /linux/security/landlock/ |
| H A D | fs.c | 136 case FIONBIO: in is_masked_device_ioctl()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 4282 EXPECT_NE(EACCES, ioctl_error(_metadata, fd, FIONBIO)); in TEST_F_FORK() 4486 EXPECT_EQ(0, ioctl(file_fd, FIONBIO, &flag)); in TEST_F_FORK() 4531 EXPECT_EQ(0, ioctl(dir_fd, FIONBIO, &flag)); in TEST_F_FORK() 4569 EXPECT_EQ(0, ioctl(file_fd, FIONBIO, &flag)); in TEST_F_FORK()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 335 err = ioctl(*fds[i], FIONBIO, (char *)&one); in sockmap_init_sockets()
|
| H A D | test_maps.c | 681 err = ioctl(sfd[i], FIONBIO, (char *)&one); in test_sockmap()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 3885 case FIONBIO: in selinux_file_ioctl()
|