Searched refs:FASYNC (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/sys/ |
H A D | fcntl.h | 165 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FDSYNC|FNONBLOCK| \ 168 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FDSYNC|FNONBLOCK|FRDAHEAD|O_DIRECT) 179 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FPOSIXSHM|FRDAHEAD| \ 191 #define FASYNC O_ASYNC /* kernel/compat */ macro
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_io.h | 56 #ifndef FASYNC 58 # define FASYNC O_ASYNC macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | iosignal.c | 155 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) in init_clock_sig() 189 if (fcntl(rio->fd, F_SETFL, FNDELAY|FASYNC) < 0) in init_clock_sig() 231 # elif defined(FASYNC) in init_socket_sig() 241 if (fcntl(fd, F_SETFL, flags|FASYNC) < 0) in init_socket_sig()
|
/freebsd/sys/kern/ |
H A D | sys_timerfd.c | 235 atomic_set_int(&fp->f_flag, FASYNC); in timerfd_ioctl() 237 atomic_clear_int(&fp->f_flag, FASYNC); in timerfd_ioctl()
|
H A D | uipc_syscalls.c | 379 fflag &= ~(FNONBLOCK | FASYNC); in kern_accept4() 388 tmp = fflag & FASYNC; in kern_accept4()
|
H A D | sys_generic.c | 799 atomic_set_int(&fp->f_flag, FASYNC); in kern_ioctl() 801 atomic_clear_int(&fp->f_flag, FASYNC); in kern_ioctl()
|
H A D | kern_descrip.c | 578 tmp = fp->f_flag & FASYNC; in kern_fcntl() 4489 { FASYNC, KF_FLAG_ASYNC }, in xlate_fflags()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 32 FASYNC
|
/freebsd/usr.sbin/pstat/ |
H A D | pstat.c | 402 if (fp->xf_flag & FASYNC) in filemode()
|
/freebsd/sys/dev/gpio/ |
H A D | gpioc.c | 933 if (*(int *)arg == FASYNC) in gpioc_ioctl()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 1594 error = -OPW(fp, td, fop->fasync(0, filp, fp->f_flag & FASYNC)); in linux_file_ioctl() 1602 fp->f_flag & FASYNC)); in linux_file_ioctl()
|