Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_event.c707 finit(fp, fflags, DTYPE_LINUXEFD, efd, &eventfdops); in eventfd_create()
739 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_close()
761 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_read()
807 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_write()
852 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_poll()
874 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_kqfilter()
939 if (fp->f_data == NULL || (fp->f_type != DTYPE_LINUXEFD && in eventfd_ioctl()
/freebsd-12.1/sys/sys/
H A Dfile.h71 #define DTYPE_LINUXEFD 13 /* emulation eventfd type */ macro
/freebsd-12.1/sys/kern/
H A Dkern_descrip.c3951 case DTYPE_LINUXEFD: in file_type_to_name()