Searched defs:Poll (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Dipxe_download.h125 * Poll for more data from iPXE. This function will invoke the registered
146 IPXE_DOWNLOAD_POLL Poll; member in struct:_IPXE_DOWNLOAD_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugPort.h123 EFI_DEBUGPORT_POLL Poll; member in struct:_EFI_DEBUGPORT_PROTOCOL
H A DFtp4.h480 The Poll() function can be used by network drivers and applications to increase the
486 the Poll() function more often.
517 EFI_FTP4_POLL Poll; member in struct:_EFI_FTP4_PROTOCOL
H A DManagedNetwork.h366 EFI_MANAGED_NETWORK_POLL Poll; member in struct:_EFI_MANAGED_NETWORK_PROTOCOL
H A DUdp6.h531 The Poll() function can be used by network drivers and applications to increase the rate that data
536 try calling the Poll() function more often.
566 EFI_UDP6_POLL Poll; member in struct:_EFI_UDP6_PROTOCOL
H A DUdp4.h283 The Poll() function can be used by network drivers and applications to increase
290 the Poll() function more often.
431 EFI_UDP4_POLL Poll; member in struct:_EFI_UDP4_PROTOCOL
H A DIp4.h556 The Poll() function polls for incoming data packets and processes outgoing data
557 packets. Network drivers and applications can call the EFI_IP4_PROTOCOL.Poll()
564 experiencing packet loss should try calling the EFI_IP4_PROTOCOL.Poll() function
598 EFI_IP4_POLL Poll; member in struct:_EFI_IP4_PROTOCOL
H A DMtftp4.h523 EFI_MTFTP4_POLL Poll; member in struct:_EFI_MTFTP4_PROTOCOL
H A DMtftp6.h781 The Poll() function can be used by network drivers and applications to increase the rate that data
786 experiencing packet loss should try calling the Poll() function more often.
817 EFI_MTFTP6_POLL Poll; member in struct:_EFI_MTFTP6_PROTOCOL
H A DTcp4.h528 Poll to receive incoming data and transmit outgoing segments.
563 EFI_TCP4_POLL Poll; member in struct:_EFI_TCP4_PROTOCOL
H A DTcp6.h518 No other TCPv6 Protocol operation except Poll() can be executed by this instance until
817 Poll to receive incoming data and transmit outgoing segments.
819 The Poll() function increases the rate that data is moved between the network
855 EFI_TCP6_POLL Poll; member in struct:_EFI_TCP6_PROTOCOL
H A DIp6.h904 The Poll() function polls for incoming data packets and processes outgoing data
905 packets. Network drivers and applications can call the EFI_IP6_PROTOCOL.Poll()
912 experiencing packet loss should try calling the EFI_IP6_PROTOCOL.Poll() function
945 EFI_IP6_POLL Poll; member in struct:_EFI_IP6_PROTOCOL
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcfileio.cpp139 PRInt16 RCFileIO::Poll(PRInt16, PRInt16*) function in class:RCFileIO
H A Drcnetio.cpp123 PRInt16 RCNetStreamIO::Poll(PRInt16 in_flags, PRInt16 *out_flags) function in class:RCNetStreamIO
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c60 PING_IPX_POLL Poll; member in struct:__anon12897
1119 Private->ProtocolPointers.Poll = (PING_IPX_POLL )((EFI_IP6_PROTOCOL*)Private->IpProtocol)->Poll;
1167 Private->ProtocolPointers.Poll = (PING_IPX_POLL )((EFI_IP4_PROTOCOL*)Private->IpProtocol)->Poll;
1349 Status = Private->ProtocolPointers.Poll (Private->IpProtocol);

Completed in 56 milliseconds