Searched refs:O_ASYNC (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/sys/ |
| D | fcntl.h | 84 #define O_ASYNC 0x0040 /* signal pgrp when data ready */ macro 131 #define FASYNC O_ASYNC /* kernel/compat */
|
| /openbsd/src/regress/sys/kern/signal/sigio/ |
| D | sigio_common.c | 105 assert(fcntl(fds[0], F_SETFL, flags | O_ASYNC) == 0); in test_common_cansigio() 199 assert(fcntl(fds[0], F_SETFL, flags | O_ASYNC) == 0); in test_common_read() 229 assert(fcntl(fds[0], F_SETFL, flags | O_ASYNC | O_NONBLOCK) == 0); in test_common_write()
|
| D | sigio_socket.c | 89 assert(fcntl(sock, F_SETFL, flags | O_ASYNC) == 0); in test_socket_inherit()
|
| /openbsd/src/gnu/usr.bin/perl/ext/Fcntl/ |
| D | Makefile.PL | 23 LOCK_RW O_ACCMODE O_ALIAS O_ALT_IO O_APPEND O_ASYNC O_BINARY
|
| /openbsd/src/regress/lib/libc/sys/ |
| D | t_pipe2.c | 182 ATF_REQUIRE_ERRNO(EINVAL, pipe2(fd, O_ASYNC) == -1); in ATF_TC_BODY()
|
| /openbsd/src/regress/usr.sbin/syslogd/ |
| D | ttylog.c | 110 if (fcntl(0, F_SETFL, O_ASYNC) == -1) in main()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5004delta.pod | 922 O_ASYNC O_DEFER O_DSYNC O_FSYNC O_SYNC
|