Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dpoll.h55 typedef unsigned int nfds_t; typedef
88 int poll(struct pollfd *, nfds_t, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DWebServer.c38 nfds_t Index; in PortAdd()
40 nfds_t MaxEntries; in PortAdd()
41 nfds_t MaxEntriesNew; in PortAdd()
237 nfds_t Entries; in PortRemove()
238 nfds_t Index; in PortRemove()
DWebServer.h201 nfds_t MaxEntries; ///< Maximum entries in the PortList array
202 nfds_t Entries; ///< The current number of entries in the PortList array
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DDataSink.c59 nfds_t MaxPort;
270 nfds_t Entry; in SocketPoll()
273 nfds_t Index; in SocketPoll()
847 nfds_t Index; in TimerCallback()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c757 nfds_t nfds, in poll()