Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_event.c940 fp->f_type != DTYPE_LINUXTFD)) in eventfd_ioctl()
1013 finit(fp, fflags, DTYPE_LINUXTFD, tfd, &timerfdops); in linux_timerfd_create()
1026 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_close()
1055 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_read()
1097 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_poll()
1117 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_kqfilter()
1209 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_gettime()
1252 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_settime()
/freebsd-12.1/sys/sys/
H A Dfile.h72 #define DTYPE_LINUXTFD 14 /* emulation timerfd type */ macro
/freebsd-12.1/sys/kern/
H A Dkern_descrip.c3953 case DTYPE_LINUXTFD: in file_type_to_name()