Searched refs:fasync (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 147 int (*fasync)(int, struct linux_file *, int); member
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | cserial.h | 506 struct fasync_struct *fasync; member
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1699 if (fop->fasync == NULL) in linux_file_ioctl() 1701 error = -OPW(fp, td, fop->fasync(0, filp, fp->f_flag & FASYNC)); in linux_file_ioctl() 1706 if (fop->fasync == NULL) in linux_file_ioctl() 1708 error = -OPW(fp, td, fop->fasync(0, filp, in linux_file_ioctl()
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_main.c | 525 .fasync = ib_uverbs_event_fasync,
|