Searched refs:F_SETOWN_EX (Results 1 – 5 of 5) sorted by relevance
125 #ifndef F_SETOWN_EX126 #define F_SETOWN_EX 15 macro
64 { F_SETOWN_EX, "SETOWN_EX" }, \88 { F_SETOWN_EX, "SETOWN_EX" }, \
91 err = fcntl(perf_fd, F_SETOWN_EX, &owner); in serial_test_perf_skip() 92 if (!ASSERT_OK(err, "fcntl(F_SETOWN_EX)")) in serial_test_perf_skip()
95 cmd == F_GETOWN_EX || cmd == F_SETOWN_EX || in syscall_arg__scnprintf_fcntl_arg()
520 case F_SETOWN_EX: in do_fcntl()