Searched refs:FIONSPACE (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_sendmmsg.c | 147 ATF_REQUIRE(ioctl(fd[1], FIONSPACE, &a) != -1); in ATF_TC_BODY() 149 ATF_REQUIRE(ioctl(fd[0], FIONSPACE, &a) != -1); in ATF_TC_BODY()
|
| H A D | t_clock_gettime.c | 225 RL(n = ioctl(fd[1], FIONSPACE)); in waste_system_time()
|
| H A D | t_timerfd.c | 776 ATF_REQUIRE_ERRNO(ENOTTY, ioctl(tfd, FIONSPACE, &val) == -1);
|
| H A D | t_eventfd.c | 803 ATF_REQUIRE_ERRNO(ENOTTY, ioctl(efd, FIONSPACE, &val) == -1); in ATF_TC_BODY()
|
| /netbsd-src/sys/sys/ |
| H A D | filio.h | 59 #define FIONSPACE _IOR('f', 120, int) /* get space in send queue. */ macro
|
| /netbsd-src/sys/kern/ |
| H A D | sys_socket.c | 168 case FIONSPACE: in soo_ioctl()
|
| H A D | sys_eventfd.c | 317 case FIONSPACE: in eventfd_ioctl()
|
| H A D | sys_pipe.c | 791 case FIONSPACE: in pipe_ioctl()
|
| H A D | vfs_vnops.c | 855 if ((com == FIONWRITE) || (com == FIONSPACE)) { in vn_ioctl()
|
| H A D | tty.c | 1110 case FIONSPACE: /* get # bytes to written & unsent */ in ttioctl()
|
| /netbsd-src/tests/kernel/ |
| H A D | t_fdrestart.c | 116 RL(rump_sys_ioctl(F->fd, FIONSPACE, &nspace)); in dowrite()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 1957 unsigned IOCTL_FIONSPACE = FIONSPACE;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1033 _(FIONSPACE, WRITE, sizeof(int));
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 2120 unsigned IOCTL_FIONSPACE = FIONSPACE;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1032 _(FIONSPACE, WRITE, sizeof(int));
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 2119 unsigned IOCTL_FIONSPACE = FIONSPACE;
|
| H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1032 _(FIONSPACE, WRITE, sizeof(int));
|