Searched refs:eventfd (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Deventfd.h17 * Header file to support for the eventfd facility. Note that this facility
18 * is designed to be binary compatible with the Linux eventfd facility; values
52 extern int eventfd(unsigned int, int);
H A DMakefile230 eventfd.h \
/illumos-gate/usr/src/lib/libc/port/sys/
H A Deventfd.c16 #include <sys/eventfd.h>
23 eventfd(unsigned int initval, int flags) function
40 if ((fd = open("/dev/eventfd", oflags)) < 0)
/illumos-gate/usr/src/uts/intel/eventfd/
H A DMakefile24 MODULE = eventfd
/illumos-gate/usr/src/uts/sparc/eventfd/
H A DMakefile24 MODULE = eventfd
/illumos-gate/usr/src/man/man5/
H A DMakefile49 eventfd.5 \
/illumos-gate/usr/src/uts/common/io/
H A Deventfd.c17 * Support for the eventfd facility, a Linux-borne facility for user-generated
23 #include <sys/eventfd.h>
116 * depends on whether or not EFD_SEMAPHORE was set when the eventfd
131 * Wake any writers blocked on this eventfd as this read operation may
140 * It is necessary to emit POLLOUT events only when the eventfd
203 * Notify pollers as well if the eventfd is now readable.
314 cmn_err(CE_NOTE, "/dev/eventfd failed to create soft state");
319 if (ddi_create_minor_node(devi, "eventfd", S_IFCHR,
321 cmn_err(CE_NOTE, "/dev/eventfd couldn't create minor node");
422 "eventfd suppor
[all...]
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com916 eventfd.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com894 eventfd.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile880 eventfd.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com950 eventfd.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile122 eventfd.3c \

Completed in 91 milliseconds