Home
last modified time | relevance | path

Searched refs:LINUX_POLLOUT (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
HDlinux.c736 if (lev & LINUX_POLLOUT) in linux_to_bsd_poll_events()
794 bits |= LINUX_POLLOUT; in bsd_to_linux_poll_events()
HDlinux.h112 #define LINUX_POLLOUT 0x0004 macro