Home
last modified time | relevance | path

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

/openbsd-src/regress/sys/dev/wscons/
H A Dsigio.c42 static int test_common_getown(int, int);
54 return test_common_getown(fd, 1); in test_getown_fcntl()
60 return test_common_getown(fd, 0); in test_getown_ioctl()
194 test_common_getown(int fd, int dofcntl) in test_common_getown() function
/openbsd-src/regress/sys/kern/signal/sigio/
H A Dsigio_pipe.c59 return test_common_getown(fds[0]); in test_pipe_getown()
H A Dcommon.h39 int test_common_getown(int);
H A Dsigio_socket.c63 return test_common_getown(fds[0]); in test_socket_getown()
H A Dsigio_common.c147 test_common_getown(int fd) in test_common_getown() function