Home
last modified time | relevance | path

Searched refs:FASYNC (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sys/sys/
Dfcntl.h119 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FNONBLOCK)
121 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK)
131 #define FASYNC O_ASYNC /* kernel/compat */ macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinflow.c49 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
633 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
666 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags | FASYNC); in set_sigio_trap()
DChangeLog-20014056 check for F_SETOWN if we had F_SETFL and FASYNC.
/openbsd/src/gnu/usr.bin/perl/ext/Fcntl/
DMakefile.PL12 DN_ATTRIB DN_MULTISHOT FAPPEND FASYNC FCREAT FDEFER
/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
Dremote-utils.c176 #if defined(F_SETFL) && defined (FASYNC) in remote_open()
178 fcntl (remote_desc, F_SETFL, save_fcntl_flags | FASYNC); in remote_open()
Dgdbreplay.c153 fcntl (remote_desc, F_SETFL, FASYNC); in remote_open()
/openbsd/src/sys/kern/
Dsys_generic.c499 atomic_setbits_int(&fp->f_flag, FASYNC); in sys_ioctl()
501 atomic_clearbits_int(&fp->f_flag, FASYNC); in sys_ioctl()
Dkern_descrip.c487 tmp = fp->f_flag & FASYNC; in sys_fcntl()
/openbsd/src/usr.sbin/pstat/
Dpstat.c1063 if (kf->f_flag & FASYNC) in filemode()