Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_ioctl.c99 if (fp->f_type == DTYPE_TIMERFD) { in linux32_sys_ioctl()
/netbsd-src/sys/sys/
H A Dfile.h189 #define DTYPE_TIMERFD 10 /* timerfd */ macro
/netbsd-src/sys/compat/linux/common/
H A Dlinux_ioctl.c160 if (fp->f_type == DTYPE_TIMERFD) { in linux_sys_ioctl()
/netbsd-src/sys/kern/
H A Dsys_timerfd.c519 fp->f_type = DTYPE_TIMERFD; in do_timerfd_create()