Home
last modified time | relevance | path

Searched refs:FIONSPACE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dfilio.h59 #define FIONSPACE _IOR('f', 118, int) /* get space in send queue */ macro
/freebsd/sys/kern/
H A Dsys_socket.c219 case FIONSPACE: in soo_ioctl()
/freebsd/tests/sys/file/
H A Dpath_test.c788 ATF_REQUIRE_ERRNO(EBADF, ioctl(pathfd, FIONSPACE, &val) == -1); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2120 unsigned IOCTL_FIONSPACE = FIONSPACE;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1032 _(FIONSPACE, WRITE, sizeof(int));