Home
last modified time | relevance | path

Searched refs:O_ASYNC (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_io.h57 # ifdef O_ASYNC
58 # define FASYNC O_ASYNC
/freebsd/sys/sys/
H A Dfcntl.h94 #define O_ASYNC 0x0040 /* signal pgrp when data ready */ macro
191 #define FASYNC O_ASYNC /* kernel/compat */
/freebsd/contrib/netbsd-tests/lib/librumpclient/
H A Dt_fd.c121 RL(rump_sys_fcntl(ls, F_SETFL, fl | O_ASYNC)); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_pipe2.c193 ATF_REQUIRE_ERRNO(EINVAL, pipe2(fd, O_ASYNC) == -1); in ATF_TC_BODY()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c447 flags |= O_ASYNC; in run_sigio()
/freebsd/sys/compat/linux/
H A Dlinux_file.c134 bsd_flags |= O_ASYNC; in linux_common_openflags()
1340 if (result & O_ASYNC) in fcntl_common()
1361 arg |= O_ASYNC; in fcntl_common()
/freebsd/lib/libprocstat/
H A Dlibprocstat.c1621 { O_ASYNC, PS_FST_FFLAG_ASYNC }, in to_filestat_flags()