Home
last modified time | relevance | path

Searched refs:fo_poll (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfile.h74 int (*fo_poll) __P((struct file *fp, int events, member
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h117 short (EFIAPI *fo_poll) (struct __filedes *filp, short Events);
206 int (*fo_poll) (struct file *, int, struct lwp *);
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c756 Stream->Abstraction.fo_poll = &da_ConPoll; in __Cons_construct()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c818 Stream->Abstraction.fo_poll = &da_ShellPoll; in __ctor_DevShell()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c820 pPollFD->revents = pDescriptor->f_ops->fo_poll ( pDescriptor, in poll()