Searched refs:fasync (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 144 int (*fasync)(int, struct file *, int); member
|
| /freebsd-12.1/sys/i386/include/ |
| H A D | cserial.h | 506 struct fasync_struct *fasync; member
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1545 if (fop->fasync == NULL) in linux_file_ioctl() 1547 error = -OPW(fp, td, fop->fasync(0, filp, fp->f_flag & FASYNC)); in linux_file_ioctl() 1552 if (fop->fasync == NULL) in linux_file_ioctl() 1554 error = -OPW(fp, td, fop->fasync(0, filp, in linux_file_ioctl()
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | i915_drv.c | 1070 .fasync = drm_fasync,
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_main.c | 501 .fasync = ib_uverbs_event_fasync,
|