Searched refs:test_ioctl_setclearflag (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/tests/sys/fifo/ |
H A D | fifo_misc.c | 151 test_ioctl_setclearflag(int fd, unsigned long flag, const char *testname, in test_ioctl_setclearflag() function 195 if (test_ioctl_setclearflag(reader_fd, FIONBIO, __func__, in test_ioctl() 201 if (test_ioctl_setclearflag(writer_fd, FIONBIO, __func__, in test_ioctl() 210 if (test_ioctl_setclearflag(reader_fd, FIOASYNC, __func__, in test_ioctl() 216 if (test_ioctl_setclearflag(writer_fd, FIOASYNC, __func__, in test_ioctl()
|