Searched refs:O_ASYNC (Results 1 – 7 of 7) sorted by relevance
57 # ifdef O_ASYNC58 # define FASYNC O_ASYNC
94 #define O_ASYNC 0x0040 /* signal pgrp when data ready */ macro191 #define FASYNC O_ASYNC /* kernel/compat */
121 RL(rump_sys_fcntl(ls, F_SETFL, fl | O_ASYNC)); in ATF_TC_BODY()
193 ATF_REQUIRE_ERRNO(EINVAL, pipe2(fd, O_ASYNC) == -1); in ATF_TC_BODY()
447 flags |= O_ASYNC; in run_sigio()
134 bsd_flags |= O_ASYNC; in linux_common_openflags()1342 if (result & O_ASYNC) in fcntl_common()1363 arg |= O_ASYNC; in fcntl_common()
1622 { O_ASYNC, PS_FST_FFLAG_ASYNC }, in to_filestat_flags()