Searched refs:fasync (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/i386/include/
H A Dcserial.h506 struct fasync_struct *fasync; member in struct:_proto_t
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h144 int (*fasync)(int, struct file *, int); member in struct:file_operations
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1553 if (fop->fasync == NULL)
1555 error = -OPW(fp, td, fop->fasync(0, filp, fp->f_flag & FASYNC));
1560 if (fop->fasync == NULL)
1562 error = -OPW(fp, td, fop->fasync(0, filp,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c1070 .fasync = drm_fasync,
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c501 .fasync = ib_uverbs_event_fasync,

Completed in 111 milliseconds