Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linux/
H A Dlinux_event.c654 finit(fp, fflags, DTYPE_LINUXTFD, tfd, &timerfdops); in linux_timerfd_create()
667 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_close()
694 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_read()
736 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_poll()
755 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_kqfilter()
792 if (fp->f_data == NULL || fp->f_type != DTYPE_LINUXTFD) in timerfd_ioctl()
861 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_gettime()
904 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_settime()
/freebsd-13.1/sys/sys/
H A Dfile.h73 #define DTYPE_LINUXTFD 14 /* emulation timerfd type */ macro
/freebsd-13.1/sys/kern/
H A Dkern_descrip.c4970 case DTYPE_LINUXTFD: in file_type_to_name()