HomeSort by: relevance | last modified time | path
    Searched refs:EVFILT_USER (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/sys/
t_kevent.c 181 atf_tc_set_md_var(tc, "descr", "Checks usability of EVFILT_USER");
192 EV_SET(&ev, 666, EVFILT_USER, EV_ADD | EV_ENABLE, 0, 0, 0);
194 EV_SET(&ev, 666, EVFILT_USER, 0, NOTE_FFCOPY | NOTE_TRIGGER | 8, 0, 0);
203 ATF_REQUIRE(rev.filter == EVFILT_USER);
  /src/sys/sys/
event.h 47 #define EVFILT_USER 8U /* user events */
61 "EVFILT_USER",
112 * data/hint flags/masks for EVFILT_USER, shared with userspace
  /src/sys/kern/
kern_event.c 296 { "EVFILT_USER", EVFILT_USER, 0, &user_filtops, 0 },
1568 * EVFILT_USER knotes are not attached to anything in the kernel.
1585 * EVFILT_USER knotes are not attached to anything in the kernel.

Completed in 13 milliseconds