Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_eventfd.c129 finit(fp, fflags, DTYPE_EVENTFD, efd, &eventfdops); in eventfd_create_file()
H A Dkern_descrip.c4764 case DTYPE_EVENTFD: in file_type_to_name()
/f-stack/freebsd/sys/
H A Dfile.h72 #define DTYPE_EVENTFD 13 /* eventfd */ macro