Searched refs:DTYPE_TIMERFD (Results 1 – 3 of 3) sorted by relevance
475 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()
5102 case DTYPE_TIMERFD: in file_type_to_name()
73 #define DTYPE_TIMERFD 14 /* timerfd */ macro