Searched refs:fasync (Results 1 – 3 of 3) sorted by relevance
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | fs.h | 146 int (*fasync)(int, struct linux_file *, int); member
|
| /src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1596 if (fop->fasync == NULL) in linux_file_ioctl() 1598 error = -OPW(fp, td, fop->fasync(0, filp, fp->f_flag & FASYNC)); in linux_file_ioctl() 1603 if (fop->fasync == NULL) in linux_file_ioctl() 1605 error = -OPW(fp, td, fop->fasync(0, filp, in linux_file_ioctl()
|
| /src/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_main.c | 340 .fasync = ib_uverbs_comp_event_fasync, 349 .fasync = ib_uverbs_async_event_fasync,
|