OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLL_RETONLY
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/sys/
poll.h
80
#define
POLL_RETONLY
(POLLERR | POLLHUP | POLLNVAL)
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c
694
return (RdyMask & (events |
POLL_RETONLY
));
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c
619
return (retval & (events |
POLL_RETONLY
));
Completed in 205 milliseconds