Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_timerfd.c475 finit(fp, fflags, DTYPE_TIMERFD, tfd, &timerfdops); in kern_timerfd_create()
493 if (fp->f_type != DTYPE_TIMERFD) { in kern_timerfd_gettime()
525 if (fp->f_type != DTYPE_TIMERFD) { in kern_timerfd_settime()
H A Dkern_descrip.c5102 case DTYPE_TIMERFD: in file_type_to_name()
/freebsd/sys/sys/
H A Dfile.h73 #define DTYPE_TIMERFD 14 /* timerfd */ macro