Searched refs:FIONBIO (Results 1 - 15 of 15) sorted by path

/linux-master/arch/alpha/include/uapi/asm/
H A Dioctls.h10 #define FIONBIO _IOW('f', 126, int) macro
/linux-master/arch/mips/include/uapi/asm/
H A Dioctls.h55 #define FIONBIO 0x667e macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dioctls.h42 #define FIONBIO 0x5421 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dioctls.h10 #define FIONBIO _IOW('f', 126, int) macro
/linux-master/arch/sh/include/uapi/asm/
H A Dioctls.h10 #define FIONBIO _IOW('f', 126, int) macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dioctls.h100 #define FIONBIO _IOW('f', 126, int) macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dioctls.h22 #define FIONBIO _IOW('f', 126, int) macro
/linux-master/include/uapi/asm-generic/
H A Dioctls.h53 #define FIONBIO 0x5421 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dioctls.h53 #define FIONBIO 0x5421 macro
/linux-master/fs/
H A Dioctl.c818 case FIONBIO:
/linux-master/security/landlock/
H A Dfs.c123 * FIOCLEX, FIONCLEX, FIONBIO and FIOASYNC manipulate the FD's
130 case FIONBIO:
/linux-master/security/selinux/
H A Dhooks.c3714 case FIONBIO:
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.c685 err = ioctl(sfd[i], FIONBIO, (char *)&one);
H A Dtest_sockmap.c328 err = ioctl(*fds[i], FIONBIO, (char *)&one);
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c4027 EXPECT_NE(EACCES, ioctl_error(_metadata, fd, FIONBIO));
4231 EXPECT_EQ(0, ioctl(file_fd, FIONBIO, &flag));
4276 EXPECT_EQ(0, ioctl(dir_fd, FIONBIO, &flag));
4314 EXPECT_EQ(0, ioctl(file_fd, FIONBIO, &flag));

Completed in 307 milliseconds