Searched refs:FASYNC (Results 1 – 9 of 9) sorted by relevance
119 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FNONBLOCK)121 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK)131 #define FASYNC O_ASYNC /* kernel/compat */ macro
49 #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()
4056 check for F_SETOWN if we had F_SETFL and FASYNC.
12 DN_ATTRIB DN_MULTISHOT FAPPEND FASYNC FCREAT FDEFER
176 #if defined(F_SETFL) && defined (FASYNC) in remote_open()178 fcntl (remote_desc, F_SETFL, save_fcntl_flags | FASYNC); in remote_open()
153 fcntl (remote_desc, F_SETFL, FASYNC); in remote_open()
499 atomic_setbits_int(&fp->f_flag, FASYNC); in sys_ioctl()501 atomic_clearbits_int(&fp->f_flag, FASYNC); in sys_ioctl()
487 tmp = fp->f_flag & FASYNC; in sys_fcntl()
1063 if (kf->f_flag & FASYNC) in filemode()