Searched refs:FASYNC (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/ntp/include/
H A Dntp_io.h46 * Define FNDELAY and FASYNC using O_NONBLOCK and O_ASYNC if we need
56 #ifndef FASYNC
58 # define FASYNC O_ASYNC macro
/freebsd-10-stable/sys/sys/
H A Dfcntl.h142 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FNONBLOCK|O_DIRECT|FEXEC)
144 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FRDAHEAD|O_DIRECT)
155 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FPOSIXSHM|FRDAHEAD| \
167 #define FASYNC O_ASYNC /* kernel/compat */ macro
/freebsd-10-stable/contrib/ntp/libntp/
H A Diosignal.c155 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0)
157 msyslog(LOG_ERR, "fcntl(FNDELAY|FASYNC) fails for clock I/O: %m");
189 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0)
192 "fcntl(FNDELAY|FASYNC) fails for clock I/O: %m");
231 # elif defined(FASYNC)
241 if (fcntl(fd, F_SETFL, flags|FASYNC) < 0)
243 msyslog(LOG_ERR, "fcntl(...|FASYNC) fails: %m - EXITING");
/freebsd-10-stable/contrib/gdb/gdb/
H A Dinflow.c45 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
639 #if defined (SIGIO) && defined (FASYNC) && defined (FD_SET) && defined (F_SETOWN)
672 fcntl (target_activity_fd, F_SETFL, old_fcntl_flags | FASYNC);
/freebsd-10-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c165 #if defined(F_SETFL) && defined (FASYNC)
167 fcntl (remote_desc, F_SETFL, save_fcntl_flags | FASYNC);
H A Dgdbreplay.c153 fcntl (remote_desc, F_SETFL, FASYNC);
/freebsd-10-stable/usr.sbin/pstat/
H A Dpstat.c412 if (fp->xf_flag & FASYNC)
/freebsd-10-stable/sys/ofed/include/linux/
H A Dlinux_compat.c604 error = filp->f_op->fasync(0, filp, fp->f_flag & FASYNC);
610 fp->f_flag & FASYNC);
/freebsd-10-stable/contrib/ofed/libsdp/src/
H A Dport.c40 #define FASYNC 0 macro
1904 if ((fopts > 0) && (fopts & (O_NONBLOCK | FASYNC))) {
/freebsd-10-stable/sys/kern/
H A Dsys_generic.c805 atomic_set_int(&fp->f_flag, FASYNC);
807 atomic_clear_int(&fp->f_flag, FASYNC);
H A Duipc_syscalls.c496 fflag &= ~(FNONBLOCK | FASYNC);
505 tmp = fflag & FASYNC;
H A Dkern_descrip.c576 tmp = fp->f_flag & FASYNC;
3193 if (fp->f_flag & FASYNC)
3316 { FASYNC, KF_FLAG_ASYNC },

Completed in 149 milliseconds