Home
last modified time | relevance | path

Searched refs:fasync (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h147 int (*fasync)(int, struct linux_file *, int); member
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1540 if (fop->fasync == NULL) in linux_file_ioctl()
1542 error = -OPW(fp, td, fop->fasync(0, filp, fp->f_flag & FASYNC)); in linux_file_ioctl()
1547 if (fop->fasync == NULL) in linux_file_ioctl()
1549 error = -OPW(fp, td, fop->fasync(0, filp, in linux_file_ioctl()
/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c340 .fasync = ib_uverbs_comp_event_fasync,
349 .fasync = ib_uverbs_async_event_fasync,